A cloud-based identity and access management service for securing user authentication and resource access
Hello Jeffrey Kraig Stiles,
Greetings! Thanks for raising this question in the Q&A forum
This error is generated by Microsoft's tenant lifecycle management system, not by anything in your app registration, sign-in policy, or Conditional Access configuration. Microsoft automatically flags Entra tenants that show no billing or sign-in activity for an extended period (typically 200+ days past what the system considers the last meaningful activity) and applies a sign-in block. AADSTS5000225 is that block, and it affects everything tied to the tenant, interactive sign-in, Azure portal access, and service-to-service/OAuth calls like the OData API traffic from your D365 F&O environment. It is not something that can be fixed from the client side (browser, cache, credentials), and it is not something a community moderator or automated tool can reverse on your behalf. It can only be reversed by Microsoft directly reactivating the tenant on the back end.
Important on timing: you're correct that there is a limited window. Tenants blocked under this policy can only be reactivated within 20 days of the block being applied; after that the tenant is deleted and cannot be recovered under any circumstances. Since your block occurred 2026-08-01, treat this as time-sensitive.
Steps to take:
Do not rely on a forum answer to reactivate the tenant. Reactivation requires a Microsoft-side action that only Microsoft Support can perform. Posting the tenant ID here documents the issue but does not trigger reactivation by itself.
Open a support case directly with Microsoft, using one of these routes:
- Call Microsoft's global support phone numbers and specifically reference "tenant blocked due to inactivity, AADSTS5000225" so you're routed to the correct team rather than general billing support.
- If you have any working admin access to a related tenant or subscription, open a support request in the Azure portal or Entra admin center categorized under Directory / Subscription management rather than a technical issue category, since this is a lifecycle/account action, not a technical bug.
- Tenant ID: `843965fa-33f7-43a1-b77f-d58469a4cf87` - Primary domain (the `.onmicrosoft.com` name) - Correlation ID and Timestamp from the error - Business justification for reactivation (your explanation of the D365FO dev/test impact is exactly the kind of detail that helps) **Submit only one request.** Opening multiple duplicate tickets or calling repeatedly does not speed up processing and can cause conflicting case records that slow things down further. **If phone support routes you to an automated assistant that won't connect you to a live agent**, explicitly ask to be escalated for a "tenant lifecycle reactivation" case, as this is a known gap where the standard bot flow doesn't always recognize the scenario and redirects to generic self-help pages. **In parallel, prepare a fallback plan** in case reactivation isn't completed inside the 20-day window. Since you've already identified the recovery path (new tenant, re-registering the AOS server identity and OData service principal, re-pointing the on-prem VM's auth configuration, and reissuing TLS certificates), it's worth drafting those steps now so you aren't starting from zero if the deadline passes.
If this answer helps you kindly accept the answer which will help others who have similar questions.
Best Regards,
Jerald Felix.