For system, network and cloud administrators

How to list Azure virtual machines using Azure CLI

In order to view what Azure virtual machines are existing within your subscription or, in this case, a particular resource group, you can use:

az vm list --resource-group YourResourceGroup -o table

Leave a Reply

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