Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List my custom images Azure CLI

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

like image 527
liorko Avatar asked Oct 15 '25 18:10

liorko


1 Answers

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).

like image 178
SumanthMarigowda-MSFT Avatar answered Oct 17 '25 23:10

SumanthMarigowda-MSFT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!