Azure - theartusz/config GitHub Wiki

  • list all used azure accounts with current account IsDefault=True
az account list -o=table
  • show current currently selected azure account
az account show -o=table
  • switch to differen subscription
az account set --substription "<subscription>"