Identity, networking, RBAC, cost and tagging baseline.
📅 Updated: August 24, 2025 · ⏱ Estimated duration: 9 min · 🎓 Level: Intermediate
🧩 Components
An Azure Landing Zone baseline establishes the essential building blocks of your cloud environment:
- Identity: Integration with Azure AD and federated identity.
- Networking: Secure and scalable network design.
- Management Groups: Subscription hierarchy and policies.
- Cost Management: Initial cost controls and budgets.
- Tagging: Resource classification for governance and visibility.
👤 Identity
- Implement Azure AD as the central identity provider.
- Enable MFA for all administrative accounts.
- Use custom roles only when strictly necessary.
- Set up security groups and RBAC for delegated access.
🌐 Networking
- Define a hub-and-spoke network topology for scalability.
- Configure NSGs (Network Security Groups) and Azure Firewall for security.
- Enable Private Endpoints for critical services.
- Plan hybrid connectivity with VPN Gateway or ExpressRoute if applicable.
🏛 Management Groups
- Recommended hierarchical structure:
- Root Management Group
- Platform (shared infrastructure)
- Landing Zones (workloads)
- Sandbox (innovation and testing)
- Apply Azure Policy at higher management groups for consistent governance.
💰 Cost Management
- Set up initial budgets per subscription or resource group.
- Enable spending alerts for financial administrators.
- Use Cost Analysis to identify oversized resources.
- Implement Azure Advisor for optimization recommendations.
🏷 Tagging
- Define a standard tagging schema from the start:
owner → resource owner.
env → environment (dev, test, prod).
costcenter → cost center.
app → associated app or service.
- Enforce Azure Policy to require mandatory tags at deployment.
🛡 Best Practices
- Identity first → establish security and access before creating resources.
- Clear networking → define a scalable network design before workloads.
- Automate → use ARM or Bicep templates for consistency.
- Early governance → apply policies and RBAC from the baseline.
- Mandatory tagging → no tags, no production resource.
✅ Quick Checklist
| Area | Key Actions | Status |
|---|
| Identity | Integrate Azure AD, enable MFA, configure RBAC. | ⬜ |
| Networking | Design hub-spoke topology, NSGs, and firewall. | ⬜ |
| Management | Define management group hierarchy and apply policies. | ⬜ |
| Cost Mgmt | Configure budgets and alerts. | ⬜ |
| Tagging | Define tagging convention and enforce via Azure Policy. | ⬜ |
📊 Success Metrics
- Identity coverage: % of accounts with MFA enabled.
- Policy compliance: number of resources compliant with Azure Policy.
- Tagging execution: % of resources with mandatory tags applied.
- Cost visibility: number of configured alerts and generated reports.
📚 Additional Resources
💡 Final Recommendation: start with a minimum viable baseline, measure it with compliance metrics, and progressively expand toward a more mature governance model.