Share via

Error when loggin in Azure.

Pen 0 Reputation points
2026-03-07T14:36:27.1466667+00:00

Hi I keep meeting the problem when logging in Azure. Is there any way to change it? I cannot even contact the support team. (There's also trace and correlation id but i've hidden them. )

Sign-in failed

Error code: interaction_required

Error message: interaction_required: AADSTS5000225: This tenant has been blocked due to inactivity. To learn more about tenant lifecycle policies, see https://aka.ms/TenantLifecycle

Azure | Azure Training
0 comments No comments

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-03-07T14:36:45.07+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error AADSTS5000225: This tenant has been blocked due to inactivity means the Azure AD/Microsoft Entra tenant associated with the account has entered an inactive state and sign-in is blocked.

    Key points from tenant inactivity behavior:

    • When a tenant is inactive for a period after the billing cycle, Microsoft blocks logins with AADSTS5000225.
    • Administrators can request reactivation only within 20 days of the tenant entering the inactive state.
    • After those 20 days, the tenant is permanently deleted and cannot be recovered.

    To proceed, use the following options based on the situation:

    1. If the tenant has been inactive less than 20 days
      • A tenant administrator must contact Microsoft support and request tenant reactivation. The guidance is:
        • Administrators can request a tenant to be reactivated within 20 days of the tenant entering an inactive state. Tenants that remain in this state for longer than 20 days are deleted.
        • The tenant administrator can reach out to Microsoft using the global support phone numbers listed in the documentation.
      • While blocked, normal portal sign-in may fail. Try accessing the portal directly with the tenant identifier:
        • https://portal.azure.com/<TenantId>
        • or https://portal.azure.com/<yourTenantName>.onmicrosoft.com
      • If access is possible with one of these URLs, open a support request from within the portal (if the subscription/support plan allows it).
    2. If the tenant has been inactive more than 20 days
      • The tenant is permanently deleted and cannot be restored.
      • In this case, create or use another tenant:
        • Sign in to https://entra.microsoft.com/.
        • Go to Entra ID → Overview → Manage tenants.
        • Create a new tenant and note its domain name (for example, newtenantname.onmicrosoft.com).
        • Then access Azure with the new tenant using https://portal.azure.com/newtenantname.onmicrosoft.com.
    3. If the account was created as an Azure free account for training
      • Some users with a free account have resolved similar issues by:
        • Opening a fresh browser session (for example, Chrome Incognito) and clearing all site data.
        • Going to https://signup.azure.com and signing in with the same email address.
        • The system may detect an existing free account and prompt to “upgrade” to a pay-as-you-go account (often still with no charges if usage stays within free limits). After completing that flow, portal sign-in starts working again.

    If none of the above works and the tenant is still within the 20‑day window, the only supported path is for a tenant admin to contact Microsoft via the documented support channels and request reactivation.


    References:

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.