A fully managed end-to-end service for digitally signing code, documents, and applications. (formerly Trusted Signing)
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:
- 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.
- 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
AADSTS5000225error.
- Sign in at
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: