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 1481fb90..7f10916c 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 @@ -63,9 +63,9 @@ In this task, we will create a managed disk in the Azure portal. Managed disks a 1. Take a minute to review the **Template** and **Parameters** files. -1. Click **Download** and save the templates to the local drive. This creates a compressed zipped file. +1. From the **Template** section, click **Download** and save the template to the local drive. Then switch to the **Parameters** section and do the same. -1. Use File Explorer to extract the content of the downloaded file into the **Downloads** folder on your computer. Notice there are two JSON files (template and parameters). +1. Use File Explorer to open the **Downloads** folder on your computer. Notice there are two JSON files (template and parameters). >**Did you know?** You can export an entire resource group or just specific resources within that resource group.