For system, network and cloud administrators

How to view available Azure predefined virtual machine sizes using Azure CLI

Depending on the purpose of your Azure virtual machine, you’ll need to choose a size for it when you’re creating it. Plus, the availability of Azure resources depends on the region you’ll want to use them. You can list available Azure predefined virtual machine sizes by using:

az vm list-sizes --location westeurope -o table

Leave a Reply

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