-
Notifications
You must be signed in to change notification settings - Fork 72
List Available Azure VMs
Roberto Rodriguez edited this page Aug 28, 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
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