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 an 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.
*[**Microsoft.Web/serverfarms**](/azure/templates/microsoft.web/serverfarms) (App service plan to host web apps)
45
+
*[**Microsoft.Web/sites**](/azure/templates/microsoft.web/sites) (Web app origin servicing request for Front Door)
46
+
*
44
47
45
48
## Deploy the template
46
49
47
50
1. Select **Try it** from the following code block to open Azure Cloud Shell, and then follow the instructions to sign in to Azure.
48
51
49
-
> [!NOTE]
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).
52
+
> [!NOTE]
53
+
> 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
54
52
55
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)"
2. Select **Copy** from the previous code block to copy the PowerShell script.
71
+
1. Select **Copy** from the previous code block to copy the PowerShell script.
69
72
70
-
3. Right-click the shell console pane and then select **Paste**.
73
+
1. Right-click the shell console pane and then select **Paste**.
71
74
72
-
4. Enter the values.
75
+
1. Enter the values.
73
76
74
77
The template deployment creates a Front Door with a web app as origin
75
78
@@ -88,11 +91,11 @@ Azure PowerShell is used to deploy the template. In addition to Azure PowerShell
88
91
89
92
1. Sign in to the [Azure portal](https://portal.azure.com).
90
93
91
-
2. Select **Resource groups** from the left pane.
94
+
1. Select **Resource groups** from the left pane.
92
95
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.
96
+
1. Select the resource group that you created in the previous section. The default resource group name is the project name with **rg** appended.
94
97
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.
98
+
1. 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
99
97
100
:::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
101
@@ -110,7 +113,11 @@ Remove-AzResourceGroup -Name <your resource group name>
110
113
111
114
## Next steps
112
115
113
-
In this quickstart, you created a Front Door.
116
+
In this quickstart, you created a:
117
+
118
+
* Front Door
119
+
* App Service plan
120
+
* Web App
114
121
115
122
To learn how to add a custom domain to your Front Door, continue to the Front Door tutorials.
0 commit comments