A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
I did all of this and its still not seeing my subscription
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm logged in, but the CLI isn't detecting any subscriptions, even though my account is active and I'm listed as the owner. I've tried multiple logins, different browsers, and directories, but the subscription never appears. What can I do? Also, what topics do I use for the support ticket with Microsoft? Their options don't seem to capture this issue, and I just can't type it out.
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
I did all of this and its still not seeing my subscription
Use the Azure CLI to verify and refresh the account context, then confirm directory and permissions.
az account show
If this fails or shows no subscription, list tenants:
az account tenant list
az account clear
az login
az login (CLI 2.61.0+), use the subscription selector to explicitly choose the correct subscription. If needed, disable the selector and re-login:
az config set core.login_experience_v2=off
az login
az account list --output table
If the subscription still does not appear, there may be a permissions or directory issue. az logout
az login
az account list and az account set --subscription <name-or-id> if the subscription appears.az account list still shows nothing after the steps above, or if the portal itself shows No subscriptions found even though billing/activation is complete, open a support request. For the support ticket topics in the Azure portal:
References: