From a76efb47bbca87c5d593a878e681ceba469ffd70 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 3 May 2022 07:06:41 -0700 Subject: [PATCH] Update LAB_07-Manage_Azure_Storage.md --- Instructions/Labs/LAB_07-Manage_Azure_Storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/LAB_07-Manage_Azure_Storage.md b/Instructions/Labs/LAB_07-Manage_Azure_Storage.md index 31469117..ff16d969 100644 --- a/Instructions/Labs/LAB_07-Manage_Azure_Storage.md +++ b/Instructions/Labs/LAB_07-Manage_Azure_Storage.md @@ -78,7 +78,7 @@ In this task, you will deploy an Azure virtual machine that you will use later i >**Note**: Do not wait for the deployments to complete, but proceed to the next task. - >**Note**: If you got an error stating the VM size is not available please consult your instructor and try these steps. + >**Note**: If you got an error stating the VM size is not available please ask your instructor for assistance and try these steps. > 1. Click on the `{}` button in your CloudShell, select the **az104-07-vm-parameters.json** from the left hand side bar and take a note of the `vmSize` parameter value. > 1. Check the location in which the 'az104-04-rg1' resource group is deployed. You can run `az group show -n az104-04-rg1 --query location` in your CloudShell to get it. > 1. Run `az vm list-skus --location -o table --query "[? contains(name,'Standard_D2s')].name"` in your CloudShell.