For system, network and cloud administrators

How to create an Azure managed disk using Azure CLI

The following command helps you create a basic Standard_LRS managed disk in Azure:

az disk create --resource-group yourresourcegroup --name yourdiskname --sku "Standard_LRS" --size-gb 32

Leave a Reply

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