From 89a32fa6e0678da337f54dbbf67d68f38552deae Mon Sep 17 00:00:00 2001 From: polichtm Date: Thu, 30 Jul 2020 10:25:26 -0400 Subject: [PATCH] Update LAB_05-Implement_Intersite_Connectivity.md --- Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md b/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md index 8295476f..cccb7ce4 100644 --- a/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md +++ b/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md @@ -46,7 +46,7 @@ In this task, you will deploy three virtual machines, each into a separate virtu New-AzResourceGroup -Name $rgName -Location $location ``` - >**Note**: You may run get-azlocation to find the regions available to insert in the command above: $location ='east us' + >**Note**: In order to identify Azure regions, from a PowerShell session in Cloud Shell, run **(Get-AzLocation).Location** 1. From the Cloud Shell pane, run the following to create the first virtual network and deploy a virtual machine into it by using the template and parameter files you uploaded: