Skip to content

Commit e79329f

Browse files
Merge pull request #306664 from johndowns/reliability-nonpaired-updates
Reliability Hub - Update nonpaired region rollup document
2 parents 70dc76c + 49000cf commit e79329f

2 files changed

Lines changed: 6 additions & 28 deletions

File tree

articles/reliability/regions-multi-region-nonpaired.md

Lines changed: 5 additions & 27 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: 08/12/2025
8+
ms.date: 10/09/2025
99
ms.author: anaharris
1010
ms.custom:
1111
- subject-reliability
@@ -28,10 +28,6 @@ To learn about how to create multi-region solutions by using Azure API Managemen
2828

2929
To learn about how to create multi-region solutions by using Azure App Service, see [Reliability in App Service](./reliability-app-service.md).
3030

31-
## Azure Blob Storage
32-
33-
To learn about how to create multi-region solutions using Azure Blob Storage, see [Reliability in Blob Storage](./reliability-storage-blob.md).
34-
3531
## Azure Cache for Redis
3632

3733
Azure Cache for Redis provides two distinct cross-region replication options: [active geo-replication](/azure/azure-cache-for-redis/cache-how-to-active-geo-replication) and [passive geo-replication](/azure/azure-cache-for-redis/cache-how-to-geo-replication). Neither option explicitly depends on region pairs.
@@ -65,10 +61,6 @@ To learn about how to create multi-region solutions by using Azure Data Factory,
6561

6662
For geo-replication of Azure Event Grid topics in nonpaired regions, you can implement [client-side failover](/azure/event-grid/custom-disaster-recovery-client-side).
6763

68-
## Azure Files
69-
70-
To learn about how to create multi-region solutions using Azure Files, see [Reliability in Azure Files](./reliability-storage-files.md).
71-
7264
## Azure IoT Hub
7365

7466
To learn about how to create multi-region solutions by using Azure IoT Hub, see [Reliability in IoT Hub](./reliability-iot-hub.md).
@@ -83,10 +75,6 @@ Log Analytics workspaces in Azure Monitor Logs don't use paired regions. To ensu
8375

8476
For more information, see [Enhance resilience by replicating your Log Analytics workspace across regions](/azure/azure-monitor/logs/workspace-replication).
8577

86-
## Azure Queue Storage
87-
88-
To learn about how to create multi-region solutions by using Azure Queue Storage, see [Reliability in Queue Storage](./reliability-storage-queue.md).
89-
9078
## Azure Service Bus
9179

9280
Azure Service Bus can provide regional resiliency, without a dependency on region pairs, by using either [geo-replication](/azure/service-bus-messaging/service-bus-geo-replication) or [geo-disaster recovery](/azure/service-bus-messaging/service-bus-geo-dr) features.
@@ -107,26 +95,16 @@ To learn about how to create multi-region solutions using Azure SQL Managed Inst
10795

10896
To achieve geo-replication in nonpaired regions:
10997

110-
- **For object storage:**
111-
112-
- To learn about how to create multi-region solutions by using Blob Storage, see [Reliability in Blob Storage](./reliability-storage-blob.md).
98+
- **For Azure Blob Storage (object storage):** To learn about how to create multi-region solutions by using Azure Blob Storage, see [Reliability in Blob Storage](./reliability-storage-blob.md).
11399

114-
- **For Azure NetApp Files:**
115-
116-
- You can replicate to a set of nonstandard pairs besides Azure region pairs. For more information, see [Reliability in Azure NetApp Files](reliability-netapp-files.md).
100+
- **For Azure NetApp Files:** To learn about how to create multi-region solutions using Azure NetApp Files, see [Reliability in Azure NetApp Files](reliability-netapp-files.md).
117101

118102
- **For Azure Files:** To learn about how to create multi-region solutions using Azure Files, see [Reliability in Azure Files](./reliability-storage-files.md).
119103

120-
- **For Queue Storage:**
121-
122-
- To learn about how to create multi-region solutions by using Queue Storage, see [Reliability in Queue Storage](./reliability-storage-queue.md).
104+
- **For Queue Storage:** To learn about how to create multi-region solutions by using Azure Queue Storage, see [Reliability in Queue Storage](./reliability-storage-queue.md).
123105

124106
- **For Azure Table Storage:** To learn about how to create multi-region solutions using Azure Table Storage, see [Reliability in Azure Table Storage](./reliability-storage-table.md).
125107

126-
## Azure Table Storage
127-
128-
To learn about how to create multi-region solutions using Azure Table Storage, see [Reliability in Azure Table Storage](./reliability-storage-table.md).
129-
130108
## Azure Virtual Desktop
131109

132110
For geo-replication in nonpaired regions for Azure Virtual Desktop, you need to consider session host VMs and storage for user profiles, applications, and data. Microsoft manages the Azure Virtual Desktop control plane, which is globally distributed and highly available.
@@ -139,7 +117,7 @@ For more information, see [Multiregion business continuity and disaster recovery
139117

140118
## Azure Virtual Machines
141119

142-
To achieve geo-replication in nonpaired regions, use [Site Recovery](/azure/site-recovery/azure-to-azure-enable-global-disaster-recovery). Site Recovery is the disaster recovery service from Azure that provides BCDR by replicating workloads from the primary location to the secondary location. The secondary location can be a nonpaired region if Site Recovery supports it.
120+
To learn about how to create multi-region solutions using Azure Virtual Machines, see [Reliability in Azure Virtual Machines](./reliability-virtual-machines.md).
143121

144122
## Next steps
145123

articles/reliability/reliability-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Azure VMs are single-region resources. If the region becomes unavailable, your V
150150

151151
You can deploy multiple VMs into different regions, but you need to implement replication, load balancing, and failover processes.
152152

153-
Site Recovery is a service that enables DR by replicating VMs and their data to a secondary region. For more information, see [Azure to Azure DR architecture](/azure/site-recovery/azure-to-azure-architecture).
153+
Site Recovery is a service that enables DR by replicating VMs and their data to a secondary region. You can select almost any Azure region as your secondary region, including nonpaired region combinations. For more information, see [Azure to Azure DR architecture](/azure/site-recovery/azure-to-azure-architecture).
154154

155155
Some applications create clusters or other constructs to replicate data and distribute work across multiple VMs, including in different regions. These applications can simplify the configuration of a multi-region solution.
156156

0 commit comments

Comments
 (0)