Fix syntax error in AZ CLI command

Specify resource group in disk list command, required parameter
This commit is contained in:
Jan Kulbe 2025-11-14 11:19:50 +01:00 committed by GitHub
parent 5fa05bc54f
commit 3f406be6e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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