List Available Azure VMs - OTRF/Blacksmith GitHub Wiki

Windows Servers

az vm image list --offer "WindowsServer" --publisher "MicrosoftWindowsServer" -o table --location eastus --all
az vm image list --offer "WindowsServer" --publisher "MicrosoftWindowsServer" --sku "2019-Datacenter" -o table --location eastus --all

Ubuntu Servers

az vm image list --offer "UbuntuServer" --publisher "Canonical" -o table --location eastus --all
az vm image list --offer "UbuntuServer" --publisher "Canonical" --sku "18.04-LTS" -o table --location eastus --all

Red Hat Servers

az vm image list --offer "RHEL" --publisher "RedHat" -o table --location eastus --all

CentOS Servers

az vm image list --offer "Centos" --publisher 'Openlogic' -o table --location eastus --all