gin to azure using azure cli :
Operations :
Get the details about a default account
az account show
Get the details about a specified subscription
Az account show --subscription SubscriptionID
Get a list of active logged-in account
az account list
Set another logged-in account as a default account
az account set --subscription SubscriptionID
Get an access token to access azure api
Az account get-access-token --subscription SubscriptionID
Clear all active accounts from the CLI's local cache
az account clear