/azure-functions-flex-consumption-samples

Samples for Azure Functions Flex Consumption

Primary LanguageBicepMIT LicenseMIT

Azure Functions Flex Consumption Samples

This repository contains starters, infrastructure as code, and end to end samples for Azure Functions Flex Consumption. Check out the Azure documentation to learn more about Azure Functions Flex Consumption.

IaC samples Overview

Flex Consumption has made some significant improvements to the control plane compared to other Azure Functions hosting plans. The following foundational samples are available in this repository for creating a Flex Consumption app that you should review and copy if you are automating the creation of your function apps with ARM, Bicep, or Terraform:

  • ARM (Azure Resource Manager): Contains a sample for deploying Azure Functions using ARM templates.
  • Bicep: Contains a sample for deploying Azure Functions using Bicep templates.
  • Terraform: Contains a sample for deploying Azure Functions using Terraform scripts.

Starter Templates Overview (Code + AZD)

These starters give you the code + IaC (Azure Dev CLI enabled) to build and deploy simple/common scenarios to Flex Consumption.

End to End Samples Overview

The following end to end samples are available in this repository for different Flex Consumption app scenarios: