Skip to content

Commit 974f6fe

Browse files
committed
updating with suggestions
1 parent f290612 commit 974f6fe

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

articles/reliability/regions-overview.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: anaharris-ms
55
ms.service: azure
66
ms.subservice: azure-reliability
77
ms.topic: conceptual
8-
ms.date: 05/08/2025
8+
ms.date: 07/03/2025
99
ms.author: anaharris
1010
ms.custom: subject-reliability, ai-video-concept
1111
---
@@ -29,26 +29,35 @@ Every region is contained within a single *geography* that serves as a fixed dat
2929
> [!NOTE]
3030
> 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).
3131
32-
## Select Azure regions
3332

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:
3542

3643
- **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.
3744
- **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.
3946

40-
For more detailed information on how to select regions, see [Select Azure regions](/azure/cloud-adoption-framework/ready/azure-setup-guide/regions).
4147

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).
4351

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/).
4552

4653
## Regional resiliency options
4754

55+
4856
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.
4957

5058
This section summarizes the two resiliency options that may or may not be available in the regions you choose.
5159

60+
5261
### Availability zones
5362

5463
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
7584

7685
- **Data residency:** Ensure that any regions you select are within a data residency boundary that your organization requires.
7786

87+
7888
## Nonregional services
7989

8090
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

Comments
 (0)