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.