Account

Use a specific subscription

Needs to be excuted after az login

az account set --subscription "<subscription-id or name>"

Get a list of tenant subscriptions

az account list --output table

Clear subscription cache

To update your subscription list, use the az account clear command. You must sign in again to see an updated list.

az account clear

Last updated