Skip to content

Instantly share code, notes, and snippets.

@marcy-terui
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save marcy-terui/f4a5f8a10a39868ed31f to your computer and use it in GitHub Desktop.

Select an option

Save marcy-terui/f4a5f8a10a39868ed31f to your computer and use it in GitHub Desktop.
Azure CLIとjqでPublicなLinux VMイメージのリストを取得する ref: http://qiita.com/Marcy/items/68ca2a2bb6148dbd6e11
azure vm image list --json | jq '. | map(select(.category=="public", .operatingSystemType=="Linux"))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment