Skip to content

Instantly share code, notes, and snippets.

@owensengoku
Created July 28, 2020 05:15
Show Gist options
  • Save owensengoku/b69c4eb4b328247b20fc013313166841 to your computer and use it in GitHub Desktop.
Save owensengoku/b69c4eb4b328247b20fc013313166841 to your computer and use it in GitHub Desktop.
#!bin/bash
for ID in $(az account list -o tsv --query '[*].id')
do
echo $ID
az advisor recommendation list --query "[?impact=='High']" -o table --subscription $ID
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment