Skip to content

Commit

Permalink
Merge pull request #767 from raptorrico/master
Browse files Browse the repository at this point in the history
Fix incorrect case on diskSizeGB property
  • Loading branch information
staleycyn authored Sep 7, 2023
2 parents 9a6f1d4 + 4b3866c commit 5bf972d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5bf972d

Please sign in to comment.