add `ZipDeploy-AzFunc` template (#358)
* new dotnet-azfunc-zipdeploy template * switching tag from msft to community * Update website/static/templates.json Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> --------- Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
This commit is contained in:
Родитель
2c513d26bf
Коммит
77cd3999f4
|
@ -1660,5 +1660,22 @@
|
|||
"azureai",
|
||||
"new"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": ".NET Isolated Azure Function with Zip Deploy",
|
||||
"description": "Create a .NET Isolated Azure Function and use Zip Push to deploy the code to the Azure Function App. For example, the .NET 8 code in the repository and the release package are used in the template. Execute the AZD UP command from the deployment folder to deploy the function app. Once the Azure Function is deployed, test it using the URL: https://<functionappname>.azurewebsites.net/api/getadventurers.",
|
||||
"preview": "./templates/images/dotnet-azfunc-zipdeploy.png",
|
||||
"website": "https://github.com/fboucher",
|
||||
"author": "Frank Boucher",
|
||||
"source": "https://github.com/FBoucher/ZipDeploy-AzFunc",
|
||||
"tags": [
|
||||
"new",
|
||||
"dotnetCsharp",
|
||||
"community",
|
||||
"bicep",
|
||||
"functions",
|
||||
"appinsights",
|
||||
"blobstorage"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 41 KiB |
Загрузка…
Ссылка в новой задаче