mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-05 08:09:08 +00:00
Merge pull request #767 from raptorrico/master
Fix incorrect case on diskSizeGB property
This commit is contained in:
commit
5bf972d745
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user