Skip to content

Commit 595af92

Browse files
line 237 fix link
1 parent 6e328e1 commit 595af92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/frontdoor/standard-premium/create-front-door-cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
ms.topic: sample
55
author: duau
66
ms.author: duau
@@ -12,7 +12,7 @@ ms.custom: devx-track-azurecli
1212

1313
# Quickstart: Create an Azure Front Door Premium - Azure CLI
1414

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

1717
> [!NOTE]
1818
> 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 \
149149

150150
## Add a route
151151

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*.
153153

154154
```azurecli
155155
az afd route create \
@@ -234,7 +234,7 @@ az webapp stop --name WebAppContoso-02 --resource-group myRGFD
234234

235235
6. Refresh your browser. This time, you should see an error message.
236236

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":::
238238
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.
239239

240240
```azurecli

0 commit comments

Comments
 (0)