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

77
77
78
78
2. Run the following command to install IIS on the virtual machine:
79
79
@@ -188,23 +188,23 @@ Review the settings on the **Review + create** tab, and then select **Create** t
188
188
189
189
1. Select **All resources**, and then select **myAppGateway**.
190
190
191
-

191
+

192
192
193
193
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.
194
194
195
-

195
+

196
196
197
197
The listener on port 8080 routes this request to the default backend pool.
198
198
199
199
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:
200
200
201
-

201
+

202
202
203
203
The listener on port 8080 routes this request to the *Images* backend pool.
204
204
205
205
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:
206
206
207
-

207
+

208
208
209
209
The listener on port 8080 routes this request to the *Video* backend pool.
0 commit comments