From 5ba5bb1cd720871fb2415ca4cb8f4495e288ef01 Mon Sep 17 00:00:00 2001 From: Ivan Ermilov Date: Sat, 17 Feb 2024 13:49:12 +0100 Subject: [PATCH] rename 'az group deployment' (deprecated) to 'az deployment group' in lab 03 --- .../LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3cc3a780..1f5c93cc 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 @@ -234,7 +234,7 @@ In this task, you will use a Bicep file to deploy a managed disk. Bicep is a dec 1. Now, deploy the template. ``` - az group deployment create --resource-group az104-rg3 --template-file azuredeploydisk.bicep + az deployment group create --resource-group az104-rg3 --template-file azuredeploydisk.bicep ``` 1. Confirm the disk was created.