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
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ az afd endpoint show --resource-group myRGFD --profile-name contosoafd --endpoin
210
210
```
211
211
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.
212
212
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
+
214
214
215
215
To test instant global failover, we'll use the following steps:
6. Refresh your browser. This time, you should see an error message.
236
236
237
-
:::image type="content" source="../media/create-front-door-portal/web-app-stopped-message" alt-text="Both instances of the web app stopped":::
238
237
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