Check VM sizes available at a region using Azure CLI 2.0

Check the VM sizes available at a region by Azure CLI 2

John Savill

June 21, 2017

1 Min Read
Check VM sizes available at a region using Azure CLI 2.0

Q. How can I check which VM sizes are available at a certain region using CLI v2?

A. To check the list of available VM sizes using CLI v2 use the command:

az vm list-sizes -l
e.g. az vm list-sizes -l southcentralus

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like