You're seeing error AADSTS5000224, which means the Azure AD tenant you're trying to access has been deleted or is no longer available. This can happen if:
- The tenant was deleted (manually or due to inactivity)
Your account was removed from the tenant
You're using an outdated or cached login session
What You Can Try
Use a private/incognito browser window and go to: https://portal.azure.com Sign in with your email address to see if you're redirected to a valid tenant.
Discover your Tenant ID (if you know the domain): Go to:
https://login.microsoftonline.com/yourdomain.com/v2.0/.well-known/openid-configuration
Replace yourdomain.com with your organization’s domain. The issuer field in the JSON will show your Tenant ID.
Try Microsoft Graph Explorer: https://developer.microsoft.com/en-us/graph/graph-explorer Sign in and see if any tenant info appears in error messages or headers.
If the Tenant Was Deleted
If Microsoft Support hasn’t responded in over a week, escalate your case:
Go to https://admin.microsoft.com and try logging in
Or open a new support ticket directly via: https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade
Include:
The Trace ID, Correlation ID, and Timestamp from the error
Your account email
Details on what happened
If you have any known domain or admin account info, I can help you investigate further.You're seeing error AADSTS5000224, which means the Azure AD tenant you're trying to access has been deleted or is no longer available. This can happen if:
The tenant was deleted (manually or due to inactivity)
Your account was removed from the tenant
You're using an outdated or cached login session
What You Can Try
Use a private/incognito browser window and go to:
https://portal.azure.com
Sign in with your email address to see if you're redirected to a valid tenant.
Discover your Tenant ID (if you know the domain):
Go to:
https://login.microsoftonline.com/yourdomain.com/v2.0/.well-known/openid-configuration
Replace yourdomain.com with your organization’s domain. The issuer field in the JSON will show your Tenant ID.
Try Microsoft Graph Explorer:
https://developer.microsoft.com/en-us/graph/graph-explorer
Sign in and see if any tenant info appears in error messages or headers.
If the Tenant Was Deleted
If Microsoft Support hasn’t responded in over a week, escalate your case:
Go to https://admin.microsoft.com and try logging in
Or open a new support ticket directly via:
https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade
Include:
The Trace ID, Correlation ID, and Timestamp from the error
Your account email
Details on what happened
If you have any known domain or admin account info, I can help you investigate further.
-with help from ChatGPT