From 6491150fcea8f6aa72d7f5d8220f0aca7ab54b7e Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:11:45 -0800 Subject: [PATCH] Update LAB_06-Implement_Network_Traffic_Management.md --- .../Lab/LAB_06-Implement_Network_Traffic_Management.md | 2 -- 1 file changed, 2 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 8b92ecc6..6dfa2d37 100644 --- a/New Instructions/Lab/LAB_06-Implement_Network_Traffic_Management.md +++ b/New Instructions/Lab/LAB_06-Implement_Network_Traffic_Management.md @@ -70,8 +70,6 @@ In this task, you will use a template to deploy one virtual network, one network >**Note**: Wait for the deployment to finish before moving to the next task. The deployment should complete in approximately 5 minutes. - >**Note:** While you wait, search for and select **Network Watcher**. Select the **Topology** blade to get a view of the virtual network infrastructure. Hover over the networks to view subnet and IP addressing information. - ## Task 2: Implement Azure Load Balancer In this task, you will implement an Azure Load Balancer in front of the two Azure virtual machines in the hub virtual network. Load Balancers in Azure provide layer 4 connectivity across resources, such as virtual machines. Load Balancer configuration includes a front-end IP address to accept connections, a backend pool, and rules that define how connections should traverse the load balancer.