Skip to content

List Available Azure VMs

Roberto Rodriguez edited this page Jul 3, 2021 · 4 revisions

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
Clone this wiki locally