Faster az login: introducing --skip-subscription-discovery and targeted --subscription (opens in new tab)
TL;DR — If you belong to many tenants, or a tenant holds hundreds or thousands of subscriptions, az login can crawl — it tries to enumerate every subscription in every tenant before it returns. Two flags now let you skip that enumeration and make login near-instant: az login --tenant --skip-subscription-discovery az login --subscription az login --tenant --subscription --skip-subscription-discovery Available in Azure CLI 2.86.0 and lat...
Read the original article