Skip to content

Commit a2ace87

Browse files
authored
Merge pull request #1027 from jkulbe-msft/patch-5
Fix syntax error in AZ CLI command
2 parents 5fa05bc + f1c419f commit a2ace87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Instructions/Labs/LAB_03b-Manage_Azure_Resources_by_Using_ARM_Templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ In this task, you work with the Azure Cloud Shell and Azure PowerShell. Azure Cl
198198
1. Confirm the disk was created.
199199

200200
```sh
201-
az disk list --output table
201+
az disk list --resource-group az104-rg3 --output table
202202
```
203203

204204
## 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
234234
1. Confirm the disk was created.
235235

236236
```sh
237-
az disk list --output table
237+
az disk list --resource-group az104-rg3 --output table
238238
```
239239

240240
>**Note:** You have successfully deployed five managed disks, each in a different way. Nice job!

0 commit comments

Comments
 (0)