Code To Cloud Summit 2026 — May 23, Calgary — Tickets are live!

Azure Landing Zones: Which One Do You Actually Need?

Azure Landing Zone or AI Landing Zone? Two architectures, compared side by side — with a practical decision framework so you don't over-engineer or under-build.

Azure Landing Zone Architecture Diagram showing management groups, subscriptions, and networking

Azure landing zones are Microsoft's recommended approach to setting up a secure, scalable Azure environment. With enterprise-scale options and AI-specific architectures now available, choosing the right approach can feel overwhelming. The good news: you don't have to get it perfect on day one. A well-designed landing zone grows with you — and this guide shows you exactly where to start.

This guide breaks down the two main Azure landing zone architectures, compares deployment methods, and helps you decide which landing zone fits your team — whether you're 5 engineers or 500. We've deployed both for organizations across Calgary, Alberta, Western Canada, and beyond, and the patterns are remarkably consistent.

Let's fix that.

Why Your Azure Environment Deserves a Strong Foundation

Before we compare architectures, it's worth understanding why teams invest in a landing zone in the first place. Without one, the same patterns tend to emerge:

A landing zone solves all four problems — but only if you pick the right tier. Governance should be an enabler, not a tax. The right landing zone gives your teams guardrails that accelerate delivery instead of slowing it down.

What Is an Azure Landing Zone?

An Azure landing zone is Microsoft's standardized approach to setting up a secure, scalable Azure environment. Think of it as the infrastructure blueprint you deploy before any workloads go live — governance, security, networking, identity, and cost management, all baked in from day one. It's part of Microsoft's Cloud Adoption Framework (CAF), which provides the full methodology for cloud readiness.

Here's what the enterprise reference architecture actually looks like:

Azure Landing Zone architecture diagram showing management groups, hub-spoke networking, identity, governance, and security layers

Azure Landing Zone reference architecture (hub-spoke) — Source: Microsoft Cloud Adoption Framework

If that diagram made you think "this is a lot" — you're right. It is. The full architecture covers eight design areas: Azure billing and Microsoft Entra tenant, identity and access management, management group and subscription organization, network topology and connectivity, security, management, governance, and platform automation/DevOps. Each area has design considerations and recommendations that affect every subscription you create.

The landing zone journey itself has four phases: (1) bootstrap your environment with subscriptions, (2) deploy platform landing zone components (management groups, policies, connectivity, monitoring), (3) set up subscription vending for application teams, and (4) deploy application landing zone components for individual workloads.

The good news: you don't necessarily need all of this. That's exactly why there are two deployment models — an Azure Landing Zone for your platform foundation and an AI Landing Zone for Foundry workloads.

An Azure landing zone is a standardized, pre-configured Azure environment based on Microsoft's Cloud Adoption Framework (CAF). It provides the foundational building blocks — governance, security, networking, and identity — that every workload needs before you deploy a single virtual machine, container, or AI model.

Think of it as the infrastructure blueprint you deploy before any workloads. Without one, teams end up with subscription sprawl, inconsistent security policies, no cost visibility, and networking that looks like it was designed by committee (because it was).

Landing zones come in two flavors:

The key insight is that landing zones aren't optional nice-to-haves. They're the difference between "we can onboard a new team in 30 minutes" and "it takes 6 weeks and a Jira epic to get a new subscription approved." The question isn't whether you need one — it's which one.

Two Azure Landing Zone Architectures

There are two Azure landing zone architectures worth understanding. The first is your platform foundation — the governed Azure environment every workload depends on. The second is an AI-specific layer purpose-built for Microsoft Foundry deployments. Here's what each looks like in practice.

Azure Landing Zone (Platform Foundation)

This is Microsoft's flagship reference architecture — the Cloud Adoption Framework implementation you see in every Azure architecture center diagram. It's the industry standard, and it scales from startups to enterprises. We right-size the deployment for your organization.

What you get:

How we right-size it: A 10-person startup doesn't need 8 management groups and 200 policy assignments. We deploy the same proven architecture at the right scale — simpler governance and flat networking for early-stage teams, full hub-spoke with subscription vending for enterprises. The foundation grows with you without rearchitecting.

Deployment: Azure Verified Modules (Bicep or Terraform) or the Azure Portal accelerator. The Terraform implementation is maintained as a purpose-built module (caf-enterprise-scale). Bicep uses Azure Verified Modules.

Pros:

Cons:

Best for: Every organization that uses Azure — from Calgary startups to enterprises with hundreds of engineers. We deploy the same proven architecture at the right scale for your team, compliance needs, and growth trajectory.

AI Landing Zone (Microsoft Foundry)

The AI Landing Zone is purpose-built for teams deploying AI workloads on Azure — specifically Microsoft Foundry. It's technically an application landing zone that layers on top of your Azure Landing Zone (or runs standalone), and it solves problems that the platform foundation doesn't address.

The reference implementations live in the Azure/AI-Landing-Zones GitHub repository and include two primary architectures:

What you get:

Deployment: Bicep, Terraform, or Portal ("Deploy to Azure" button). Deploys in hours depending on private DNS zone propagation.

Best for: Any team deploying AI workloads on Azure — particularly Foundry-based agents or RAG pipelines that need private networking, token governance, and Responsible AI guardrails. Deploy it standalone or layer it on top of your Azure Landing Zone.

Landing Zone Comparison Table

Here's a side-by-side comparison to make the differences concrete:

Feature Azure Landing Zone AI Landing Zone
Purpose Platform foundation (governance, networking, identity) AI workload infrastructure (Foundry, private AI)
Scales to Startups through enterprises (right-sized) Any team deploying AI on Azure
Deploy time Days to weeks (scope-dependent) Hours
Bicep / Terraform Both supported Both supported
Hub networking Hub-spoke or vWAN (right-sized) Private endpoints
Hybrid connectivity ExpressRoute / VPN when needed Optional
AI-specific services Add AI LZ on top Foundry, APIM, AI Search
Management groups Multi-level hierarchy (right-sized) N/A (application LZ)
Governance depth Scales from minimal to full (200+ policies) AI workload focused
Composability Standalone platform Standalone or layered on Azure LZ

Not sure which architecture fits your team?

We'll assess your requirements and recommend the right landing zone in a free 30-minute call.

Book a Free Assessment

How to Choose: A Decision Framework

After deploying landing zones for dozens of organizations — from startups in Calgary to enterprises across Western Canada and beyond — here's the decision framework that actually works:

Start with these questions:

  1. Do you use Azure? If yes, you need an Azure Landing Zone. The only question is how much governance you need right now.
  2. Are you building AI workloads? If you're deploying Microsoft Foundry, RAG pipelines, or AI agents, add the AI Landing Zone — standalone or on top of your Azure LZ.
  3. Do you need hybrid connectivity? If you're connecting to on-premises data centers, you need hub-spoke or vWAN networking. Choose hub-spoke for more control or Azure Virtual WAN for simpler multi-branch connectivity.
  4. Are you in a regulated industry? Finance, healthcare, and government typically need the full policy set to satisfy compliance requirements.

The decision tree:

The most common mistakes we see:

Deployment Methods: Bicep vs Terraform vs Portal

Both landing zones support Infrastructure as Code (IaC), but the tooling choices matter more than most teams realize. Here's an honest comparison.

Bicep

Bicep is Azure's native IaC language — it compiles to ARM templates but is dramatically more readable. If your organization is all-in on Azure with no plans for multi-cloud, Bicep is the natural choice.

Terraform

Terraform is the industry standard for multi-cloud IaC. If you use (or plan to use) AWS, GCP, or other cloud providers alongside Azure, Terraform gives you one language for everything.

Portal Accelerator

The Portal accelerator is a guided wizard in the Azure Portal that deploys the enterprise ALZ (or AI landing zone) through a visual interface. No IaC knowledge required.

Our recommendation: IaC from day one. Even if you start with the portal accelerator to explore, convert to Bicep or Terraform before going to production. Portal deployments create tech debt that compounds faster than you'd expect. The Azure Landing Zone is best deployed via IaC — portal deployments create drift that compounds over time.

What Happens After Deployment?

Deploying the landing zone is step one. Governance isn’t a gate — it’s an accelerator. The landing zone gives you the foundation — but you still need to build on it. Here's the day-1 checklist that most teams miss:

Identity & Access:

CI/CD:

Cost Management:

Security & Zero Trust:

The landing zone gives you the guardrails. These day-1 tasks make the guardrails actually work.

Need Help? We Deploy Landing Zones.

At Code To Cloud, we've deployed Azure Landing Zones and AI Landing Zones for organizations ranging from 3-person startups to enterprises with hundreds of engineers. We're a technology advisory company based in Calgary, Alberta, serving startups, growing businesses, and enterprises across Western Canada and beyond.

Here's what a typical engagement looks like:

  1. Assessment — We evaluate your current Azure environment (or lack thereof), team size, compliance requirements, and roadmap
  2. Architecture decision — We recommend the right landing zone tier and deployment method based on your actual needs, not a theoretical ideal
  3. Deployment — We deploy the landing zone with IaC (Bicep or Terraform), complete the day-1 checklist, and hand off a documented, reproducible environment
  4. Knowledge transfer — Your team gets trained on how to operate, extend, and graduate the landing zone as you grow

We also offer ongoing fractional CTO advisory for teams that want continued architecture guidance without hiring a full-time CTO. Learn more about our Azure Landing Zone deployment services.

Whether you're a Calgary startup getting your first Azure subscription in order or an enterprise preparing for a cloud migration, the right landing zone saves you months of rework and thousands in wasted spend.

Ready to figure out which landing zone is right for you?

Book a free landing zone assessment →

Further Reading

— Code To Cloud Team

Ready to deploy your Azure Landing Zone?

Book a free landing zone assessment and we'll help you pick the right architecture for your team.

Book a Free Landing Zone Assessment Get Your Free Alberta Guide