Identity Privileged access premium

Break-glass account

Break-glass account means a protected emergency administrator account that can be used to recover access when normal privileged accounts, Conditional Access policies, MFA services, or identity operations fail. In Azure work, it names a specific Microsoft Entra ID emergency access behavior so teams can discuss ownership, configuration, evidence, and change impact without guessing. Operators use it in design reviews, incidents, audits, and handoffs to connect documentation language to real settings, logs, commands, and user experience. Shared context prevents confusion.

Aliases
emergency access account
Difficulty
fundamentals
CLI mappings
3
Last verified
2026-05-12

Microsoft Learn

A break-glass account is an emergency access account reserved for tenant recovery when normal administrative sign-in or Conditional Access paths fail.

Microsoft Learn: Manage emergency access accounts in Microsoft Entra ID2026-05-12

Technical context

Technically, Break-glass account is usually a cloud-only Microsoft Entra account with highly privileged role assignment, exceptional authentication controls, strict monitoring, secure credential handling, and regular access testing. Teams observe it at Microsoft Entra tenants, Global Administrator recovery, Conditional Access exclusions, privileged role assignments, emergency runbooks, and identity incident response. Evidence includes user sign-in logs, role assignments, Conditional Access policy exclusions, alert rules, access reviews, credential vault records, and quarterly test results. Verify production state through portal, CLI, REST, SDK output, logs, or model responses, then compare it with approved design.

Why it matters

Break-glass account matters because tenant lockout can stop every Azure workload, support channel, and security operation that depends on identity administration. If teams misunderstand it, they can exclude the account too broadly, fail to monitor sign-ins, lose credentials, let passwords expire, or discover during a crisis that emergency access no longer works. The business impact is concrete: safer releases, faster troubleshooting, better recovery decisions, and cleaner audit evidence. Architects should define scope, owner, expected state, rollback rules, and monitoring before relying on it. Operators should know which signal proves it is healthy, which signal shows drift, and which change is safe during an incident. Well documented terms help security, finance, operations, and developers discuss the same Azure behavior clearly.

Where you see it

Signals, screens, and Azure surfaces where this term usually becomes operational.

Signal 01

In Azure portal, Break-glass account appears in Microsoft Entra users role assignments Conditional Access exclusions sign-in logs alert, where operators confirm scope, ownership, diagnostics, and whether production behavior matches design.

Signal 02

In CLI, REST, SDK, or configuration files, Break-glass account shows up through az ad user and role assignment checks Graph or, giving engineers repeatable evidence for reviews and incidents.

Signal 03

In logs, metrics, traces, model output, or audit records, Break-glass account is visible through rare sign-ins high-privilege role assignments Conditional Access exclusions alert notifications, helping teams separate service health from configuration drift.

When this becomes relevant

Specific situations where this term helps solve real Azure design, operations, migration, security, reliability, cost, or governance problems.

  • Recover tenant administration when normal privileged access fails.
  • Prove emergency access is monitored, tested, and tightly controlled.
  • Support Conditional Access changes without risking permanent administrator lockout.

Real-world case studies

Different enterprise-style examples that show the term being used to hit measurable objectives.

Case study 01

Break-glass account in regional operations

Scenario, objectives, solution, measured impact, and takeaway.

Scenario

Pioneer Credit Union, a regional financial institution, needed to avoid tenant lockout after a Conditional Access rollout changed administrator sign-in requirements. The Azure team had to improve identity administration while keeping production controls, audit evidence, and support handoffs clear.

Business/Technical Objectives
  • Maintain emergency tenant recovery access
  • Detect every emergency account sign-in
  • Avoid broad day-to-day use
  • Prove tests for auditors
Solution Using Break-glass account

Engineers used Break-glass account as the central design concept rather than treating it as a background setting. They create two monitored cloud-only emergency access accounts, store credentials in split custody, exclude them only from required recovery-blocking policies, and test sign-in plus alert delivery every quarter. The implementation was connected with the surrounding Azure services, identity model, diagnostics, and deployment workflow so operators could verify the live state during release and incident response. The team captured portal evidence, CLI or REST output, service metrics, and application telemetry in the change record. Security reviewed access and data handling, operations documented rollback or recovery steps, and product owners signed off on the measurable acceptance criteria before the pattern moved into production.

Results & Business Impact
  • Quarterly tests completed successfully for four cycles
  • Security received alerts within three minutes
  • No emergency account was used for routine administration
  • Conditional Access rollout finished without lockout risk
Key Takeaway for Glossary Readers

Break-glass account is valuable when teams connect the Azure capability to ownership, evidence, measurable outcomes, and a runbook that operators can actually use.

Case study 02

Break-glass account in healthcare operations

Scenario, objectives, solution, measured impact, and takeaway.

Scenario

Ridgeview Hospital Network, a healthcare organization, needed to prepare for identity recovery during MFA outages or privileged access misconfiguration. The Azure team had to improve clinical operations support while keeping production controls, audit evidence, and support handoffs clear.

Business/Technical Objectives
  • Protect clinical administration during identity outages
  • Keep emergency use tightly approved
  • Record evidence for compliance reviews
  • Restore normal controls after recovery
Solution Using Break-glass account

Engineers used Break-glass account as the central design concept rather than treating it as a background setting. They review Global Administrator emergency accounts, restrict credential access to two executives and security leads, monitor sign-ins, and rehearse restoration steps that reenabled normal Conditional Access after an incident. The implementation was connected with the surrounding Azure services, identity model, diagnostics, and deployment workflow so operators could verify the live state during release and incident response. The team captured portal evidence, CLI or REST output, service metrics, and application telemetry in the change record. Security reviewed access and data handling, operations documented rollback or recovery steps, and product owners signed off on the measurable acceptance criteria before the pattern moved into production.

Results & Business Impact
  • Emergency access test time fell from 45 to 12 minutes
  • Unauthorized emergency-account activity stayed at zero
  • Compliance reviewers accepted the evidence package
  • Recovery runbook reduced identity incident confusion
Key Takeaway for Glossary Readers

Break-glass account is valuable when teams connect the Azure capability to ownership, evidence, measurable outcomes, and a runbook that operators can actually use.

Case study 03

Break-glass account in global operations

Scenario, objectives, solution, measured impact, and takeaway.

Scenario

ApexBuild Manufacturing, a global manufacturing company, needed to recover Azure administration if a hybrid identity outage blocked synchronized administrator accounts. The Azure team had to improve factory production support while keeping production controls, audit evidence, and support handoffs clear.

Business/Technical Objectives
  • Recover subscriptions during hybrid identity outage
  • Separate emergency credentials from daily admins
  • Test role assignments quarterly
  • Reduce production downtime from identity failure
Solution Using Break-glass account

Engineers used Break-glass account as the central design concept rather than treating it as a background setting. They maintain cloud-only break-glass accounts, keep hardware-backed credentials in separate physical safes, alert on all sign-ins, and verify Azure role assignments still allowed subscription recovery actions. The implementation was connected with the surrounding Azure services, identity model, diagnostics, and deployment workflow so operators could verify the live state during release and incident response. The team captured portal evidence, CLI or REST output, service metrics, and application telemetry in the change record. Security reviewed access and data handling, operations documented rollback or recovery steps, and product owners signed off on the measurable acceptance criteria before the pattern moved into production.

Results & Business Impact
  • A hybrid outage exercise restored access in nine minutes
  • Role drift was found and corrected before production impact
  • Alert routing reached both security operations centers
  • Factory change windows no longer depended on one identity path
Key Takeaway for Glossary Readers

Break-glass account is valuable when teams connect the Azure capability to ownership, evidence, measurable outcomes, and a runbook that operators can actually use.

Why use Azure CLI for this?

Use CLI, REST, SDK, or service-specific tools for Break-glass account when you need repeatable evidence instead of a one-off portal screenshot. Commands help confirm scope, capture current state, compare environments, and preserve outputs for change records, audits, incident reviews, and rollback decisions.

CLI use cases

  • Inspect the live break-glass account configuration before a release, audit, or incident review.
  • Compare break-glass account behavior between development, staging, and production environments.
  • Capture repeatable evidence for break-glass account ownership, drift detection, troubleshooting, and rollback planning.

Before you run CLI

  • Confirm tenant, subscription, resource group, service name, region, and environment before collecting evidence.
  • Use least-privileged access and avoid exposing keys, tokens, personal data, or confidential document content in command output.
  • Know whether the command is read-only, mutating, cost-impacting, or security-impacting before running it in production.

What output tells you

  • Output confirms whether break-glass account exists at the expected scope and matches the approved production design.
  • Returned properties, scores, metrics, or logs help distinguish healthy service behavior from drift, missing configuration, or workload symptoms.
  • Differences between environments show what changed and provide evidence for rollback, tuning, support escalation, or audit review.

Mapped Azure CLI commands

Break-glass account operations

primary
az ad user show --id <break-glass-upn>
az ad userdiscoverIdentity
az role assignment list --assignee <principal-id> --all
az role assignmentdiscoverIdentity
az monitor activity-log list --caller <break-glass-upn> --max-events 20
az monitor activity-logdiscoverIdentity

Architecture context

Break-glass account matters because tenant lockout can stop every Azure workload, support channel, and security operation that depends on identity administration. If teams misunderstand it, they can exclude the account too broadly, fail to monitor sign-ins, lose credentials, let passwords expire, or discover during a crisis that emergency access no longer works. The business impact is concrete: safer releases, faster troubleshooting, better recovery decisions, and cleaner audit evidence. Architects should define scope, owner, expected state, rollback rules, and monitoring before relying on it. Operators should know which signal proves it is healthy, which signal shows drift, and which change is safe during an incident. Well documented terms help security, finance, operations, and developers discuss the same Azure behavior clearly.

Security

From a security perspective, Break-glass account affects least number of emergency accounts, protected credentials, sign-in alerts, role assignment scope, Conditional Access exclusions, audit logs, and documented approval for every use. Review identities, roles, secrets, network exposure, data classification, and logging before changing it. Prefer least privilege, managed identities or scoped credentials where possible, private endpoints or controlled ingress when applicable, and alerting for unusual access. Security teams should capture who approved the setting, which accounts or services can use it, and how emergency access is handled. The practical goal is to prevent a useful capability from becoming an untracked path to data exposure, tenant lockout, or privileged change.

Cost

Cost impact depends on how Break-glass account changes storage, compute, requests, data movement, telemetry volume, or reserved capacity. Review little direct Azure spend, but major business cost if tenant access is lost, incident response stalls, or support teams cannot administer production subscriptions. Some terms appear cheap because they are settings, but they can drive transaction charges, higher tiers, duplicate environments, extra retention, model calls, or engineer time during investigations. FinOps teams should define expected usage, watch Azure Cost Management, and tie spend back to business value. The safest pattern is to measure before and after the change, then remove unused capacity, stale data, or unnecessary telemetry.

Reliability

For reliability, Break-glass account should be validated under normal traffic, failure, retry, and rollback conditions. Check regular test sign-ins, independent credential storage, cloud-only account availability, alert delivery, role validity, and recovery steps when normal administrators cannot sign in. Good runbooks explain expected behavior, dependency health, timeout limits, and recovery steps. Teams should test the feature in a representative environment, monitor Azure service health and workload logs, and document what changes after failover, scaling, slot swap, rehydration, or consistency movement. Reliable use means operators can distinguish a service problem from a configuration problem quickly, then restore user impact without making risky guesses. Practice drills matter.

Performance

For performance, Break-glass account affects fast identity recovery during an outage, reduced mean time to administration, alert speed, and avoiding complicated approval paths when every minute matters. Test with realistic payloads, query patterns, document sizes, browsers, consistency settings, deployment traffic, or storage throughput, depending on the service. Monitor latency, throttling, cache behavior, queue depth, search scores, page-load metrics, and backend dependency timing. Performance work should not focus only on speed; it should verify that the system remains predictable when traffic grows or failures occur. Good teams tune carefully, compare before-and-after measurements, and avoid changes that improve one path while damaging another. Measure real workloads.

Operations

Operationally, Break-glass account needs an owner, a review cadence, and repeatable evidence. The runbook should show how to test emergency access, rotate secrets, notify security, record every use, restore normal controls, and investigate why ordinary access failed. Include CLI or REST commands, portal paths, log queries, approvals, escalation contacts, and rollback steps where rollback exists. During incidents, operators need to know whether they are observing a configuration value, a workload symptom, or a platform limit. Good operations also means preserving outputs from checks so the next engineer can see what changed, when it changed, and whether the production design still matches reality. Ownership prevents confusion.

Common mistakes

  • Treating break-glass account as a label instead of validating the exact Azure scope, identity, network path, and evidence.
  • Changing production settings from portal memory without capturing CLI, REST, SDK, metric, or log output first.
  • Ignoring cost, security, reliability, and performance side effects because the feature looks like a small configuration detail.