-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

az account


> Manage Azure subscription information.

> Part of `az`, the command-line client for Microsoft Azure.

More information.


Print a list of subscriptions for the logged in account:

az account list

Set a `subscription` to be the currently active subscription:

az account set --subscription {subscription_id}

List supported regions for the currently active subscription:

az account list-locations

Print an access token to be used with `MS Graph API`:

az account get-access-token --resource-type {ms-graph}

Print details of the currently active subscription in a specific format:

az account show --output {json|tsv|table|yaml}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 00:35:28 2024