From 14671f6ee5b42461d95d36a8b2be15f4a283e032 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Wed, 3 Jan 2024 08:20:01 -0800 Subject: [PATCH] Update LAB_06-Implement_Network_Traffic_Management.md --- ...06-Implement_Network_Traffic_Management.md | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/New Instructions/Lab/LAB_06-Implement_Network_Traffic_Management.md b/New Instructions/Lab/LAB_06-Implement_Network_Traffic_Management.md index 6dce7933..03be9de0 100644 --- a/New Instructions/Lab/LAB_06-Implement_Network_Traffic_Management.md +++ b/New Instructions/Lab/LAB_06-Implement_Network_Traffic_Management.md @@ -188,7 +188,7 @@ In this task, you will implement an Azure Load Balancer in front of the two Azur | Source port | *Blank* | | Diagnostic tests | *Defaults* | - ![Azure Portal showing Connection Troubleshoot settings.](../media/az104-lab05-connection-troubleshoot.png) + ![Azure Portal showing Connection Troubleshoot settings.](../media/az104-lab06-connection-troubleshoot.png) 1. Select **Run diagnostic tests**. @@ -316,22 +316,21 @@ In this task, you will implement an Azure Application Gateway in front of the tw 1. In the Azure portal, search and select **az104-appgw**. -1. On the **az104-appgw** Application Gateway blade, copy the value of the **Frontend public IP address**. - -1. Start another browser window and test this URL - `http:///image/`. - -1. Verify you are directed to image server (vm1). - -1. Start another browser window and test this URL - `http:///video/`. - -1. Verify you are directed to image server (vm2). - -> **Note**: You may need to refresh more than once or open a new browser window in InPrivate mode. - 1. In the **Application Gateway** select **Backend health**. 1. Ensure both servers in the backend pool display **Healthy**. +1. On the **az104-appgw** Application Gateway blade, copy the value of the **Frontend public IP address**. + +1. Start another browser window and test the URL - `http:///image/`. + +1. Verify you are directed to image server (vm1). + +1. Start another browser window and test the URL - `http:///video/`. + +1. Verify you are directed to image server (vm2). + +> **Note**: You may need to refresh more than once or open a new browser window in InPrivate mode. ## Key takeaways