From a18ca9c4d3db7b741286c029950fae930534f2c3 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 21 Jun 2024 07:13:38 -0700 Subject: [PATCH] Update LAB_06-Implement_Network_Traffic_Management.md --- .../LAB_06-Implement_Network_Traffic_Management.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md b/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md index 04ddddfa..e4e5ad4f 100644 --- a/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md +++ b/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md @@ -188,7 +188,8 @@ In this task, you implement an Azure Application Gateway in front of two Azure v | Setting | Value | | --- | --- | | Name | `subnet-appgw` | - | Subnet address range | `10.60.3.224/27` | + | Starting address| `10.60.3.224` | + | Size | `/27` | 1. Click **Save** @@ -207,7 +208,7 @@ In this task, you implement an Azure Application Gateway in front of two Azure v | Tier | **Standard V2** | | Enable autoscaling | **No** | | Minimum instance count | `2` | - | Availability zone | **Zone 1** | + | Availability zone | **1** (default) | | HTTP2 | **Disabled** | | Virtual network | **az104-06-vnet1** | | Subnet | **subnet-appgw (10.60.3.224/27)** | @@ -231,8 +232,8 @@ In this task, you implement an Azure Application Gateway in front of two Azure v | --- | --- | | Name | `az104-appgwbe` | | Add backend pool without targets | **No** | - | Virtual machine | **az104-rg6-nic1 (10.60.1.4)** | - | Virtual machine | **az104-rg6-nic2 (10.60.2.4)** | + | Virtual machine | **az104-06-nic1 (10.60.1.4)** | + | Virtual machine | **az104-06-nic2 (10.60.2.4)** | 1. Click **Add a backend pool**. This is the backend pool for **images**. Specify the following settings (leave others with their default values). When completed click **Add**. @@ -240,7 +241,7 @@ In this task, you implement an Azure Application Gateway in front of two Azure v | --- | --- | | Name | `az104-imagebe` | | Add backend pool without targets | **No** | - | Virtual machine | **az104-rg6-nic1 (10.60.1.4)** | + | Virtual machine | **az104-06-nic1 (10.60.1.4)** | 1. Click **Add a backend pool**. This is the backend pool for **video**. Specify the following settings (leave others with their default values). When completed click **Add**. @@ -248,7 +249,7 @@ In this task, you implement an Azure Application Gateway in front of two Azure v | --- | --- | | Name | `az104-videobe` | | Add backend pool without targets | **No** | - | Virtual machine | **az104-rg6-nic2 (10.60.2.4)** | + | Virtual machine | **az104-06-nic2 (10.60.2.4)** | 1. Select **Next : Configuration >** and then **Add a routing rule**. Complete the information.