Chapter Nine

Architecting on Azure

Seven cross-cutting topics that turn a catalog of services into a sound architecture — the Well-Architected Framework, landing zones, network topology, resilience, cost, security, and multi-Region design.

7 topics

Core Terminology

Architecture on Azure rests on a shared set of frameworks and patterns. These terms recur across the chapter.

Well-Architected Framework
Microsoft's five pillars for evaluating a workload: reliability, security, cost optimization, operational excellence, and performance efficiency.
Landing Zone
A pre-provisioned, governed environment — identity, networking, policy, and management — that workloads deploy into, so each team does not rebuild the foundation.
Hub-and-Spoke
A network topology where shared services live in a central hub VNet that workload spoke VNets peer into.
Availability Zone
Physically separate datacenters in a Region. Zone-redundant deployment is the baseline for surviving a datacenter failure.
RPO / RTO
Recovery point objective (how much data you can lose) and recovery time objective (how long recovery may take) — the two numbers that drive DR design.
Subscription
A billing and management boundary. The number and shape of subscriptions is an architectural decision, not just an accounting one.

Topics in This Chapter