
az-account
List of commands for az-account:
-
az-account:tldr:2305c az-account: Set a `subscription` to be the currently active subscription.$ az account set --subscription ${subscription_id}try on your machineexplain this command
-
az-account:tldr:8c788 az-account: Print an access token to be used with `MS Graph API`.$ az account get-access-token --resource-type ${ms-graph}try on your machineexplain this command
-
az-account:tldr:998f6 az-account: List supported regions for the currently active subscription.$ az account list-locationstry on your machineexplain this command
-
az-account:tldr:9e7e6 az-account: Print details of the currently active subscription in a specific format.$ az account show --output ${select}try on your machineexplain this command
-
az-account:tldr:daeca az-account: Print a list of subscriptions for the logged in account.$ az account listtry on your machineexplain this command