2024-10-31 20:16:36 -07:00
..
2024-10-31 20:16:36 -07:00
2024-10-31 20:16:36 -07:00
2024-10-31 19:11:12 -07:00
2024-10-31 19:33:38 -07:00

Azure Functions app

This template deploys an Azure Function App.

Terraform resource types

Variables

Name Description Default value
resource_group_name_prefix Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. rg
resource_group_location Location of the resource group. eastus
appName The name of the function app that you wish to create. fnapp${random_string.unique_id.result}
runtime The language worker runtime to load in the function app. Possible values are: node, dotnet, java. node

Example