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