How would you govern a large Azure estate across many subscriptions?
What they are really testing: Senior signal: management groups, Azure Policy, landing zones, and PIM as a coherent governance strategy, plus least-privilege identity, rather than per-resource fixes.
A real interview question
How would you govern a large Azure estate across many subscriptions?
What most people say
drag me
“I would set up RBAC carefully and make sure each team only has access to their resources.”
Per-subscription RBAC alone does not govern an estate. It misses management-group structure, Azure Policy guardrails, landing zones for consistent baselines, and PIM for just-in-time admin, the structural controls that actually scale.
The follow-ups they ask next
What does Azure Policy give you that RBAC does not?
RBAC controls who can do actions; Azure Policy controls what configurations are allowed (deny/audit non-compliant resources, like disallowed regions or missing encryption), regardless of who has access. They are complementary guardrails.
What problem does PIM (Privileged Identity Management) solve?
Standing admin access is a large attack surface. PIM makes privileged roles just-in-time, time-bound, and approval-gated, so admins elevate only when needed and access expires, reducing risk and improving auditability.
What the interviewer is listening for
- Management groups + inheritance
- Azure Policy for guardrails + landing zones for baselines
- Least-privilege RBAC + PIM just-in-time
What sinks the answer
- Only per-subscription RBAC
- No Azure Policy or landing zones
- Standing admin access, no PIM
If you genuinely do not know
Say this instead of freezing. Reasoning out loud from what you do know beats silence every single time, and a good interviewer is listening for exactly that.
“Govern structurally: [organize subscriptions under management groups so policy/RBAC inherit down], [enforce guardrails with Azure Policy (allowed regions, required tags, deny public IPs) at the MG level], [standardize new subscriptions with Azure Landing Zones (CAF baseline)], and [least-privilege RBAC to groups + PIM for just-in-time, time-bound, approved admin access]. Plus [centralized logging + Defender for Cloud].”
Keep going with azure
Foundation
What is Microsoft Entra ID (formerly Azure AD), and how does authentication work in Azure?
Foundation
In Azure, what handles authentication versus authorization?
Foundation
Explain the Azure resource hierarchy: tenant, management group, subscription, resource group.
Junior
How does Azure RBAC work? Explain roles, scopes, and assignments.
Junior
What happens when a user signs in to an Azure/Entra-protected application?
Junior
What is the difference between a service principal and a managed identity, and why prefer managed identities?
Knowing the answer is not the same as recalling it under pressure
Sign in to send the questions you fumble to spaced recall, so they come back right before you would forget them, and learn the concepts behind them with hands-on labs.
Start free