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.