Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template .NET Isolated Azure Function with Zip Deploy #358

Merged
merged 4 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions website/static/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -1660,5 +1660,22 @@
"azureai",
"new"
]
},
{
"title": ".NET Isolated Azure Function with Zip Deploy",
"description": "Create .NET Isolated Azure Function and use Zip Push to deploy the code to Azure Function App. As 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. One de Azure Function is deploy test it with the URL: https://<functionappname>.azurewebsites.net//api/getadventurers.",
FBoucher marked this conversation as resolved.
Show resolved Hide resolved
"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",
"msft",
FBoucher marked this conversation as resolved.
Show resolved Hide resolved
"bicep",
"functions",
"appinsights",
"blobstorage"
]
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.