Skip to content

Commit 5d454a4

Browse files
Change graphics names per guidelines.
1 parent e2a8207 commit 5d454a4

7 files changed

+6
-6
lines changed

articles/frontdoor/quickstart-create-front-door.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you don't already have a web app, use the following steps to set up example w
3838

3939
1. Select **Web** > **Web App**.
4040

41-
![Create a web app in the Azure portal](media/quickstart-create-front-door/create-web-app-for-front-door.png)
41+
![Create a web app in the Azure portal](media/quickstart-create-front-door/create-web-app-azure-front-door.png)
4242

4343
1. In **Web App**, select the **Subscription** to use.
4444

@@ -56,7 +56,7 @@ If you don't already have a web app, use the following steps to set up example w
5656

5757
1. Select **Review + create**, review the **Summary**, and then select **Create**. It might take several minutes for the deployment to complete.
5858

59-
![Review summary for web app](media/quickstart-create-front-door/summary-for-web-app-for-front-door.png)
59+
![Review summary for web app](media/quickstart-create-front-door/web-app-summary-azure-front-door.png)
6060

6161
After your deployment is complete, create a second web app. Use the same procedure with the same values, except for the following values:
6262

@@ -83,7 +83,7 @@ Configure Azure Front Door to direct user traffic based on lowest latency betwee
8383

8484
1. For **Host name**, enter a globally unique hostname. This example uses *contoso-frontend*. Select **Add**.
8585

86-
![Add a frontend host for Azure Front Door](media/quickstart-create-front-door/add-frontend-host-for-front-door.png)
86+
![Add a frontend host for Azure Front Door](media/quickstart-create-front-door/add-frontend-host-azure-front-door.png)
8787

8888
Next, create a backend pool that contains your two web apps.
8989

@@ -99,7 +99,7 @@ Next, create a backend pool that contains your two web apps.
9999

100100
1. Select your subscription, again, and choose the second web app you created from **Backend host name**. Select **Add**.
101101

102-
![Add a backend host to your Front Door](media/quickstart-create-front-door/add-backend-host-to-pool-for-front-door.png)
102+
![Add a backend host to your Front Door](media/quickstart-create-front-door/add-backend-host-pool-azure-front-door.png)
103103

104104
Finally, add a routing rule. A routing rule maps your frontend host to the backend pool. The rule forwards a request for `contoso-frontend.azurefd.net` to **myBackendPool**.
105105

@@ -112,7 +112,7 @@ Finally, add a routing rule. A routing rule maps your frontend host to the backe
112112
113113
1. Select **Review + Create**, and then **Create**.
114114

115-
![Configured Azure Front Door](media/quickstart-create-front-door/configuration-of-front-door.png)
115+
![Configured Azure Front Door](media/quickstart-create-front-door/configuration-azure-front-door.png)
116116

117117
## View Azure Front Door in action
118118

@@ -137,7 +137,7 @@ To test instant global failover in action, try the following steps:
137137

138138
1. Refresh your browser. This time, you should see an error message.
139139

140-
![Both instances of the web app stopped](media/quickstart-create-front-door/service-has-been-stopped.png)
140+
![Both instances of the web app stopped](media/quickstart-create-front-door/web-app-stopped-message.png)
141141

142142
## Clean up resources
143143

0 commit comments

Comments
 (0)