Merge pull request #767 from raptorrico/master

Fix incorrect case on diskSizeGB property
This commit is contained in:
staleycyn 2023-09-07 06:31:08 -07:00 committed by GitHub
commit 5bf972d745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ In this task, you will managing configuration of the Azure managed disk by using
1. To verify that the change took effect, run the following:
```sh
az disk show --resource-group $RGNAME --name $DISKNAME --query diskSizeGb
az disk show --resource-group $RGNAME --name $DISKNAME --query diskSizeGB
```
1. To change the disk performance SKU to **Premium_LRS**, from the Bash session within Cloud Shell, run the following: