mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-04 23:59:08 +00:00
Update LAB_03c-Manage_Azure_Resources_by_Using_Azure_PowerShell.md
This commit is contained in:
parent
07ad5303f9
commit
0ec0483d8d
@ -94,10 +94,10 @@ In this task, you will managing configuration of the Azure managed disk by using
|
||||
Get-AzDisk -ResourceGroupName $rgName -Name $diskName
|
||||
```
|
||||
|
||||
1. To validate the current SKU as **Standard_LRS**, from the PowerShell session within Cloud Shell, run the following command:
|
||||
1. To verify the current SKU as **Standard_LRS**, run the following:
|
||||
|
||||
```pwsh
|
||||
New-AzDiskUpdateConfig -Sku Premium_LRS | Update-AzDisk -ResourceGroupName $rgName -DiskName $diskName
|
||||
(Get-AzDisk -ResourceGroupName $rgName -Name $diskName).Sku
|
||||
```
|
||||
|
||||
1. To change the disk performance SKU to **Premium_LRS**, from the PowerShell session within Cloud Shell, run the following:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user