terraform/quickstart/201-function-app
github-actions[bot] 4509b7454a Update TestRecord 2024-11-24 03:21:22 +00:00
..
.terraform-docs.yml
.tflint.hcl
TestRecord.md Update TestRecord 2024-11-24 03:21:22 +00:00
main.tf
outputs.tf
providers.tf
readme.html.markdown
variables.tf

readme.html.markdown

Azure Windows/ Linux Function App.

This template deploys an Azure Function App.

Resources

Name Type
azurerm_linux_function_app.test resource
azurerm_resource_group.default resource
azurerm_service_plan.default resource
azurerm_storage_account.default resource

Inputs

Name Description Type Default Required
location Location to deploy the resource group string "West US 2" no
name_prefix Prefix of the resource name string n/a yes

Providers

Name Version
azurerm ~>3.8

Requirements

Name Version
terraform >=1.0
azurerm ~>3.8

Example

To see how to run this example, see Create an Azure Function App using Terraform.