Skip to content

Instantly share code, notes, and snippets.

@zepptron
Created April 10, 2019 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zepptron/498718b79779f96447e06b886649e7dd to your computer and use it in GitHub Desktop.
Save zepptron/498718b79779f96447e06b886649e7dd to your computer and use it in GitHub Desktop.
azure switch subscriptions
azure-subscription () {
local get_subs=$(az account list | jq ".[].name" | sed 's/"//g' | fzf)
az account set --subscription ${get_subs}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment