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

603
+
:::image type="content" source="./media/tutorial-url-redirect-powershell/application-gateway-iistest.png" alt-text="Screenshot showing the default IIS welcome page when testing the base URL of the application gateway." lightbox="./media/tutorial-url-redirect-powershell/application-gateway-iistest.png":::
604
604
605
605
Change the URL to `http://<ip-address>:8080/images/test.htm`, substituting your IP address for `<ip-address>`, and you should see something like the following example:
606
606
607
-

607
+
:::image type="content" source="./media/tutorial-url-redirect-powershell/application-gateway-iistest-images.png" alt-text="Screenshot showing the images backend pool test page when accessing the /images path on the application gateway." lightbox="./media/tutorial-url-redirect-powershell/application-gateway-iistest-images.png":::
608
608
609
609
Change the URL to `http://<ip-address>:8080/video/test.htm`, substituting your IP address for `<ip-address>`, and you should see something like the following example:
610
610
611
-

611
+
:::image type="content" source="./media/tutorial-url-redirect-powershell/application-gateway-iistest-video.png" alt-text="Screenshot showing the video backend pool test page when accessing the /video path on the application gateway." lightbox="./media/tutorial-url-redirect-powershell/application-gateway-iistest-video.png":::
612
612
613
613
Now, change the URL to `http://<ip-address>:8081/images/test.htm`, substituting your IP address for `<ip-address>`, and you should see traffic redirected back to the images backend pool at `http://<ip-address>:8080/images`.
-**Response Time**: Average response time for requests
621
621
-**Unhealthy Host Count**: Number of unhealthy backend servers
622
622
-**Throughput**: Data transfer rate through the Application Gateway
623
-
-
623
+
624
624
## Clean up resources
625
625
626
626
When no longer needed, remove the resource group, application gateway, and all related resources using [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup).
0 commit comments