Manage Azure subscription information. Part of
azure-cli
(also known asaz
). More information: https://learn.microsoft.com/cli/azure/account.
az account list
subscription
to be the currently active subscription:az account set --subscription {{subscription_id}}
az account list-locations
MS Graph API
:az account get-access-token --resource-type {{ms-graph}}
az account show --output {{json|tsv|table|yaml}}