You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/reliability/regions-overview.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: anaharris-ms
5
5
ms.service: azure
6
6
ms.subservice: azure-reliability
7
7
ms.topic: conceptual
8
-
ms.date: 05/08/2025
8
+
ms.date: 07/03/2025
9
9
ms.author: anaharris
10
10
ms.custom: subject-reliability, ai-video-concept
11
11
---
@@ -29,26 +29,35 @@ Every region is contained within a single *geography* that serves as a fixed dat
29
29
> [!NOTE]
30
30
> Most regions are available to all Azure customers. However, some regions belong to *sovereign cloud* geographies, which are available to some customers in specific geographic areas with stringent data residency regulations. Sovereign cloud regions work the same way as other regions, however they're often limited in the services and features of services that they provide. For more examples of limited service availability in sovereign cloud regions, see [Compare Azure Government and global Azure](/azure/azure-government/compare-azure-government-global-azure)) or [Availability of services for Microsoft Azure operated by 21Vianet](/azure/reliability/sovereign-cloud-china).
31
31
32
-
## Select Azure regions
33
32
34
-
When you select Azure regions for your solution, consider the following factors:
33
+
## List of regions
34
+
35
+
For a list of Azure regions, see [List of Azure regions](./regions-list.md). If you want more details on regions, including data residency and regulatory compliance, see the [Microsoft Datacenters Map](https://datacenters.microsoft.com/globe/explore/).
36
+
37
+
## Choosing Azure regions
38
+
39
+
When you design a solution, you need to choose the Azure regions that you want to use. The regions you choose can affect the resiliency of your solution, and they can also affect the performance of your solution.
40
+
41
+
When you select regions, consider the following factors:
35
42
36
43
-**Latency**. Select regions that are geographically close to your users to reduce latency. For example, if your users are in the United States, you might select a region in the United States or Canada.
37
44
-**Availability zones**. Select regions that support availability zones to provide redundancy and fault isolation. Make sure that you spread your resources across multiple availability zones in the region.
38
-
-**Multi-region**. Multi-region may be required for your workload, based on your business continuity planning. Some Azure services use region pairs to support geo-replication and geo-redundancy, while others use availability zones as their primary means of redundancy. Furthermore, many Azure services support geo-redundancy whether the regions are paired or not, and you can design a highly resilient solution whether you use paired regions, nonpaired regions, or a combination of both. To learn more about the approach for each service see [Reliability guides by service](./overview-reliability-guidance.md).
45
+
-**Data residency:** Ensure that any regions you select are within a data residency boundary that your organization requires.
39
46
40
-
For more detailed information on how to select regions, see [Select Azure regions](/azure/cloud-adoption-framework/ready/azure-setup-guide/regions).
41
47
42
-
## List of regions
48
+
For multi-region considerations, see [Paired and nonpaired regions](#paired-and-nonpaired-regions) later in this article.
49
+
50
+
For more detailed information on how to select regions, see [Select Azure regions](/azure/cloud-adoption-framework/ready/azure-setup-guide/regions).
43
51
44
-
For a list of Azure regions, see [List of Azure regions](./regions-list.md). If you want more details on regions, including data residency and regulatory compliance, see the [Microsoft Datacenters Map](https://datacenters.microsoft.com/globe/explore/).
45
52
46
53
## Regional resiliency options
47
54
55
+
48
56
While all Azure regions provide high-quality services such as data residency and latency optimization, they can differ in the types of resiliency options they support.
49
57
50
58
This section summarizes the two resiliency options that may or may not be available in the regions you choose.
51
59
60
+
52
61
### Availability zones
53
62
54
63
Many Azure regions provide availability zones. Availability zones are independent sets of datacenters that contain isolated power, cooling, and network connections. Availability zones are physically located close enough together to provide a low-latency network, but far enough apart to provide fault isolation from such things as storms and isolated power outages. Most Azure services provide built-in support for availability zones and you can decide how to use them to meet your needs. When you design an Azure solution, you should use availability zones to provide redundancy and fault isolation.
@@ -75,6 +84,7 @@ If you're using multiple regions together, you need to consider tradeoffs betwee
75
84
76
85
-**Data residency:** Ensure that any regions you select are within a data residency boundary that your organization requires.
77
86
87
+
78
88
## Nonregional services
79
89
80
90
Most Azure services are deployed to a specific region. However, there are some services that aren't tied to a single Azure region. It's important to recognize how *nonregional* services operate in the case of a regional failure, and to take them into account when you design your solutions and business continuity plan.
0 commit comments