From 409499fd422169dd53740c0dc0f57dbbbbf63e0f Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:58:42 -0800 Subject: [PATCH] Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md --- ...3b-Manage_Azure_Resources_by_Using_ARM_Templates.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/New Instructions/Lab/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md b/New Instructions/Lab/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md index 23a0410c..9fdd7960 100644 --- a/New Instructions/Lab/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md +++ b/New Instructions/Lab/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md @@ -63,9 +63,11 @@ In this task, you use the Azure portal to generate an Azure Resource Manager tem >**Note:** We are creating a simple managed disk so you can practice with templates. Azure managed disks are block-level storage volumes that are managed by Azure and used with Azure virtual machines. -1. Click **Review + Create** *once*. Do **not** deploy the resource. +1. Click **Review + Create** then select **Create**. -1. After validation, select **Download a template for automation** (bottom of the page). +1. Monitor the notifications (upper right) and after the deployment select **Go to resource**. + +1. In the **Automation** blade, select **Export template**. 1. Review the information shown in the template. Review both the **Template** and **Parameters** tab. @@ -73,10 +75,6 @@ In this task, you use the Azure portal to generate an Azure Resource Manager tem 1. Extract the content of the downloaded file into the **Downloads** folder on your computer. Notice there are two JSON files (template and parameters). -1. Close all **File Explorer** windows. - -1. In the Azure portal, cancel the deployment of the managed disk. - >**Note:** You can export an entire resource group or just specific resources within that resource group. ## Task 2: Edit an Azure Resource Manager template and then redeploy the template