From ed06d97c8d643cb477f03b0ae62075278a385583 Mon Sep 17 00:00:00 2001 From: Biglna01 <79334487+Biglna01@users.noreply.github.com> Date: Tue, 2 Nov 2021 13:46:28 -0400 Subject: [PATCH] Update LAB_07-Manage_Azure_Storage.md --- Instructions/Labs/LAB_07-Manage_Azure_Storage.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Instructions/Labs/LAB_07-Manage_Azure_Storage.md b/Instructions/Labs/LAB_07-Manage_Azure_Storage.md index bc6698fe..5bbbe226 100644 --- a/Instructions/Labs/LAB_07-Manage_Azure_Storage.md +++ b/Instructions/Labs/LAB_07-Manage_Azure_Storage.md @@ -50,12 +50,15 @@ In this task, you will deploy an Azure virtual machine that you will use later i 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) >**Note**: To list the names of Azure regions, run `(Get-AzLocation).Location` + >**Note**: Each command below should be typed separately ```powershell $location = '[Azure_region]' - + + ```powershell $rgName = 'az104-07-rg0' - + + ```powershell New-AzResourceGroup -Name $rgName -Location $location ``` 1. From the Cloud Shell pane, run the following to deploy the virtual machine by using the uploaded template and parameter files: