From a066af1dfde3275e5d84a9df83c8bac2e1c5bfad Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Wed, 22 May 2024 10:26:50 -0700 Subject: [PATCH] Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md --- ...-Manage_Azure_Resources_by_Using_ARM_Templates.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md b/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md index f46f7c1a..ea4036e0 100644 --- a/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md +++ b/Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md @@ -139,20 +139,24 @@ In this task, you work with the Azure Cloud Shell and Azure PowerShell. Azure Cl >**Did you know?** If you mostly work with Linux systems, Bash (CLI) feels more familiar. If you mostly work with Windows systems, Azure PowerShell feels more familiar. -1. On the **You have no storage mounted** screen select **Show advanced settings** and provide the required information. - - >**Note:** As you work with the Cloud Shell a storage account and file share is required. +1. On the **Getting started** screen select **Mount storage account** and then **I want to create a storage account**. + >**Note:** For this lab, a storage account is required. Provide the required information. + | Settings | Values | | -- | -- | + | Subscription | *select your subscription* | | Resource Group | **az104-rg3** | + | Region | *select your region* | | Storage account (Create new) | *must be globally unique, between 3 and 24 characters in length and use numbers and lower case letters only* | | File share (Create new) | `fs-cloudshell` | -1. When completed select **Create storage**. You only need to do this the first time you use the Cloud Shell. It will take a couple of minutes to provision the storage. +1. When completed select **Next**. You only need to do this the first time you use the Cloud Shell. It will take a couple of minutes to provision the storage. 1. Use the **Upload/Download files** icon to upload the template and parameters file from the downloads directory. You will need to upload each file separately. + >**Note:** If at anytime you are prompted to **Switch to classic cloud shell**, then do so. + 1. Verify your files are available in the Cloud Shell storage. ```powershell