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