mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Fix syntax error in AZ CLI command
Specify resource group in disk list command, required parameter
This commit is contained in:
parent
5fa05bc54f
commit
3f406be6e2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user