Share via

interaction_required error when logging in

Tom Hesketh 0 Reputation points
2026-02-26T15:38:40.7366667+00:00

When trying to login to azure to do the exercises for my learning, I am met with the interaction_required error (AADSTS5000225). I have visited aka.ms/TenantLifecycle as suggested, but having contacted both Microsoft text support and calling the phone numbers I have not been able to reach anyone to reactivate my tenant.

Is there anyone I can reach out to here to reactivate it? It is my personal Microsoft account so I imagine I would class as an administrator in this case, I have seen others using their tenant ID to reactivate it but as I cannot access my azure account currently I am unable to view it.

I could not find a child tag to suit my issue so I have left it as the first one, apologies.

Thank you in advance for any assistance,

Tom

Artifact Signing
Artifact Signing

A fully managed end-to-end service for digitally signing code, documents, and applications. (formerly Trusted Signing)

0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-02-26T15:38:54.7366667+00:00

    AADSTS5000225 indicates that the Azure AD tenant tied to the account has been blocked due to inactivity.

    Key points from the tenant lifecycle behavior:

    • When a tenant is made inaccessible due to inactivity, all sign-ins to that tenant fail with AADSTS5000225.
    • Administrators can request reactivation only within 20 days of the tenant entering the inactive state.
    • After 20 days in this state, the tenant is deleted and is not recoverable.

    For an inactive tenant:

    1. If still within the 20‑day window:
      • The tenant administrator must contact Microsoft support using the global support phone numbers listed under global support phone numbers and request tenant reactivation.
      • Do not open multiple tickets; wait for the decision on the existing case.
    2. If more than 20 days have passed since the tenant became inaccessible:
      • The tenant is deleted and cannot be restored.
      • A new tenant must be created to continue using Azure.

    Additional practical options seen in similar cases:

    • Try signing in directly to the tenant in Azure Portal using the tenant identifier if known, for example:
      • https://portal.azure.com/<TenantId>
      • or https://portal.azure.com/<yourTenantName>.onmicrosoft.com
    • If portal access is completely blocked and support via phone is not reachable, create a new tenant from the Microsoft Entra admin center:
      • Sign in at https://entra.microsoft.com/ with the personal Microsoft account.
      • Go to Entra ID → Overview → Manage tenants → Create and create a new tenant.
      • Use the new tenant’s domain (for example, newtenant.onmicrosoft.com) in the Azure portal URL: https://portal.azure.com/newtenant.onmicrosoft.com.
      • From that tenant, open a support request if the subscription type allows it, and reference the blocked tenant and the AADSTS5000225 error.

    If the original tenant is already past the 20‑day inactive window, reactivation is not possible and the only path forward is to work in a newly created tenant.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.