https://github.com/usausa/template-azure-functions
https://github.com/usausa/template-azure-functions
azure azure-functions serverless
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/usausa/template-azure-functions
- Owner: usausa
- License: mit
- Created: 2022-06-27T08:58:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T01:58:52.000Z (4 months ago)
- Last Synced: 2025-02-16T02:29:00.801Z (4 months ago)
- Topics: azure, azure-functions, serverless
- Language: C#
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template project for Azure Functions
# Zip deploy
```
az functionapp deployment source config-zip -g {resourcegroup} -n {appname} --src {functions.zip}
```