Skip to content

Commit bb9c744

Browse files
authored
Merge pull request #286043 from greg-lindsay/appgw-img-scan
Appgw img scan
2 parents ed619fa + bd058bf commit bb9c744

8 files changed

+5
-5
lines changed

articles/application-gateway/create-url-route-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In this example, you create three virtual machines to be used as backend servers
7373

7474
1. Open the interactive shell and make sure that it's set to **PowerShell**.
7575

76-
![Install custom extension](./media/application-gateway-create-url-route-portal/application-gateway-extension.png)
76+
![Screenshot of install custom extension](./media/application-gateway-create-url-route-portal/application-gateway-extension.png)
7777

7878
2. Run the following command to install IIS on the virtual machine:
7979

@@ -188,23 +188,23 @@ Review the settings on the **Review + create** tab, and then select **Create** t
188188
189189
1. Select **All resources**, and then select **myAppGateway**.
190190
191-
![Record application gateway public IP address](./media/application-gateway-create-url-route-portal/application-gateway-record-ag-address.png)
191+
![Screenshot of record application gateway public IP address.](./media/application-gateway-create-url-route-portal/application-gateway-record-ag-address.png)
192192
193193
2. Copy the public IP address, and then paste it into the address bar of your browser. Such as, http:\//203.0.113.10:8080.
194194
195-
![Test base URL in application gateway](./media/application-gateway-create-url-route-portal/application-gateway-iistest.png)
195+
![Screenshot of test base URL in application gateway.](./media/application-gateway-create-url-route-portal/application-gateway-iistest.png)
196196
197197
The listener on port 8080 routes this request to the default backend pool.
198198
199199
3. Change the URL to *http://<ip-address>:8080/images/test.htm*, replacing <ip-address> with the public IP address of **myAppGateway**, and you should see something like the following example:
200200
201-
![Test images URL in application gateway](./media/application-gateway-create-url-route-portal/application-gateway-iistest-images.png)
201+
![Screenshow of test images URL in application gateway](./media/application-gateway-create-url-route-portal/application-gateway-iistest-images.png)
202202
203203
The listener on port 8080 routes this request to the *Images* backend pool.
204204
205205
4. Change the URL to *http://<ip-address>:8080/video/test.htm*, replacing <ip-address> with the public IP address of **myAppGateway**, and you should see something like the following example:
206206
207-
![Test video URL in application gateway](./media/application-gateway-create-url-route-portal/application-gateway-iistest-video.png)
207+
![Screenshot of test video URL in application gateway.](./media/application-gateway-create-url-route-portal/application-gateway-iistest-video.png)
208208
209209
The listener on port 8080 routes this request to the *Video* backend pool.
210210
Loading
Loading
17.8 KB
Loading

0 commit comments

Comments
 (0)