Feedback: Microsoft Docs completely skipped the Online and Corp Landing Zones designs

Rajesh Swarnkar 1,236 Reputation points
2026-08-19T10:32:42.1+00:00

Hey all, I am I missing something? or does MS docs completely define how the Online and Corp zones should be built.

These areas are highly overlooked all I could find were these droplets of info:

https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/landing-zone/design-area/network-topology-and-connectivity#what-is-the-purpose-of-connectivity-corp-and-online-management-groups

and

https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/plan-for-app-delivery

There are no decision charts that explains how do deal with Traffic inspection centralization and placement of the zones. Then it completely misses the design about

Coupled Internet and private security policies

Rapid firewall rule sprawl and management overhead

A single blast radius across all traffic types

Throughput and SNAT scalability constraints

Increased difficulty meeting regulatory separation requirements

These issues become more pronounced as environments scale across regions and workloads.

Luckily found that the guarded knowledge was covered here in Blogs ! https://techcommunity.microsoft.com/blog/azurenetworksecurityblog/designing-cloud-landing-zones-by-traffic-flow-a-defence%E2%80%91in%E2%80%91depth-dmz%E2%80%91first-archi/4524280

But my team is stuck with poor design now. Its too late (costly) for design change !

Azure Virtual Network
Azure Virtual Network

An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Allan Solomon Mejia 7,590 Reputation points
    2026-08-19T16:42:31.82+00:00

    Hello @Rajesh Swarnkar

    You're not missing it. The current Azure Landing Zone documentation does define the intent of Corp and Online, but it doesn't prescribe a complete network/security architecture for each management group.

    Microsoft currently describes:

    • Corp as subscriptions containing internal/private workloads that require traditional IP routing or hybrid connectivity through the Connectivity platform.
    • Online as subscriptions containing public-facing workloads where isolation from internal resources helps reduce attack surface.

    Connectivity between Online and Corp is optional and dependent on organizational routing/security requirements, potentially traversing Azure Firewall or an NVA.

    That last point is important: Corp and Online are primarily governance/workload classifications, not predefined network security zones with mandatory firewall topologies.

    Microsoft's own networking guidance says the ALZ network topology design area establishes the networking foundation but explicitly puts advanced security/compliance and enforcement considerations outside that section's scope.

    I do agree with your concern, though. There's a significant architectural gap between saying "Online hosts Internet-facing workloads" and explaining how an enterprise should design inspection boundaries at scale.

    For example, I'd expect an enterprise design exercise to explicitly evaluate:

    Internet → edge/WAF → Online workload

    separately from:

    Online → Corp

    and:

    Corp → Internet / on-premises

    rather than automatically forcing all three traffic classes through one centralized security boundary.

    Microsoft's application-delivery guidance actually supports some of that separation. It recommends deploying Application Gateway inside the landing zone/spoke with the application it protects, rather than treating it as a shared hub resource, partly because centralization introduces RBAC, scale, and operational concerns.

    It also recommends Front Door + WAF for global HTTP/S applications and Application Gateway v2/WAF for regional application delivery.

    So I wouldn't say that ALZ requires a single centralized firewall architecture. Quite the opposite: the reference architecture deliberately leaves many of these implementation decisions to the organization.

    Your feedback is valid that the documentation could provide a stronger decision framework covering questions such as when to centralize versus distribute inspection, when Online should have a separate security boundary, Online-to-Corp inspection, SNAT/throughput scaling, regional isolation, and regulatory segmentation. Those decisions become extremely expensive to revisit once hundreds of workloads depend on the original topology.

    The Microsoft Security blog you found is therefore useful architectural guidance, but I would treat it as an architecture pattern rather than a mandatory extension of the Azure Landing Zone reference architecture.

    For an existing environment, I also wouldn't assume you need a complete redesign immediately. If the current topology has become problematic, it may be possible to introduce separate traffic-flow/security boundaries incrementally, starting with new landing zones or regions rather than performing a disruptive migration of everything already deployed.

    References:

    Microsoft Learn — Azure Landing Zone network topology and connectivity

    Microsoft Learn — Plan for application delivery

    Microsoft Security Blog — Designing Cloud Landing Zones by Traffic Flow

    Please "Accept the Answer" if this information helped you. This will help us and others in the community.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.