Skip to content

Instantly share code, notes, and snippets.

@yankcrime
Last active July 1, 2021 08:55
Show Gist options
  • Save yankcrime/72ea1048751cd899f4fc5d9f0ab1a248 to your computer and use it in GitHub Desktop.
Save yankcrime/72ea1048751cd899f4fc5d9f0ab1a248 to your computer and use it in GitHub Desktop.
Azure CLI

Azure CLI foo

List available locations:

az account list-locations | grep uk

List VM images from Canonical:

az vm image list -p canonical -o table --all

SUSE equivalent:

az vm image list -p suse -o table --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment