Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffhollan/azure-template-serverless-app
Example Azure Resource Template of a serverless app (Logic App and Azure Function)
https://github.com/jeffhollan/azure-template-serverless-app
Last synced: 3 days ago
JSON representation
Example Azure Resource Template of a serverless app (Logic App and Azure Function)
- Host: GitHub
- URL: https://github.com/jeffhollan/azure-template-serverless-app
- Owner: jeffhollan
- Created: 2017-04-03T02:27:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-03T02:32:53.000Z (almost 8 years ago)
- Last Synced: 2025-01-23T00:45:07.474Z (5 days ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure Resource Template - Serverless App
This template will deploy a Serverless app in Microsoft Azure. It includes:
* A storage account for the Azure Function
* A dynamic App Service plan for the Azure Function
* An Azure Function with code deployed from source control specified
* An Azure Logic App that calls the function and returns the response