function-app-arm-templates icon indicating copy to clipboard operation
function-app-arm-templates copied to clipboard

This repo contains Azure Resource Manager templates for deploying Function App with recommended settings and best practices.


page_type: sample languages:

  • csharp
  • python
  • java
  • nodejs
  • typescript
  • json products:
  • azure-functions
  • azure

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.

Create and deploy Functions app for following OS and SKU combinations:

  1. Create Function App with Premium Plan on Windows/Linux
  2. Create Function App with Dedicated Plan on Windows/Linux
  3. Create Function App with Consumption Plan on Windows
  4. Create Function App with Consumption Plan on Linux:
    • Deploy zip package with Run From Package
    • Deploy zip package with Remote Build

Create Functions app and resources for following networking scenarios:

  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

Deploy Functions app code for following scenarios:

  1. Deploy Function App with ZipDeploy using Run From Package
  2. If Function App with private endpoints and Azure Storage with private endpoints:
    • Deploy Function App with ARM template using Az CLI
    • Deploy Function App with ARM template in GitHub Workflow

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

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