From 75384239818dab42417b64e5822fde3f597a16a3 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Tue, 27 Feb 2024 07:25:18 -0800 Subject: [PATCH] Update LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md --- .../LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 7c5f6fc3..3233ff39 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 @@ -160,7 +160,7 @@ In this task, you work with the Azure Cloud Shell and Azure PowerShell. Azure Cl ``` >**Note**: If you need to, you can use **cls** to clear the command window. You can use the arrow keys to move the command history. -1. Select the **Editor** (curly brackets) icon and navigate to the parameters JSON file. +1. Select the **Editor** (curly brackets) icon and navigate to the template JSON file. 1. Make a change. For example, change the disk name to **az104-disk3**. Use **Ctrl +S** to save your changes. @@ -189,7 +189,7 @@ In this task, you work with the Azure Cloud Shell and Azure PowerShell. Azure Cl ls ``` -1. Select the **Editor** (curly brackets) icon and navigate to the parameters JSON file. +1. Select the **Editor** (curly brackets) icon and navigate to the template JSON file. 1. Make a change. For example, change the disk name to **az104-disk4**. Use **Ctrl +S** to save your changes.