Specify resource group in disk list command

Updated the command to list disks with resource group.
This commit is contained in:
Jan Kulbe 2025-11-14 11:24:04 +01:00 committed by GitHub
parent 3f406be6e2
commit f1c419f30b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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!