From dd31fbdcc1638711fbb8b55ae45eb14fb2368488 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Thu, 4 Jan 2024 08:08:33 -0800 Subject: [PATCH] Update LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md --- .../Lab/LAB_03-Manage_Azure_Resources_by_Using_ARM_Templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 16b992c7..a4709dad 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 @@ -151,7 +151,7 @@ In this task, you verify that the deployment has finished successfully. All prio >**Note:** You can also deploy templates from the command line. Task 4, option 1, shows how to use PowerShell. Task 5, option 2, shows how to use the CLI. -## Task 3: Deploy a resource by using Azure Bicep +## Task 4: Deploy a resource by using Azure Bicep In this task, you will use a Bicep file to deploy a storage account to your resource group. Bicep is a declarative automation tool that is built on ARM templates, but are easier to read and work with.