From 1303f10a63e7a24d6233c6ed67d2cacb24ecddf3 Mon Sep 17 00:00:00 2001 From: Pickacho <40912416+Pickacho@users.noreply.github.com> Date: Fri, 16 Oct 2020 17:49:08 +0300 Subject: [PATCH] Update LAB_07-Manage_Azure_Storage.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit you can use the “(Get-AzLocation).Location” cmdlet to get the region list --- Instructions/Labs/LAB_07-Manage_Azure_Storage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_07-Manage_Azure_Storage.md b/Instructions/Labs/LAB_07-Manage_Azure_Storage.md index d398f331..b0dfa45d 100644 --- a/Instructions/Labs/LAB_07-Manage_Azure_Storage.md +++ b/Instructions/Labs/LAB_07-Manage_Azure_Storage.md @@ -42,7 +42,9 @@ 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. 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* ```pwsh $location = '[Azure_region]'