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/standard-premium/create-front-door-cli.md
+4-4Lines changed: 4 additions & 4 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
2
title: Create an Azure Front Door Premium with the Azure CLI
3
-
description: Learn how to create an Azure Front Door Premium with Azure CLI. Use Azure Front Door to deliver content to your global userbase and protect your web apps against vulnerabilities.
3
+
description: Learn how to create an Azure Front Door Premium with Azure CLI. Use Azure Front Door to deliver content to your global user base and protect your web apps against vulnerabilities.
4
4
ms.topic: sample
5
5
author: duau
6
6
ms.author: duau
@@ -12,7 +12,7 @@ ms.custom: devx-track-azurecli
12
12
13
13
# Quickstart: Create an Azure Front Door Premium - Azure CLI
14
14
15
-
In this quickstart, you will learn how to create an Azure Front Door Premium profile using Azure CLI. You will create this profile using two Web Apps as your origin, and add a WAF security policy. You can then verify connectivity to your Web Apps using the Azure Front Door endpoint hostname.
15
+
In this quickstart, you'll learn how to create an Azure Front Door Premium profile using Azure CLI. You'll create this profile using two Web Apps as your origin, and add a WAF security policy. You can then verify connectivity to your Web Apps using the Azure Front Door endpoint hostname.
16
16
17
17
> [!NOTE]
18
18
> This documentation is for Azure Front Door Standard/Premium. Looking for information on Azure Front Door? View [Azure Front Door Docs](../front-door-overview.md).
@@ -149,7 +149,7 @@ az afd origin create \
149
149
150
150
## Add a route
151
151
152
-
Run [az afd route create](/cli/azure/afd/route#az-afd-route-create) to map your endpoint to the origin group. This route forwards requests from the endpoint to orgin group *og*.
152
+
Run [az afd route create](/cli/azure/afd/route#az-afd-route-create) to map your endpoint to the origin group. This route forwards requests from the endpoint to origin group *og*.
6. Refresh your browser. This time, you should see an error message.
236
236
237
-
:::image type="content" source="../media/create-front-door-portal/front-door-web-app-origin-success.png" alt-text="Both instances of the web app stopped":::
237
+
:::image type="content" source="../media/create-front-door-portal/web-app-stopped-message" alt-text="Both instances of the web app stopped":::
238
238
7. Restart one of the Web Apps by running [az webapp start](/cli/azure/webapp#az-webapp-start&preserve-view=true). Refresh your browser and the page will go back to normal.
0 commit comments