-
Notifications
You must be signed in to change notification settings - Fork 59
Home
Chandni Patel edited this page Oct 17, 2024
·
6 revisions
This repo contains currently available Azure Resource Manager templates for deploying Function App with recommended settings and best practices.
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
Templates for the following OS and SKU are available:
- Create Function App with Consumption Plan on Linux
- Create Function App with Consumption Plan on Windows
- Create Function App with Premium Plan on Windows/Linux
- Create Function App with Dedicated Plan on Windows/Linux
- Create Function App with Flex Consumption Plan on Linux
Templates for the following deployment and networking scenarios are available:
- 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 Function App with ZipDeploy using Run From Package
For more information on deploying ARM template, please refer: Deploy resources with ARM templates