https://github.com/usausa/template-azure-functions
https://github.com/usausa/template-azure-functions
azure azure-functions serverless
Last synced: 2 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-28T12:49:37.000Z (3 months ago)
- Last Synced: 2026-03-28T16:03:59.199Z (3 months ago)
- Topics: azure, azure-functions, serverless
- Language: C#
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
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}
```