Skip to content

Commit 1a80a95

Browse files
committed
Fixed image URLs
1 parent dff7dac commit 1a80a95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/application-gateway/tutorial-url-redirect-powershell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create an application gateway with URL path-based redi
44
services: application-gateway
55
author: mbender-ms
66
ms.service: azure-application-gateway
7-
ms.date: 07/09/2025
7+
ms.date: 07/16/2025
88
ms.author: mbender
99
ms.topic: how-to
1010
ms.custom: devx-track-azurepowershell
@@ -600,15 +600,15 @@ Although IIS isn't required to create the application gateway, you installed it
600600
- `http://203.0.113.1:8080/video/test.htm` (video path)
601601
- `http://203.0.113.1:8081/images/test.htm` (redirection test)
602602

603-
![Test base URL in application gateway](./media/tutorial-url-redirect-powershell/application-gateway-iistest.png)
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":::
604604

605605
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:
606606

607-
![Test images URL in application gateway](./media/tutorial-url-redirect-powershell/application-gateway-iistest-images.png)
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":::
608608

609609
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:
610610

611-
![Test video URL in application gateway](./media/tutorial-url-redirect-powershell/application-gateway-iistest-video.png)
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":::
612612

613613
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`.
614614

@@ -620,7 +620,7 @@ Monitor key Application Gateway metrics for optimal performance:
620620
- **Response Time**: Average response time for requests
621621
- **Unhealthy Host Count**: Number of unhealthy backend servers
622622
- **Throughput**: Data transfer rate through the Application Gateway
623-
-
623+
624624
## Clean up resources
625625

626626
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

Comments
 (0)