Virtual Machine Sizes in AZURE

Virtual Machine Sizes in AZURE

In this article, we are going to discuss Virtual Machine Sizes in AZURE. How we can use Azure CLI to get these details.

To find out available VM sizes in a specific location using cli via commands az vm list-sizes command. The sample truncated output is as below.

# az vm list-sizes -location eastus -output table

 how to find available VM sizes in Azure

That,s it about how you can view virtual machine sizes in AZURE  using Azure CLI. You may need to install Azure CLI for commands to work. This article considers you already have Azure CLI access.