Skip to content
Chandni Patel edited this page Jun 16, 2022 · 5 revisions

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.

This repo also contains wiki pages on the following:

  1. Best Practices Guide
  2. Frequently Asked Questions (FAQs)
  3. Important App Settings for Function Apps
  4. ARM Templates for Function App with different Hosting Plans

Templates for the following OS and SKU are available:

  1. Create Function App with Consumption Plan on Linux
  2. Create Function App with Consumption Plan on Windows
  3. Create Function App with Premium Plan on Windows/Linux
  4. Create Function App with Dedicated Plan on Windows/Linux

Templates for the following deployment and networking scenarios are available:

  1. Create Function App with a Deployment Slot
  2. Create Function App with Virtual Network Integration
  3. Create Function App with Azure Storage private endpoints
  4. Create Function App with private endpoints and Azure Storage with private endpoints
  5. Deploy Function App with ZipDeploy using Run From Package

For more information on deploying ARM template, please refer: Deploy resources with ARM templates