terraform/quickstart/101-front-door-standard-pre...
..
TestRecord.md
app-service.tf
main.tf
outputs.tf
providers.tf
readme.md
variables.tf

readme.md

Azure Front Door Standard/Premium

This template deploys an Azure Front Door Standard/Premium profile with an App Service origin.

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
app_service_plan_sku_name The SKU for the plan. Possible values include: B1, B2, B3, D1, F1, I1, I2, I3, I1v2, I2v2, I3v2, I4v2, I5v2, I6v2, P1v2, P2v2, P3v2, P0v3, P1v3, P2v3, P3v3, P1mv3, P2mv3, P3mv3, P4mv3, P5mv3, S1, S2, S3, SHARED, EP1, EP2, EP3, WS1, WS2, WS3, Y1. S1
app_service_plan_capacity The capacity (number of worker instances) for the App Service plan. 1
front_door_sku_name The SKU value must be one of the following: Standard_AzureFrontDoor or Premium_AzureFrontDoor. Standard_AzureFrontDoor

Example

To see how to run this example, see Quickstart: Create a Front Door Standard/Premium profile using Terraform.