From 950c9eca4f873fec7088fecf0fd99c5dc76a4d4f Mon Sep 17 00:00:00 2001 From: tofusgh <31666473+tofusgh@users.noreply.github.com> Date: Wed, 29 Jul 2020 14:45:37 -0400 Subject: [PATCH] add note to assist customer in finding region For line 49 it can be helpful to add this note to assist customers in how to find available regions as well as how to denote them in the command. --- Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md b/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md index 3ecab63a..8295476f 100644 --- a/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md +++ b/Instructions/Labs/LAB_05-Implement_Intersite_Connectivity.md @@ -46,6 +46,8 @@ 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' + 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: ```pwsh