For system, network and cloud administrators
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