Update LAB_07-Manage_Azure_Storage.md

This commit is contained in:
polichtm 2020-10-16 11:41:57 -04:00 committed by GitHub
parent debcceac0b
commit 9c9bd20e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,8 @@ In this task, you will deploy an Azure virtual machine that you will use later i
1. In the toolbar of the Cloud Shell pane, click the **Upload/Download files** icon, in the drop-down menu, click **Upload** and upload the files **\\Allfiles\\Module_07\\az104-07-vm-template.json** and **\\Allfiles\\Module_07\\az104-07-vm-parameters.json** into the Cloud Shell home directory. 1. In the toolbar of the Cloud Shell pane, click the **Upload/Download files** icon, in the drop-down menu, click **Upload** and upload the files **\\Allfiles\\Module_07\\az104-07-vm-template.json** and **\\Allfiles\\Module_07\\az104-07-vm-parameters.json** into the Cloud Shell home directory.
1. From the Cloud Shell pane, run the following to create the resource group that will be hosting the virtual machine (replace the `[Azure_region]` placeholder with the name of an Azure region where you intend to deploy the Azure virtual machine) 1. From the Cloud Shell pane, run the following to create the resource group that will be hosting the virtual machine (replace the `[Azure_region]` placeholder with the name of an Azure region where you intend to deploy the Azure virtual machine)
quick reminder:
*you can use the “(Get-AzLocation).Location” cmdlet to get the region list* >**Note**: To list the names of Azure regions, run `(Get-AzLocation).Location`
```pwsh ```pwsh
$location = '[Azure_region]' $location = '[Azure_region]'