Management and Governance Governance operations premium

Platform landing zone

A platform landing zone is the part of an Azure estate that the central platform team owns for everyone else. It holds shared capabilities such as connectivity, private DNS, monitoring workspaces, security tooling, policy assignments, management groups, and automation. Application teams deploy into their own landing zones, but they rely on the platform landing zone for common services and guardrails. Think of it as the enterprise foundation that keeps workload subscriptions connected, observable, protected, and governed without every team rebuilding the same platform pieces.

Aliases
Azure platform landing zone, shared platform landing zone, enterprise-scale platform landing zone
Difficulty
fundamentals
CLI mappings
5
Last verified
2026-05-19

Microsoft Learn

A platform landing zone is the shared Azure foundation that hosts common services for workload landing zones. It commonly includes connectivity, identity integration, management groups, policy, security monitoring, private DNS, logging, and automation so application teams can build on consistent enterprise guardrails.

Microsoft Learn: Deploy Azure landing zones2026-05-19

Technical context

In Azure architecture, a platform landing zone is normally implemented through management groups, platform subscriptions, hub networking, private endpoints or private DNS, Azure Policy, Log Analytics, Defender for Cloud, identity groups, and deployment automation. It sits mostly in the control plane and shared infrastructure layer, while application landing zones host workload resources. The platform landing zone can include connectivity, identity, management, and security subscriptions. Its design affects routing, name resolution, policy inheritance, monitoring, and operational ownership for every workload connected to the enterprise environment.

Why it matters

Platform landing zone matters because shared services become dependencies for many applications. If the platform landing zone has weak routing, confusing ownership, missing logs, or brittle policy assignments, many workload teams feel the pain at once. A well-designed platform landing zone reduces duplicate effort, gives teams a safe way to connect to corporate networks, and creates consistent evidence for audits and incidents. It also separates platform concerns from workload concerns. Application teams can focus on product delivery, while the platform team manages identity, connectivity, governance, and observability as durable enterprise capabilities. It gives every workload a clear path to shared services and production support.

Where you see it

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

Signal 01

In Azure landing zone diagrams, platform subscriptions are labeled for connectivity, identity, management, security, observability, or shared services beneath enterprise management groups and workload zones.

Signal 02

In a subscription vending pipeline, workload subscriptions are attached to hub networks, policy initiatives, monitoring workspaces, private DNS zones, and platform-owned role groups automatically for release.

Signal 03

In network troubleshooting output, route tables, private DNS zones, firewalls, gateways, peering links, shared workspaces, and hub resources appear as platform landing zone dependencies during incidents.

When this becomes relevant

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

  • Host shared connectivity, identity integration, private DNS, security operations, and monitoring services used by many workload landing zones.
  • Separate central platform ownership from application delivery ownership so workload teams inherit guardrails without managing shared infrastructure.
  • Standardize subscription vending, policy inheritance, network routing, and logging before migrations land in Azure.
  • Provide a controlled hub for hybrid connectivity, firewall policy, bastion access, and private endpoint name resolution.
  • Reduce blast radius by keeping shared services in platform scopes while application teams deploy workloads in separate landing zones.

Real-world case studies

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

Case study 01

Energy merger cloud foundation

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

Scenario

HelioGrid Energy acquired two regional service companies that already used Azure differently. The combined IT group needed one shared platform for identity, connectivity, monitoring, and policy without stopping ongoing grid-modernization projects.

Business/Technical Objectives
  • Integrate acquired subscriptions into a common management group structure.
  • Provide shared hub connectivity and private DNS for critical operational systems.
  • Standardize logs, Defender settings, and policy evidence across business units.
  • Reduce duplicate platform services before the next annual budget cycle.
Solution Using Platform landing zone

The platform team built a platform landing zone with separate connectivity, management, and security subscriptions. They connected existing workload subscriptions through controlled peering, moved shared diagnostics into approved Log Analytics workspaces, and assigned common policy initiatives at management group scope. Azure CLI and Resource Graph exported route tables, private DNS zones, policy states, and role assignments so acquisition teams could validate the migration in stages. Exceptions were tracked for legacy workloads that needed temporary public access while private endpoint migrations completed.

Results & Business Impact
  • Seventy-eight subscriptions were integrated into the shared management hierarchy within three months.
  • Duplicate monitoring workspaces fell by 41 percent after teams adopted platform-managed observability.
  • Private DNS incidents decreased after common zones replaced team-managed records for shared services.
  • Budget owners identified $240,000 in annual duplicate gateway and logging costs for retirement.
Key Takeaway for Glossary Readers

A platform landing zone helps merged organizations converge on shared Azure services without forcing every workload to migrate at the same pace.

Case study 02

SaaS regional expansion platform

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

Scenario

NimbusLedger delivered accounting software for small businesses and needed to expand into Canada and Australia. Engineers could deploy the application quickly, but compliance teams needed consistent identity, logging, and connectivity across regions.

Business/Technical Objectives
  • Launch regional application landing zones with repeatable platform integration.
  • Keep customer data paths aligned with regional policy and logging requirements.
  • Reduce manual setup for networking, monitoring, and security controls.
  • Make platform dependencies visible before each market launch.
Solution Using Platform landing zone

The company defined a platform landing zone that hosted shared monitoring, policy, security automation, and network connectivity. A subscription vending pipeline created each regional workload subscription, attached it to the right management group, applied policy initiatives, configured diagnostic targets, and linked private DNS zones. Azure CLI checks confirmed hub peering, route tables, workspace IDs, role assignments, and policy compliance before traffic was enabled. Product teams still controlled application resources, but shared platform dependencies were standardized and documented in the release checklist.

Results & Business Impact
  • Regional environment setup time dropped from six weeks to nine business days.
  • Prelaunch compliance evidence was generated automatically for every new subscription.
  • The first two regional launches had no missing diagnostic-settings findings after go-live.
  • Application teams reduced network setup tickets by 52 percent because platform integration was repeatable.
Key Takeaway for Glossary Readers

A platform landing zone lets SaaS teams expand geographically while keeping shared governance and connectivity predictable.

Case study 03

Transit agency shared operations zone

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

Scenario

CityLine Transit operated fare payment, bus telemetry, maintenance scheduling, and rider information systems on separate Azure subscriptions. Each vendor had different monitoring and network patterns, making service incidents hard to coordinate.

Business/Technical Objectives
  • Create a shared operational platform for vendor and internal workload teams.
  • Centralize private connectivity, DNS, monitoring, and security alert routing.
  • Improve incident response for rider-facing systems.
  • Keep vendor access limited to their application landing zones.
Solution Using Platform landing zone

CityLine created a platform landing zone with shared hub networking, private DNS, Log Analytics, alert action groups, Defender settings, and baseline policy assignments. Vendor subscriptions connected through approved spokes and inherited the required monitoring and security controls. Azure CLI output was used during readiness reviews to show peering, routes, policy assignments, workspace IDs, and role boundaries. Vendors received scoped access to their workload subscriptions, while the transit operations team kept control of shared alert routing and incident dashboards.

Results & Business Impact
  • Incident commanders saw logs and alerts from all rider-facing systems in one operations workbook.
  • Vendor over-permission findings fell 64 percent after role assignments were standardized.
  • Network troubleshooting time dropped from hours to under 30 minutes for common DNS and routing issues.
  • The agency launched two new telemetry services without creating separate monitoring stacks.
Key Takeaway for Glossary Readers

A platform landing zone gives multi-vendor environments one operational backbone while keeping workload ownership separated.

Why use Azure CLI for this?

As an Azure engineer, I use Azure CLI for a platform landing zone because the important questions span many resource types, not one portal blade. I need to inspect management-group placement, subscriptions, route tables, firewalls, private DNS zones, role assignments, policy assignments, diagnostic settings, and shared workspaces in one repeatable pass. CLI gives me consistent evidence before and after a platform change, especially when connectivity or governance problems cross team boundaries. It also supports automation for subscription vending, policy-as-code validation, and emergency inventory during incidents. Portal views are useful, but CLI turns the landing zone into a testable operating model instead of a collection of screenshots.

CLI use cases

  • Inventory platform subscriptions, management group placement, and resource groups before an enterprise landing zone review.
  • Inspect virtual networks, route tables, private DNS zones, and gateways that workload subscriptions depend on.
  • Export policy assignments, role assignments, and locks applied to platform and workload landing zones.
  • Validate that new workload subscriptions received the expected shared monitoring, network, and governance configuration.

Before you run CLI

  • Confirm tenant, subscription, management group, region, and resource group boundaries before querying shared platform services.
  • Use read-only roles for inventory and separate them from permissions that can update routing, DNS, policy, or identity settings.
  • Check whether commands target production platform subscriptions, because a small configuration change can affect many workloads.
  • Use JSON output for pipeline evidence and table output for quick operator review during incident calls.

What output tells you

  • Management group and subscription IDs show where platform controls are inherited and which scopes own shared services.
  • Network output identifies hub virtual networks, route tables, gateways, private DNS zones, and endpoints that shape workload connectivity.
  • Policy and role output shows which teams can change landing zone controls and where exceptions or local overrides exist.
  • Monitoring workspace, diagnostic, and Defender settings show whether workloads are connected to the expected operational tooling.

Mapped Azure CLI commands

Platform landing zone inventory

discovery
az account management-group show --name <management-group-id>
az account management-groupdiscoverManagement and Governance
az network vnet list --resource-group <platform-rg> --output table
az network vnetdiscoverManagement and Governance
az network route-table list --resource-group <platform-rg> --output table
az network route-tablediscoverManagement and Governance
az network private-dns zone list --resource-group <platform-rg> --output table
az network private-dns zonediscoverManagement and Governance
az monitor log-analytics workspace list --resource-group <platform-rg> --output table
az monitor log-analytics workspacediscoverManagement and Governance

Architecture context

A platform landing zone is the shared foundation that hosts connectivity, identity integration, management, security operations, and governance for many workload landing zones. In practice it includes management group hierarchy, hub networking, private DNS, firewall or routing patterns, Log Analytics, policy assignments, role models, and shared automation. It does not run every application; it provides the reusable platform services and guardrails applications depend on. Architects design it so workload teams can deploy faster without bypassing controls. The hard work is keeping boundaries clear: platform subscriptions should not become dumping grounds for app resources, and exceptions should be tracked through governance rather than hidden in manual portal changes.

Security

Security impact is direct because a platform landing zone often controls the shared network boundary, identity model, policy inheritance, logging, and security tooling used by many subscriptions. Misconfigured hub routing, private DNS, privileged role assignments, or policy exemptions can expose multiple workloads at once. Operators must protect platform subscriptions with least privilege, privileged identity workflows, change approval, and strong monitoring. Separate duties between network, identity, security, and workload teams where possible. Treat shared services as high-value targets, keep secrets out of deployment variables, and review who can change connectivity, policy, and diagnostic settings. Security teams should test those privileges during tabletop exercises, not only annual audits.

Cost

Cost impact is direct for shared services and indirect for workloads. A platform landing zone may host firewalls, virtual network gateways, ExpressRoute circuits, Bastion, Log Analytics workspaces, Defender plans, automation accounts, and private DNS zones. Those costs often need allocation across business units. Poor design can also increase workload costs through unnecessary traffic inspection, long log retention, duplicate workspaces, or unplanned data transfer. FinOps teams should define chargeback or showback rules, tag shared services, review utilization, and model cost before adding mandatory platform controls that every connected workload must consume. This avoids resentment when application teams consume shared services they cannot directly see.

Reliability

Reliability impact is direct for shared capabilities and indirect for applications. A platform landing zone can improve resilience by standardizing monitoring, hub connectivity, DNS, deployment pipelines, and recovery evidence. It can also create a large blast radius if one shared firewall, DNS zone, policy assignment, or log workspace becomes a single point of failure. Teams should design platform services with redundancy, documented failover, maintenance windows, and change rollback. Workloads need clear dependency maps showing which platform components they rely on. Reliability reviews should test both platform failure modes and workload behavior when shared services degrade. This prevents a hidden shared dependency from surprising responders during a major incident.

Performance

Performance impact can be direct because platform landing zones often provide routing, name resolution, monitoring ingestion, and security inspection. Hub network saturation, firewall throughput limits, DNS problems, private endpoint misconfiguration, or cross-region routing can slow many applications. The platform team should monitor latency, throughput, packet drops, DNS resolution time, log ingestion delay, and deployment duration for shared services. Performance exceptions may be valid for low-latency workloads that cannot use the default path. Operators should document those exceptions and prove that alternate designs still meet security and observability requirements. Those measurements show whether the shared platform helps workloads or quietly slows them down.

Operations

Operators manage a platform landing zone through deployment pipelines, policy-as-code, network diagrams, role reviews, monitoring workbooks, and change calendars. Common work includes inspecting route tables, private DNS zones, policy assignments, Defender settings, diagnostic coverage, and subscription placement. Azure CLI helps collect repeatable inventory across platform and workload scopes. Platform teams should publish service catalogs, runbooks, escalation paths, and exception procedures. Because changes can affect many teams, updates need staged rollout, impact analysis, and post-change validation rather than informal portal edits in production. Operators should keep diagrams and ownership records current as landing zone services evolve. Review ownership whenever vendor scope changes.

Common mistakes

  • Treating a platform landing zone as only a network hub while ignoring identity, policy, monitoring, and operational ownership.
  • Putting too many shared services in one subscription without clear access boundaries, chargeback, or change control.
  • Changing private DNS, firewall, or routing settings without testing how connected application landing zones resolve and reach services.
  • Letting every workload build separate monitoring and security tooling instead of consuming supported platform services.