From c11bc6852931038b2fe89d199f166eff2dd420fd Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:43:40 -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 6896b663..217b07ee 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 @@ -179,7 +179,7 @@ In this task, you work with the Azure Cloud Shell and Azure PowerShell. Azure Cl Get-AzDisk ``` -## Task 5: Deploy a template with the CLI +## Task 4: Deploy a template with the CLI 1. Continue in the **Cloud Shell** select **Bash**. **Confirm** your choice. @@ -209,7 +209,7 @@ In this task, you work with the Azure Cloud Shell and Azure PowerShell. Azure Cl az disk list --output table ``` -## Task 6: Deploy a resource by using Azure Bicep +## Task 5: Deploy a resource by using Azure Bicep In this task, you will use a Bicep file to deploy a managed disk. Bicep is a declarative automation tool that is built on ARM templates.