Understanding Azure Availability Zone Mappings for Subscriptions

John Savill's Technical Training explains how Azure subscription availability zones map to physical datacenters and align across different subscriptions, featuring a PowerShell script walkthrough.

Understanding Azure Availability Zone Mappings for Subscriptions

In this video, John Savill provides a practical overview of how Azure Availability Zones (AZs) within a given subscription are mapped to the actual physical datacenters in a region and how this mapping may differ or align across different subscriptions. This guidance is essential for architects and engineers planning for redundancy, disaster recovery, and high availability in Azure.

Topics Covered

Script Usage Example

. .\Read-AzureAZs.ps1 read-azureazs eastus, westus2

This PowerShell script, available on GitHub, allows users to inspect how their subscription's AZs are mapped and aligned.

Key Documentation

Additional Learning

Final Notes


This content is tailored for Azure practitioners and architects interested in advanced knowledge of cloud infrastructure resilience, AZ alignment, and scripting. Authored by John Savill.