Skip to main content
azuredown

Azure Identity Resilience: Surviving an Entra ID Outage

AzureDown Research · Resilience engineeringPublished June 19, 2026Updated July 18, 20269 min read
A red padlock on a keyboard

Most Azure resilience work is about regions, zones, and replication. It quietly assumes users can still log in. Microsoft Entra ID (formerly Azure AD) is the shared front door to Azure and Microsoft 365, and when it stumbles, services that are perfectly healthy go dark because nobody can authenticate. Identity is the dependency your continuity plan is most likely to underweight, so this guide treats it as the critical system it is.

Why identity is the highest-value dependency

Almost everything authenticates through Entra ID. That single fact turns identity into a global single point of failure: the app is up, its data is intact, its region is fine, and yet the service is effectively down because sign-in failed. This is why identity incidents feel disproportionate. The June 2023 Entra ID DDoS is the reference event, and its lesson is that regional failover does nothing here, because Entra ID is a global plane, not a regional one.

Map the blast radius first

You cannot protect what you have not inventoried. List every service that authenticates through Entra ID, and be honest about the Microsoft 365 coupling: Teams, Exchange Online, and SharePoint ride the same identity plane, so they tend to fail alongside your Azure workloads. The output is a plain map of what goes dark in an identity outage, produced in advance rather than discovered live. This map feeds straight into business continuity planning, where identity is the single-point-of-failure most plans miss.

Break-glass accounts

The foundational control is the break-glass (emergency access) account:

  • Provision at least two, so a single problem cannot orphan you.
  • Exclude them from the conditional access and MFA dependencies that could lock everyone out, since an emergency account that is itself blocked by the outage is useless.
  • Store credentials sealed and offline, and monitor every use, because these accounts are also the most dangerous ones you own.
  • Make sure they do not depend on the same infrastructure that just failed.

The point is a path to operate when normal sign-in is unavailable. Untested, that path is a guess, which is why rehearsal is non-negotiable below.

Keep sessions alive through a blip

Not every identity incident is total. Many are control-plane degradations where existing sessions could keep working if you had set things up for it:

  • Backup authentication service. Entra can serve certain token requests from a backup path during a primary-service disruption, transparently extending the reach of already-issued tokens.
  • Continuous access evaluation (CAE). Lets resources react to critical events in near real time and, combined with sensible token lifetimes, means a valid session does not have to re-auth the instant the control plane hiccups.
  • Token lifetime tuning. For critical apps, longer-lived tokens trade a little security posture for the ability to ride out a short identity outage. Decide that trade deliberately per app.

Rehearse the identity outage

The three failure classes worth exercising in game days are zone loss, region failover, and identity outage, and identity is the one teams skip. Simulate the loss of normal sign-in, then confirm the break-glass accounts genuinely work, that your monitoring and alerting still function when operators cannot log in the usual way, and that your runbook does not assume the very portal you just lost. An identity game day usually surfaces at least one circular dependency nobody expected.

Where this fits

Identity resilience sits alongside, not inside, your regional strategy. Combine it with multi-region failover and business continuity planning for full coverage, and add outage alerts so an identity degradation reaches you before your users do. Watch cross-provider identity and outage history at clouddowntime.com/data. If a Microsoft identity outage breached its SLA, cloudslacredit.com covers recovering the credit, and nextsignal.io watches your cloud spend for both outage credits and quiet billing drift.

Frequently asked questions

Why is Entra ID a single point of failure?

Because nearly every Azure and Microsoft 365 service authenticates through Microsoft Entra ID, an identity outage locks users out of services that are themselves perfectly healthy. The application, its data, and its region can all be fine, but if sign-in fails, the service is effectively down. Identity is the shared front door, which makes it the highest-value dependency to protect.

What is a break-glass account?

A break-glass, or emergency access, account is a highly privileged account kept in reserve for when normal administrative sign-in fails. It is deliberately excluded from the conditional access and MFA dependencies that could lock everyone out, its credentials are stored sealed and offline, and its use is heavily monitored. You keep at least two so a single problem cannot orphan you.

How do I survive an Entra ID outage?

Combine several defenses: break-glass accounts that work when normal sign-in does not, the Entra backup authentication service and continuous access evaluation to keep existing sessions alive, longer token lifetimes for critical apps, and a rehearsed runbook. No single control is enough, because identity outages take several forms, from DDoS to control-plane failures.

Does multi-region failover protect against identity outages?

No. Entra ID is a global service, not a regional one, so failing your workload over to another region does nothing if the identity plane itself is degraded. Identity resilience is a separate discipline from regional failover, and a continuity plan that only covers regions has a blind spot exactly here.

See the patterns in practice in the outage post-mortems, or get instant outage alerts.