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-multi-region-nonpaired.md
+5-27Lines changed: 5 additions & 27 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: 08/12/2025
8
+
ms.date: 10/09/2025
9
9
ms.author: anaharris
10
10
ms.custom:
11
11
- subject-reliability
@@ -28,10 +28,6 @@ To learn about how to create multi-region solutions by using Azure API Managemen
28
28
29
29
To learn about how to create multi-region solutions by using Azure App Service, see [Reliability in App Service](./reliability-app-service.md).
30
30
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
-
35
31
## Azure Cache for Redis
36
32
37
33
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,
65
61
66
62
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).
67
63
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
-
72
64
## Azure IoT Hub
73
65
74
66
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
83
75
84
76
For more information, see [Enhance resilience by replicating your Log Analytics workspace across regions](/azure/azure-monitor/logs/workspace-replication).
85
77
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
-
90
78
## Azure Service Bus
91
79
92
80
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
107
95
108
96
To achieve geo-replication in nonpaired regions:
109
97
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).
113
99
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).
117
101
118
102
-**For Azure Files:** To learn about how to create multi-region solutions using Azure Files, see [Reliability in Azure Files](./reliability-storage-files.md).
119
103
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).
123
105
124
106
-**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).
125
107
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
-
130
108
## Azure Virtual Desktop
131
109
132
110
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
139
117
140
118
## Azure Virtual Machines
141
119
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).
Copy file name to clipboardExpand all lines: articles/reliability/reliability-virtual-machines.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ Azure VMs are single-region resources. If the region becomes unavailable, your V
150
150
151
151
You can deploy multiple VMs into different regions, but you need to implement replication, load balancing, and failover processes.
152
152
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).
154
154
155
155
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.
0 commit comments