For system, network and cloud administrators

How to view disk size of an Azure managed disk using Azure CLI

In order to check the size of the managed disk in Azure, type:

az disk show --resource-group yourresourcegroup --name yourdiskname --query diskSizeGb

Leave a Reply

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