From 7188670e1e82ef4bc1db455af103ec9b146d0769 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Wed, 13 Dec 2023 06:48:29 -0800 Subject: [PATCH] Update LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md --- ..._Azure_Resources_by_Using_ARM_Templates.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md b/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md index 97820668..0e13a55d 100644 --- a/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md +++ b/New Instructions/Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md @@ -152,11 +152,7 @@ In this task, you verify that the deployment has finished successfuly. All prior 1. If necessary, use the **Advanced** settings to create disk storage for the Cloud Shell. -1. On the local drive, locate the parameters JSON file. - -1. Edit the file and change the disk name. For example, change the disk name to **az104-disk2**. - -1. In the Cloud Shell, use the **Upload** icon to upload the template and parameters files. You will need to upload each separately. +1. In the Cloud Shell, use the **Upload** icon to upload the template and parameters files. You will need to upload each file separately. 1. Verify your files are available in the Cloud Shell storage. @@ -164,6 +160,10 @@ In this task, you verify that the deployment has finished successfuly. All prior dir ``` +1. In the Cloud Shell, select the **Editor** icon and navigate to the parameters JSON file. + +1. Make a change. For example, change the disk name to **az104-disk2**. + >**Note**: You can target your template deployment to a resource group, subscription, management group, or tenant. Depending on the scope of the deployment, you use different commands. 1. To deploy to a resource group, use **New-AzResourceGroupDeployment**. @@ -179,11 +179,7 @@ In this task, you verify that the deployment has finished successfuly. All prior 1. If necessary, use the **Advanced** settings to create disk storage for the Cloud Shell. -1. On the local drive, locate the parameters JSON file. - -1. Edit the file and change the disk name. For example, change the disk name to **az104-disk2**. - -1. In the Cloud Shell, use the **Upload** icon to upload the template and parameters files. You will need to upload each separately. +1. In the Cloud Shell, use the **Upload** icon to upload the template and parameters files. You will need to upload each file separately. 1. Verify your files are available in the Cloud Shell storage. @@ -191,7 +187,11 @@ In this task, you verify that the deployment has finished successfuly. All prior dir ``` ->**Note**: You can target your template deployment to a resource group, subscription, management group, or tenant. Depending on the scope of the deployment, you use different commands. +1. In the Cloud Shell, select the **Editor** icon and navigate to the parameters JSON file. + +1. Make a change. For example, change the disk name to **az104-disk2**. + + >**Note**: You can target your template deployment to a resource group, subscription, management group, or tenant. Depending on the scope of the deployment, you use different commands. 1. To deploy to a resource group, use **az deployment group create**.