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 …