Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created October 10, 2019 22:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/54cb4a593f520da36d7588faa53455a5 to your computer and use it in GitHub Desktop.
Save PlagueHO/54cb4a593f520da36d7588faa53455a5 to your computer and use it in GitHub Desktop.
Select a specific Azure subscription using Az CLI when more one subscription exists with the same account name
az account set --subscription (az account list --query "[?name=='Visual Studio Enterprise'].{Id:id}" -o tsv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment