Provision a function app with source deployed from GitHub
Overview
This template deploys a Function App hosted in a new dedicated App Service Plan. The Function App has a child resource that enables continuous integration and deploys the function code from a GitHub repository.
This template deploys the following resources:
- App Service plan
- Storage Account
- Function App
- App Settings Configuration
- Source Control Deployment
Azure Functions
Azure functions is a solution for easily running small pieces of code, or "functions," in the cloud. You can write just the code you need for the problem at hand, without worrying about a whole application or the infrastructure to run it. For more information about Azure Functions, see the Azure Functions Overview.
Miscellaneous
Tags: Microsoft.Storage/storageAccounts, Microsoft.Web/serverfarms, Microsoft.Web/sites, sourcecontrols