Architecture Azure

Azure Cloud Adoption Framework: Ready — Landing Zones, Implementation Options, the Azure Setup Guide, the Eight Design Areas, and the Accelerator

Where this fits

In the Azure Cloud Adoption Framework, Ready is the methodology that turns the intent captured in Strategy and the backlog built in Plan into a concrete Azure environment that is safe to deploy workloads into on day one. Its single deliverable is an Azure landing zone: an environment that is scalable, modular, and pre-provisioned with the identity, network, governance, and operations scaffolding your first migration or innovation workload will land on, so that platform decisions are made once — centrally and deliberately — instead of being improvised under deadline pressure by every application team. Everything below is about how you produce that landing zone without over-building it.

Azure Cloud Adoption Framework — animated overview

The Azure landing zone concept

What it is

An Azure landing zone is not a single resource group or a subscription — it is an architectural construct made of two cooperating parts:

The connective tissue is the Microsoft Entra ID tenant at the top and a management group hierarchy beneath it that lets you assign Azure Policy and RBAC once and have them inherit down to hundreds of subscriptions. A landing zone is therefore best understood as the tenant root + management group tree + platform subscriptions + a repeatable application-subscription pattern, governed as one system.

Why it matters

The landing zone is the boundary between central control and application-team velocity. Get it right and the platform team enforces guardrails (encryption, allowed regions, diagnostic settings, network egress) through policy and RBAC inheritance, while application teams ship freely inside their subscription without filing tickets. Get it wrong — flat structure, no management groups, governance bolted on later — and you inherit the most expensive remediation in cloud: re-homing live production subscriptions, retrofitting policy onto running resources, and re-IP-ing networks. The landing zone exists specifically to make those decisions once, early, and centrally.

How to do it well

Concrete artifacts, decisions, and Azure tools

Plane Decision to make Azure services involved
Identity Single vs multiple Entra tenants; hybrid identity model Microsoft Entra ID, Microsoft Entra Connect, PIM
Connectivity Hub-and-spoke vs Virtual WAN; address space; egress model Azure Virtual Network, Azure Virtual WAN, Azure Firewall, ExpressRoute/VPN Gateway, Azure Private DNS
Governance Management group tree; policy set; subscription strategy Management Groups, Azure Policy, Azure Blueprints (legacy), RBAC
Management Central logging, monitoring, backup, security posture Log Analytics, Azure Monitor, Microsoft Defender for Cloud, Azure Backup

Implementation options: start small and expand vs enterprise-scale vs partner

What it is

CAF deliberately does not prescribe a single way to build the landing zone. Instead it offers a spectrum of implementation options that trade up-front completeness against time-to-first-workload, so you can match the build to your organisation’s maturity and urgency.

Why it matters

The single most common landing-zone failure is mis-matching ambition to maturity — a three-person team attempting a full enterprise-scale deployment and stalling for months, or a 5,000-seat enterprise standing up a flat “start small” environment that needs a painful re-platform a year later. Choosing the right entry point is the decision that most determines whether Ready takes weeks or quarters.

How to do it well

Pick the option that matches your end-state certainty and platform-engineering capacity, not your enthusiasm. Crucially, “start small” and “enterprise-scale” are the same destination reached at different speeds — both converge on the eight design areas — so a “start small” environment built on the right management-group bones can grow into enterprise-scale without a re-platform. The failure mode to avoid is “start small” built without a management group tree, because that is the part that is expensive to retrofit.

Option comparison

Dimension Start small and expand Enterprise-scale Partner-led
Time to first workload Days Weeks Weeks (partner-paced)
Up-front design-area coverage Minimal, grown over time All eight, opinionated Partner’s validated set
Platform-engineering skill required Low–medium High Provided by partner
Governance maturity at start Light Strong (policy-first) Strong
Best fit Single team, learning, urgent Many workloads, central control Limited internal capacity
Primary risk Retrofitting governance later Over-building before need Vendor lock-in to their pattern
Typical accelerator Bicep/Terraform ALZ, expanded incrementally ALZ Bicep / Terraform caf-enterprise-scale Partner IP + ALZ

The Azure setup guide

What it is

The Azure setup guide is the lightweight, action-by-action onboarding checklist that sits inside the Ready methodology and the Azure portal’s “Quickstart Center.” It is the minimum responsible configuration of a tenant and subscription — the things you should do before any workload, even if you are deliberately starting small and not yet deploying the full landing zone. It is the on-ramp, not the highway.

The guide walks through, in order: organising resources (management groups, subscriptions, resource groups, naming and tagging conventions); managing access (RBAC, least privilege, Privileged Identity Management); managing costs and billing (Microsoft Cost Management, budgets, billing scopes); governance, security and compliance (Azure Policy, Microsoft Defender for Cloud, Azure Blueprints/Key Vault); monitoring (Azure Monitor, Log Analytics, Service Health alerts); staying current with Azure (Azure Updates, roadmap, Service Health); and hybrid + scale considerations (Azure Arc, ExpressRoute).

Why it matters

The setup guide is what prevents the two most common early mistakes: deploying into a single flat subscription with Owner handed to everyone, and running for months with no cost visibility or diagnostic logging. It encodes the “tax” you pay once — naming, tagging, RBAC, budgets, baseline policy — so that everything provisioned afterward inherits sane defaults. For a “start small” path, the setup guide effectively is your first landing zone increment.

How to do it well

Concrete artifacts

The eight landing-zone design areas at a glance

What it is

The eight design areas are CAF’s checklist of the cross-cutting decisions every landing zone must resolve, regardless of which implementation option you pick. They are grouped into two categories — environment design (A–D), which is hard to change after the fact, and compliance design (E–H), which is more operational and iterative. Whether you deploy the full enterprise-scale architecture or start small, you are answering these same eight questions; the only difference is whether you answer them all up front or incrementally.

Why it matters

These are the decisions that, if deferred, become the expensive retrofits described earlier. The environment-design areas in particular (especially resource organisation and network topology) are the ones that lock in blast radius, governance inheritance, and IP addressing — getting them wrong means re-homing subscriptions and re-IP-ing networks under production load. Treating the eight areas as an explicit, reviewed gate before workload onboarding is the single highest-leverage practice in Ready.

The eight areas

# Design area Category Core question it answers Primary Azure services
A Azure billing & Microsoft Entra tenant Environment One tenant or many? How is billing structured (EA/MCA, billing accounts)? Microsoft Entra ID, Enterprise Agreement / MCA billing
B Identity & access management Environment How do humans and workloads authenticate and get least-privilege access? Microsoft Entra ID, RBAC, PIM, managed identities
C Network topology & connectivity Environment Hub-and-spoke or Virtual WAN? IP plan, egress, hybrid links, DNS? Virtual Network, Virtual WAN, Azure Firewall, ExpressRoute/VPN, Private DNS, Private Link
D Resource organisation Environment Management group tree, subscription strategy, naming, tagging? Management Groups, Subscriptions, Resource Groups, Tags
E Security Compliance Baseline controls, threat protection, secrets, encryption, posture? Microsoft Defender for Cloud, Microsoft Sentinel, Key Vault, Microsoft Entra ID
F Management Compliance Centralised monitoring, logging, backup, patching, business continuity? Azure Monitor, Log Analytics, Azure Backup, Azure Site Recovery, Update Manager
G Governance Compliance Policy-driven guardrails, cost controls, compliance reporting? Azure Policy, Microsoft Cost Management, Azure Resource Graph
H Platform automation & DevOps Compliance How is the landing zone deployed and changed — IaC, pipelines, GitOps? Bicep, Terraform, Azure DevOps / GitHub Actions, Azure Resource Manager

How to do it well

The landing zone accelerator

What it is

The Azure landing zone (ALZ) accelerator — sometimes called the Enterprise-Scale landing zone accelerator — is Microsoft’s opinionated, deployable implementation of the eight design areas. It is the fastest route to a governed enterprise-scale environment because it ships the entire reference architecture as maintained code and (optionally) a portal-based deployment experience, rather than asking you to assemble it by hand.

It comes in several flavours that you choose between based on your tooling and control preferences:

What you get out of the box is substantial: the management group hierarchy (Intermediate root → Platform → {Management, Connectivity, Identity}, plus Landing zones → {corp, online}, Decommissioned, Sandbox); a curated Azure Policy initiative set mapped to the security and governance design areas (deny public IPs, enforce diagnostic settings to a central workspace, enforce allowed locations, audit/deploy Defender plans); a hub network (hub-and-spoke or Virtual WAN) with Azure Firewall and private DNS; and the management subscription wired with Log Analytics and Defender for Cloud.

Why it matters

The accelerator collapses what is otherwise months of platform engineering into a reviewable, repeatable deployment, and — critically — it keeps you aligned with Microsoft’s evolving guidance because the modules are maintained. It is the recommended path for the enterprise-scale implementation option, and even “start small and expand” teams increasingly begin from a trimmed ALZ deployment so that growth does not require re-platforming.

How to do it well

Concrete artifacts

Real-world enterprise scenario

NorthBank Mutual is a fictional mid-sized building society (≈4,200 employees, regulated, UK-based) migrating from two on-premises data centres to Azure over 18 months, with a backlog of 140 applications classified in the Plan phase. They are subject to financial-services regulation, so central control and auditability are non-negotiable. Here is how they execute Ready.

Landing zone concept. NorthBank stands up a single Microsoft Entra ID tenant (northbankmutual.onmicrosoft.com). They separate platform from application landing zones from day one: three platform subscriptions (Management, Connectivity, Identity) owned by a newly formed eight-person platform team, and a repeatable application-subscription pattern split into corp (internal banking systems) and online (the customer mobile/web channel) archetypes.

Implementation option. Because the end state (140 workloads under strict governance) is known and certain, they reject “start small” and choose enterprise-scale via the ALZ accelerator, delivered by internal platform engineering with a Microsoft partner providing two weeks of advisory rather than full partner-led delivery — keeping accountability in-house while de-risking the build.

Azure setup guide. Before any subscription is handed out, the platform team completes the setup guide: a naming standard (nbm-<workload>-<env>-<region>-<type>), a five-tag taxonomy enforced by policy (CostCentre, Environment, Owner, DataClassification, Application), an RBAC model where all access flows through Entra groups with PIM required for any privileged role, Microsoft Cost Management budgets on every subscription, and Microsoft Defender for Cloud enabled tenant-wide.

Eight design areas. They resolve A–D first and record each as a one-page decision: single tenant on an MCA billing account (A); Entra ID with PIM and managed identities, no direct user role assignments (B); Virtual WAN with two secured hubs (UK South / UK West), ExpressRoute to the remaining on-prem data centre, Azure Firewall Premium for egress, and Private DNS zones for Private Link ©; a management group tree of Intermediate root → Platform / Landing zones (corp, online) / Sandbox / Decommissioned (D). Compliance areas E–H are delivered as code: Defender + Sentinel for security (E), a central Log Analytics workspace with Azure Backup and Site Recovery for management (F), an Azure Policy initiative of 60+ assignments for governance (G), and Terraform-in-Azure-DevOps for platform automation (H).

Landing zone accelerator. The platform team deploys ALZ Terraform (Azure Verified Modules) from a Git repository through an Azure DevOps pipeline. The accelerator provisions the full management group hierarchy, the three platform subscriptions, the Virtual WAN hub, and the baseline policy initiatives. NorthBank customises the policy set — adding a “deny storage account public access” and a “require customer-managed keys for PaaS data services” initiative for regulatory reasons — and records two intentional exemptions in a policy exemptions register.

Measurable outcome. Ready completes in nine weeks. The first corp workload lands in a freshly minted, policy-compliant subscription on day 63, peered to the hub and budget-capped, with zero manual network or governance configuration by the application team. Over the following quarter, 22 application landing zones are provisioned from the same pattern; Defender for Cloud reports a secure score above 85% from the first month because the baseline was enforced before workloads arrived, and an internal audit confirms 100% tag-compliance and central diagnostic logging across all subscriptions.

Deliverables & checklist

By the end of Ready you should have produced:

Common pitfalls

What’s next

With a governed landing zone in place, the next part of Azure Cloud Adoption Framework moves to Migrate — assessing, replatforming, and moving your backlog of workloads into the application landing zones you just built.

AzureCloud Adoption FrameworkReadyEnterprise
Need this built for real?

Vinod is a Senior Cloud Architect (22+ yrs) — available for Azure / AWS / GCP architecture, landing zones, and migrations.

Work with me

Comments

// part 3 of 9 · Azure Cloud Adoption Framework

Keep Reading