I'm using Azure CLI to managed my VMs.
My VMs are created from a custom image. I forgot the name I was given to the image.
I created the image using az image create
Is there any way to list all my custom images name?
I tried using this command: az vm image list -o table -g myGroup
but i got an exception that resource group parameter is not valid
This command will list all the images/name “azure vm image list”
Azure CLI
For images, use az image list --resource-group
Additional information: This article details some of the most common commands to create and manage virtual machines (VMs).