Skip to content

Instantly share code, notes, and snippets.

@mw866
Last active June 18, 2023 13:28
Show Gist options
  • Save mw866/5584861daa987752a76a41dd2c4204a4 to your computer and use it in GitHub Desktop.
Save mw866/5584861daa987752a76a41dd2c4204a4 to your computer and use it in GitHub Desktop.
#az #azure
# https://learn.microsoft.com/en-us/cli/azure/authenticate-azure-cli
az login
#https://learn.microsoft.com/en-us/cli/azure/manage-azure-subscriptions-azure-cli#change-the-active-subscription
az account show
az account list
az account tenant list
az account set --subscription "My Demos"
# https://learn.microsoft.com/en-us/cli/azure/interactive-azure-cli
az interactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment