Skip to content

Commit 95b8bb5

Browse files
authored
Merge pull request #294002 from johndowns/reliability-az-logical-physical-diagram
Reliability Hub - Add logical/physical availability zones diagram
2 parents f0ff684 + fa2168a commit 95b8bb5

File tree

2 files changed

+245
-2
lines changed

2 files changed

+245
-2
lines changed

articles/reliability/availability-zones-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Datacenter locations are selected by using rigorous vulnerability risk assessmen
2424

2525
The following diagram shows several example Azure regions. Regions 1 and 2 support availability zones, and regions 3 and 4 don't have availability zones.
2626

27-
:::image type="content" source="media/regions-availability-zones.png" alt-text="Screenshot of physically separate availability zone locations within an Azure region.":::
27+
:::image type="content" source="media/regions-availability-zones.png" alt-text="Diagram of physically separate availability zone locations within an Azure region." border="false":::
2828

2929
To see which regions support availability zones, see [Azure regions with availability zone support](availability-zones-region-support.md).
3030

@@ -54,7 +54,9 @@ Each service has its own method for configuring availability zone support. To le
5454

5555
Each datacenter is assigned to a physical zone. Physical zones are mapped to logical zones in your Azure subscription, and different subscriptions might have a different mapping order. Azure subscriptions are automatically assigned their mapping at the time the subscription is created. Because of this, the zone mapping for one subscription could be different for other subscriptions.
5656

57-
For example, a subscription named "finance" may have physical zone X mapped to logical zone 1, while another subscription named "engineering" has physical zone X mapped to logical zone 3, instead.
57+
For example, subscription A may have physical zone 1 mapped to logical zone 2, while subscription B has physical zone 1 mapped to logical zone 3:
58+
59+
:::image type="content" source="media/availability-zones-logical-physical.svg" alt-text="Diagram of logical to physical availability zone mapping." border="false":::
5860

5961
To understand the mapping between logical and physical zones for your subscription, use the [List Locations Azure Resource Manager API](/rest/api/resources/subscriptions/list-locations). You can use the [Azure CLI](/cli/azure/install-azure-cli) or [Azure PowerShell](/powershell/azure/what-is-azure-powershell) to retrieve the information from the API.
6062

Lines changed: 241 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)