Azure Virtual Machine Image List
Ubuntu
Ubuntu19-22
!az vm image list --all --output table --offer 0001-com-ubuntu-server
Please run 'az login' to setup account.
Ubuntu12-19
!az vm image list --all --output table --offer UbuntuServer --publisher Canonical
Please run 'az login' to setup account.
Centos
!az vm image list --all --output table --offer CentOS --publisher OpenLogic
Please run 'az login' to setup account.
Debian
Debian12
!az vm image list --all --output table --offer debian-12 --publisher Debian
Please run 'az login' to setup account.
Debian11
!az vm image list --all --output table --offer debian-11 --publisher Debian
Please run 'az login' to setup account.
Debian10
!az vm image list --all --output table --offer debian-10 --publisher Debian
Please run 'az login' to setup account.
Debian8-9
!az vm image list --all --output table --offer Debian --publisher credativ
Please run 'az login' to setup account.
Windows Server
All Skus
!az vm image list --all --output table --offer WindowsServer --publisher MicrosoftWindowsServer | cut -c 75-123 | uniq
ERROR: Please run 'az login' to setup account.
Windows Datacenter-smalldisk
!az vm image list --all --output table --offer WindowsServer --publisher MicrosoftWindowsServer --sku Datacenter-smalldisk
Please run 'az login' to setup account.
Windows Datacenter-core
!az vm image list --all --output table --offer WindowsServer --publisher MicrosoftWindowsServer --sku Datacenter-core
Please run 'az login' to setup account.
Windows Desktop
!az vm image list --all --output table --publisher MicrosoftWindowsDesktop
Please run 'az login' to setup account.
All Skus
!az vm image list --all --output table --publisher MicrosoftWindowsDesktop | cut -c 65-93 | uniq
ERROR: Please run 'az login' to setup account.