For system, network and cloud administrators

How to list all available Azure SKUs using the Azure CLI?

There are times when you need to know what are all the SKUs available in the Azure portal. In order to achieve that, use:

az vm list-skus

If you need to view all available SKUs in a particular location, you can add the –location parameter:

az vm list-skus --location westeurope --output table

Leave a Reply

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