Azure: List OS Images
Im new to windows azure, Ive looked to this documentation , to me it works, Listing Images on gallery. https://management.core.windows.net/subscription-id/services/images But this isnt what Im looking for, Is there a way to list the My Images on my account and not the images on gallery. David Makogon If you run the PowerShell cmdlet Get-AzureVMImage , you'll see all images. As stated by @Gaurav, The ones that correlate to My Images have a PublisherName of User . So, again, using PowerShell, here's how to see just your images by piping to Where-Object : Get-AzureVMImage | Where-Object { $_