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
Copy file name to clipboardExpand all lines: articles/frontdoor/create-front-door-template.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: 'Quickstart: Create an Azure Front Door Service by using an Azure Resource Manager template (ARM template)'
3
-
description: This quickstart describes how to create an Azure Front Door Service by using Azure Resource Manager template (ARM template).
2
+
title: 'Quickstart: Create an Azure Front Door Standard/Premium by using an Azure Resource Manager template (ARM template)'
3
+
description: This quickstart describes how to create an Azure Front Door Standard/Premium by using Azure Resource Manager template (ARM template).
4
4
services: front-door
5
5
documentationcenter:
6
6
author: duongau
@@ -32,7 +32,7 @@ If your environment meets the prerequisites and you're familiar with using ARM t
32
32
33
33
## Review the template
34
34
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/).
35
+
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/front-door-standard-premium-app-service-public/).
36
36
37
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.
38
38
@@ -50,26 +50,26 @@ One Azure resource is defined in the template:
50
50
> If you want to deploy Azure Front Door Premium instead of Standard substitute the value of the sku parameter with `Premium_AzureFrontDoor`. For detailed comparison, view [Azure Front Door tier comparison](standard-premium/tier-comparison.md).
51
51
52
52
53
-
```azurepowershell-interactive
54
-
$projectName = Read-Host -Prompt "Enter a project name that is used for generating resource names"
55
-
$location = Read-Host -Prompt "Enter the location (i.e. centralus)"
0 commit comments