Skip to content

Commit f2bbcff

Browse files
minus ss
1 parent b424afe commit f2bbcff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ az afd endpoint show --resource-group myRGFD --profile-name contosoafd --endpoin
210210
```
211211
In a browser, go to the endpoint hostname: `contosofrontend-<hash>.z01.azurefd.net`. Your request will automatically get routed to the least latent Web App in the origin group.
212212

213-
:::image type="content" source="../media/create-front-door-portal/front-door-web-app-origin-success.png" alt-text="Your web app is running and waiting for your content":::
213+
214214

215215
To test instant global failover, we'll use the following steps:
216216

@@ -234,7 +234,6 @@ 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/web-app-stopped-message" alt-text="Both instances of the web app stopped":::
238237
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.
239238

240239
```azurecli

0 commit comments

Comments
 (0)