An open API service indexing awesome lists of open source software.

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

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}
```