Skip to content

Commit 5fcb265

Browse files
committed
first draft edit pass
1 parent f142ee3 commit 5fcb265

File tree

1 file changed

+26
-10
lines changed

1 file changed

+26
-10
lines changed

articles/reliability/regions-nonregional-services.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,42 @@
11
---
2-
title: Nonregional Azure services
2+
title: Azure non-regional services
33
description: Learn about geographic and global Azure services.
44
ms.service: azure
5-
ms.subservice: azure-availability-zones
65
ms.topic: conceptual
76
ms.date: 03/24/2025
87
ms.author: anaharris
98
author: anaharris-ms
109
ms.custom: subject-reliability
1110
---
1211

13-
# Nonregional Azure services
12+
# Azure non-regional services
1413

15-
Nonregional services, listed on [Azure global infrastructure products](https://azure.microsoft.com/global-infrastructure/services/?products=all), are services that you don't deploy into a specific Azure region.
14+
Non-regional Azure services are services that you don't deploy into a specific Azure region. This article explains the difference between global and geographic non-regional services, and provides a list of non-regional services that indicates whether each is a global or geographic service.
1615

17-
There are two categories of nonregional services, each with different characteristics for reliability:
1816

19-
- **Global services** are deployed to many Azure regions worldwide. If there's a regional failure, an instance in another region continues servicing customers.
20-
- **Geographic services** aren't deployed to a specific Azure regions, but instead to a geographic area. Within that geographic area, one or more Azure regions might be used to serve customer requests. Consult the service's documentation to understand the geographic areas, and how to design a resilient solution using the service.
17+
## Types of non-regional services
2118

22-
Some nonregional services enable customers to specify the region where some components are deployed. For example, [Azure Virtual Desktop](https://azure.microsoft.com/services/virtual-desktop/) is a geographic service, so its core components are deployed within a geography instead of a specific Azure region. However, it enables customers to specify an Azure region where their host pool (virtual machines) reside.
19+
There are two types of non-regional services:
2320

24-
## List of nonregional services
21+
- **Global services** are deployed to many Azure regions worldwide. If there's a regional failure, an instance in another region can continue to operate. With Global services, you don't need to specifically design for resiliency as they are automatically resilient to regional failures.
22+
23+
24+
- **Geographic services** are deployed to a geographic area, and not a specific Azure region. Within that geographic area, one or more Azure regions might be used to serve client requests. To understand the geographic areas, and learn how to design a resilient solution with a geographic service, see the documentation for that service.
25+
26+
Generally, most non-regional services support one or the other, but not both. For example, Azure AD B2C is a global service, while Azure DevOps is a geographic service. However, Microsoft Entra ID is a service that can be either global or geographic, depending on how you configure it.
27+
28+
## Regional dependent service components
29+
30+
When you use a non-regional service, you don't need to choose a region for the service itself. However, you might need to choose a region for dependent components that you use with the service. For example, if you use [Azure Virtual Desktop (AVD)](https://azure.microsoft.com/services/virtual-desktop/), which is a non-regional service, you can choose the region where your host pool (virtual machines) should reside.
31+
32+
33+
## Data storage for non-region services
34+
35+
36+
37+
## List of non-regional services
38+
39+
Although Microsoft publishes a [a list of non-regional services](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/table), the table below also contains the list non-regional service, but specifies whether each service is global or geographic, and provides additional notes about data residency and configuration.
2540

2641
| Product | Global | Geographic | Notes |
2742
| --- | --- | --- | --- |
@@ -59,6 +74,7 @@ Some nonregional services enable customers to specify the region where some comp
5974
| Microsoft Intune | ✅ | | |
6075
| Microsoft Sentinel | | ✅ | |
6176

62-
## Next steps
77+
## Related content
6378

6479
- [Data residency in Azure](https://azure.microsoft.com/global-infrastructure/data-residency/)
80+

0 commit comments

Comments
 (0)