You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Create a Front Door Standard/Premium using an ARM template
19
19
20
-
This quickstart describes how to use an Azure Resource Manager template (ARM Template) to create a Azure Front Door Standard/Premium with a Web App as origin
20
+
This quickstart describes how to use an Azure Resource Manager template (ARM Template) to create an Azure Front Door Standard/Premium with a Web App as origin
@@ -34,7 +34,7 @@ If your environment meets the prerequisites and you're familiar with using ARM t
34
34
35
35
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/en-gb/resources/templates/front-door-standard-premium-app-service-public/).
36
36
37
-
In this quickstart, you will create a Front Door Standard/Premium, an App Service, and configure the App Service to validate that traffic has come through the Front Door origin.
37
+
In this quickstart, you'll create a Front Door Standard/Premium, an App Service, and configure the App Service to validate that traffic has come through the Front Door origin.
@@ -71,7 +71,7 @@ One Azure resource is defined in the template:
71
71
72
72
1. Enter the values.
73
73
74
-
The template deployment creates a Front Door with a a web app as origin
74
+
The template deployment creates a Front Door with a web app as origin
75
75
76
76
The resource group name is the project name with **rg** appended.
77
77
@@ -92,15 +92,15 @@ Azure PowerShell is used to deploy the template. In addition to Azure PowerShell
92
92
93
93
3. Select the resource group that you created in the previous section. The default resource group name is the project name with **rg** appended.
94
94
95
-
4. Select the Front Door you created previously and you will be able to see the endpoint hostname. Copy the hostname and paste it on to the address bar of a browser. Press enter and your request will automatically get routed to the web app.
95
+
4. Select the Front Door you created previously and you'll be able to see the endpoint hostname. Copy the hostname and paste it on to the address bar of a browser. Press enter and your request will automatically get routed to the web app.
96
96
97
97
:::image type="content" source="./media/create-front-door-portal/front-door-web-app-origin-success.png" alt-text="Screenshot of the message: Your web app is running and waiting for your content.":::
98
98
99
99
100
100
101
101
## Clean up resources
102
102
103
-
When you no longer need the Front Door service, delete the resource group. This removes the Front Door and all the related resources.
103
+
When you no longer need the Front Door service, delete the resource group. This will remove the Front Door and all the related resources.
104
104
105
105
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
0 commit comments