ARM Templates for Function App Deployment
This repo contains currently available Azure Resource Manager templates for deploying Function App with recommended settings and best practices.
Flex Consumption
The examples for the Flex Consumption plan are located in a different place.
Please visit FlexConsumption Samples for these scenarios.
- Functions Quickstarts using Azure Developer CLI to create and deploy your code.
- ARM Template Sample
- Bicep Template Sample
- Terraform Template Sample
Create and deploy Functions app for following OS and SKU combinations:
- Create Function App with Premium Plan on Windows/Linux
- Create Function App with Dedicated Plan on Windows/Linux
- Create Function App with Consumption Plan on Windows
- Create Function App with Consumption Plan on Linux:
- Create Function App with Flex Consumption Plan on Linux
Create Functions app and resources for following networking scenarios:
- Create Function App with a Deployment Slot
- Create Function App with Virtual Network Integration
- Create Function App with Azure Storage private endpoints
- Create Function App with private endpoints and Azure Storage with private endpoints
Deploy Functions app code for following scenarios:
- Deploy Function App with ZipDeploy using Run From Package
- If Function App with private endpoints and Azure Storage with private endpoints:
This repo also contains wiki pages on the following:
- Best Practices Guide
- Frequently Asked Questions (FAQs)
- Important App Settings for Function Apps
- ARM Templates for Function App with different Hosting Plans
For more information on deploying ARM template, please refer: Deploy resources with ARM templates