August 25, 2020
Brian Ketelsen
Get a list of the different VM base images available on Azure.
I needed this today. To get a list of the different Virtual Machine base images – Azure calls them SKUs – use this command:
az vm image list --all --output table
Reference Information
© 2022 Brian Ketelsen. All rights reserved.