Skip to content

Commit 040bd88

Browse files
minor edits
1 parent 284c472 commit 040bd88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/frontdoor/create-front-door-template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: devx-track-azurepowershell, subject-armqs, mode-arm
1717

1818
# Quickstart: Create a Front Door Standard/Premium using an ARM template
1919

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
2121

2222
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2323

@@ -34,7 +34,7 @@ If your environment meets the prerequisites and you're familiar with using ARM t
3434

3535
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/).
3636

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.
3838

3939
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.cdn/front-door-standard-premium-app-service-public/azuredeploy.json":::
4040

@@ -71,7 +71,7 @@ One Azure resource is defined in the template:
7171

7272
1. Enter the values.
7373

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
7575

7676
The resource group name is the project name with **rg** appended.
7777

@@ -92,15 +92,15 @@ Azure PowerShell is used to deploy the template. In addition to Azure PowerShell
9292

9393
3. Select the resource group that you created in the previous section. The default resource group name is the project name with **rg** appended.
9494

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.
9696

9797
:::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.":::
9898

9999

100100

101101
## Clean up resources
102102

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.
104104

105105
To delete the resource group, call the `Remove-AzResourceGroup` cmdlet:
106106

0 commit comments

Comments
 (0)