For system, network and cloud administrators

How to update the disk size of an Azure managed disk using Azure CLI

After an initial deployment, you might find yourself in need to change the size of the Azure managed disk you’ve just deployed. For example, if you want to change the size of it to 64GB, type:

az disk update --resource-group yourresourcegroup --name yourdiskname --size-gb 64

Leave a Reply

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