Azure Global Infrastructure

Region: A of data centers deployed within a specific geographic area, connected through a low-latency network. Example Central US.

Availability Zones: Availability zones are separated group of datacenters within a single region.   Each Availability Zone is made up of one or more datacenters equipped with independent power, cooling, and networking. Availability Zones are connected through high-speed, private fibre-optic networks. Note not every region has support for Availability Zones.

Geography: A defined area of the world containing one or more Azure regions that preserves data residency and compliance boundaries. Example Asia Pacific & US.

Paired Region: Two Azure regions within the same geography paired together for disaster recovery and data replication. Example Central US paired with East US 2

Sovereign Regions: Azure regions isolated from the global Azure cloud to meet specific government or regulatory requirements (e.g., Azure Government, Azure China).

GeographyRegion NamePhysical LocationAvailability Zone #Paired Region
USCentral USIowa3East US 2
USEast USVirginia3West US
USEast US 2Virginia3Central US
GeographyRegion NamePhysical LocationAvailability Zone #Paired Region
Asia PacificCentral IndiaPune3South India
Asia PacificJio India CentralNagpurNot supportedJio India West
Asia PacificJio India WestJamnagarNot supportedJio India Central
Asia PacificSouth IndiaChennaiNot supportedCentral India

Availability Set: A logical grouping of VMs that ensures they are distributed across multiple fault and update domains to reduce downtime.

Fault Domain: It is a PHYSICAL grouping of Datacenters resource like Storage, Network, switch etc.  Fault domains concept is mainly use to prevent from Single Point of failure of underlying shared resource like Storage array, network switches, power unit, rack etc.  So, it is advisable to deploy your applications across multiple fault domains for maximum uptime.

Update Domain: : It is a LOGICAL grouping of Datacentre resource.  However, update domain mainly used in Plan Down (but in some case unplan as well for security patch or cyber-attack) time to deploy / patch security update on underlying physical infra of the data centre.   So, it is advisable to deploy your applications across multiple Update domains for maximum uptime.

Leave a Comment