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 192b7521..1481fb90 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 @@ -198,7 +198,7 @@ In this task, you work with the Azure Cloud Shell and Azure PowerShell. Azure Cl 1. Confirm the disk was created. ```sh - az disk list --output table + az disk list --resource-group az104-rg3 --output table ``` ## Task 5: Deploy a resource by using Azure Bicep @@ -234,7 +234,7 @@ In this task, you will use a Bicep file to deploy a managed disk. Bicep is a dec 1. Confirm the disk was created. ```sh - az disk list --output table + az disk list --resource-group az104-rg3 --output table ``` >**Note:** You have successfully deployed five managed disks, each in a different way. Nice job!