For system, network and cloud administrators

How to update Azure disk performance SKU using Azure PowerShell

After an initial deployment, you might run into the need of changing the initial disk performance SKU in Azure. In the example below, we’re updating the SKU from Standard_LRS to Premium_LRS. In your PowerShell session type:

New-AzDiskUpdateConfig -Sku Premium_LRS | Update-AzDisk -ResourceGroupName yourresourcegroup -Name yourdiskname

Leave a Reply

Your email address will not be published. Required fields are marked *