mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-09 10:27:04 +00:00
Fix incorrect case on diskSizeGB property
This commit is contained in:
parent
c8f759152a
commit
4b3866c7f7
@ -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:
|
1. To verify that the change took effect, run the following:
|
||||||
|
|
||||||
```sh
|
```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:
|
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