Cristiano Bonassina

Cristiano Bonassina

azure

How to get a list of available vm sizes in an Azure location

With the Azure CLI, you can use the az vm list-sizes command to list all the virtual machine sizes in a specific location az vm list-sizes \ --location brazilsouth \ --output table And the output will be something like this MaxDataDiskCount MemoryInMB Name NumberOfCores OsDiskSizeInMB ResourceDiskSizeInMB ------------------ ------------ ------------------------ --------------- ---------------- ----------------------
1 min read