diff --git a/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md b/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md index d27ebbcc..4be58215 100644 --- a/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md +++ b/Instructions/Labs/LAB_06-Implement_Network_Traffic_Management.md @@ -45,7 +45,7 @@ In this task, you will deploy four virtual machines into the same Azure region. ```pwsh $location = '[Azure_region]' - $rgName = 'az104-06-rg01' + $rgName = 'az104-06-rg1' New-AzResourceGroup -Name $rgName -Location $location ``` @@ -170,7 +170,7 @@ In this task, you will test transitivity of virtual network peering by using Net | Setting | Value | | --- | --- | | Subscription | the name of the Azure subscription you are using in this lab | - | Resource group | **az104-06-rg01** | + | Resource group | **az104-06-rg1** | | Source type | **Virtual machine** | | Virtual machine | **az104-06-vm0** | | Destination | **Specify manually** | @@ -191,7 +191,7 @@ In this task, you will test transitivity of virtual network peering by using Net | Setting | Value | | --- | --- | | Subscription | the name of the Azure subscription you are using in this lab | - | Resource group | **az104-06-rg01** | + | Resource group | **az104-06-rg1** | | Source type | **Virtual machine** | | Virtual machine | **az104-06-vm0** | | Destination | **Specify manually** |