For system, network and cloud administrators

How to update Azure disk performance SKU using Azure CLI

In order to update a current Azure disk performance SKU, from Standard_LRS to Premium_LRS, for example, type:

az disk update --name yourdiskname --resource-group yourresourcegroup --sku Premium_LRS

Leave a Reply

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