Skip to content

Commit 4d88dee

Browse files
fixed pic
1 parent 7344a4c commit 4d88dee

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.custom: devx-track-azurecli
1010

1111
---
1212

13-
# Quickstart: Create an Azure Front Door Premium - Azure CLI
13+
# Quickstart: Create an Azure Front Door Standard/Premium - Azure CLI
1414

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.
15+
In this quickstart, you'll learn how to create an Azure Front Door Standard/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).
@@ -242,14 +242,15 @@ To test instant global failover, we'll use the following steps:
242242
1. Open a browser, as described above, and go to the endpoint hostname: `contosofrontend-<hash>.z01.azurefd.net`.
243243

244244
2. Stop one of the Web Apps by running [az webapp stop](/cli/azure/webapp#az-webapp-stop&preserve-view=true)
245+
245246
```azurecli
246247
az webapp stop --name WebAppContoso-01 --resource-group myRGFD
247248
```
248249

249250
4. Refresh your browser. You should see the same information page.
250251

251-
>[!TIP]
252-
>There is a little bit of delay for these actions. You might need to refresh again.
252+
>[!TIP]
253+
>There is a little bit of delay for these actions. You might need to refresh again.
253254
254255
5. Find the other web app, and stop it as well.
255256

0 commit comments

Comments
 (0)