Merge pull request #127 from tofusgh/patch-9

add note to assist customer in finding region
This commit is contained in:
polichtm 2020-07-30 10:22:14 -04:00 committed by GitHub
commit 72aca4c9ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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