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/cross-region-replication-azure-no-pair.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,38 +1,38 @@
1
1
---
2
-
title: Cross-region replication for non-paired regions
3
-
description: Learn about cross-region replication for non-paired regions
2
+
title: Cross-region replication for nonpaired regions
3
+
description: Learn about cross-region replication for nonpaired regions
4
4
author: anaharris-ms
5
5
ms.service: reliability
6
6
ms.subservice: availability-zones
7
7
ms.topic: conceptual
8
-
ms.date: 06/14/2024
8
+
ms.date: 09/10/2024
9
9
ms.author: anaharris
10
10
ms.custom: references_regions
11
11
---
12
12
13
-
# Cross-region replication solutions for non-paired regions
13
+
# Cross-region replication solutions for nonpaired regions
14
14
15
15
Some Azure services support cross-region replication to ensure business continuity and protect against data loss. These services make use of another secondary region that uses *cross-region replication*. Both the primary and secondary regions together form a [region pair](./cross-region-replication-azure.md#azure-paired-regions).
16
16
17
-
However, there are some [regions that are non-paired](./cross-region-replication-azure.md#regions-with-availability-zones-and-no-region-pair) and so require alternative methods to achieving geo-replication.
17
+
However, there are some [regions that are nonpaired](./cross-region-replication-azure.md#regions-with-availability-zones-and-no-region-pair) and so require alternative methods to achieving geo-replication.
18
18
19
19
This document lists some of the services and possible solutions that support geo-replication methods without requiring paired regions.
20
20
21
21
22
22
## Azure API Management
23
-
Azure API Management does not provide a real cross-region replication feature. However, you can use its [backup and restore feature](/azure/api-management/api-management-howto-disaster-recovery-backup-restore) to export the configuration of an API Management service instance in one region and import it into another region. As long as the storage account used for the backup is accessible from the target region, there is no paired region dependency. An operational guidance is provided in [this article](/azure/api-management/api-management-howto-migrate).
23
+
Azure API Management doesn't provide a real cross-region replication feature. However, you can use its [backup and restore feature](/azure/api-management/api-management-howto-disaster-recovery-backup-restore) to export the configuration of an API Management service instance in one region and import it into another region. As long as the storage account used for the backup is accessible from the target region, there's no paired region dependency. An operational guidance is provided in [this article](/azure/api-management/api-management-howto-migrate).
24
24
25
25
26
26
## Azure App Service
27
-
For App Service, custom backups are stored on a selected storage account. As a result, there's a dependency for cross-region restore on GRS and paired regions. For automatic backup type, you can't backup/restore across regions. As a workaround, you can implement a custom file copy mechanism for the saved data set to manually copy across non-paired regions and different storage accounts.
27
+
For App Service, custom backups are stored on a selected storage account. As a result, there's a dependency for cross-region restore on GRS and paired regions. For automatic backup type, you can't backup/restore across regions. As a workaround, you can implement a custom file copy mechanism for the saved data set to manually copy across nonpaired regions and different storage accounts.
28
28
29
29
30
30
## Azure Cache for Redis
31
-
Azure Cache for Redis provide two distinct cross-region replication options, that is [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). In both cases, there is no explicit dependency on region pairs.
31
+
Azure Cache for Redis provide two distinct cross-region replication options that is [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). In both cases, there's no explicit dependency on region pairs.
32
32
33
33
34
34
## Azure Container Registry
35
-
Geo-replication enables an Azure container registry to function as a single registry, serving multiple regions with multi-primary regional registries. There is no restrictions dictated by region pairs for this feature. For more information, see [Geo-replication in Azure Container Registry](/azure/container-registry/container-registry-geo-replication).
35
+
Geo-replication enables an Azure container registry to function as a single registry, serving multiple regions with multi-primary regional registries. There's no restrictions dictated by region pairs for this feature. For more information, see [Geo-replication in Azure Container Registry](/azure/container-registry/container-registry-geo-replication).
36
36
37
37
38
38
## Azure Cosmos DB
@@ -44,28 +44,28 @@ Choose any [Azure Database for MySQL available Azure regions](/azure/mysql/flexi
44
44
45
45
46
46
## Azure Database for PostgreSQL
47
-
For geo-replication in non-paired regions with Azure Database for PostgreSQL, you can use:
47
+
For geo-replication in nonpaired regions with Azure Database for PostgreSQL, you can use:
48
48
49
49
50
-
**Managed service with geo-replication**: Azure PostgreSQL Managed service supports active [geo-replication](/azure/postgresql/flexible-server/concepts-read-replicas) to create a continuously readable secondary replica of your primary server. The readable secondary may be in the same Azure region as the primary or, more commonly, in a different region. This kind of readable secondary replica is also known as *geo-replica*.
50
+
**Managed service with geo-replication**: Azure PostgreSQL Managed service supports active [geo-replication](/azure/postgresql/flexible-server/concepts-read-replicas) to create a continuously readable secondary replica of your primary server. The readable secondary might be in the same Azure region as the primary or, more commonly, in a different region. This kind of readable secondary replica is also known as *geo-replica*.
51
51
52
-
You can also utilize any of the two customer-managed data migration methods listed below to replicate the data to a non-paired region.
52
+
You can also utilize any of the two customer-managed data migration methods listed to replicate the data to a nonpaired region.
For geo-replication in non-paired regions, Azure Data Factory (ADF) supports Infrastructure-as-code provisioning of ADF pipelines combined with [Source Control for ADF](/azure/data-factory/concepts-data-redundancy#using-source-control-in-azure-data-factory).
60
+
For geo-replication in nonpaired regions, Azure Data Factory (ADF) supports Infrastructure-as-code provisioning of ADF pipelines combined with [Source Control for ADF](/azure/data-factory/concepts-data-redundancy#using-source-control-in-azure-data-factory).
61
61
62
62
63
63
## Azure Event Grid
64
-
For geo-replication of Event Grid topics in non-paired regions, you can implement [client-side failover](/azure/event-grid/custom-disaster-recovery-client-side).
64
+
For geo-replication of Event Grid topics in nonpaired regions, you can implement [client-side failover](/azure/event-grid/custom-disaster-recovery-client-side).
65
65
66
66
67
67
## Azure IoT Hub
68
-
For geo-replication in non-paired regions, use the [concierge pattern](/azure/iot-hub/iot-hub-ha-dr#achieve-cross-region-ha) for routing to a secondary IoT Hub.
68
+
For geo-replication in nonpaired regions, use the [concierge pattern](/azure/iot-hub/iot-hub-ha-dr#achieve-cross-region-ha) for routing to a secondary IoT Hub.
69
69
70
70
71
71
## Azure Kubernetes Service (AKS)
@@ -82,21 +82,21 @@ Azure Service Bus can provide regional resiliency, without a dependency on regio
82
82
83
83
84
84
## Azure SQL Database
85
-
For geo-replication in non-paired regions with Azure SQL Database, you can use:
85
+
For geo-replication in nonpaired regions with Azure SQL Database, you can use:
86
86
87
87
-[Failover group feature](/azure/azure-sql/database/failover-group-sql-db?view=azuresql&preserve-view=true) that replicates across any combination of Azure regions without any dependency on underlying storage GRS.
88
88
89
-
-[Active geo-replication feature](/azure/azure-sql/database/active-geo-replication-overview?view=azuresql&preserve-view=true) to create a continuously synchronized readable secondary database for a primary database. The readable secondary database may be in the same Azure region as the primary or, more commonly, in a different region. This kind of readable secondary database is also known as a *geo-secondary* or *geo-replica*.
89
+
-[Active geo-replication feature](/azure/azure-sql/database/active-geo-replication-overview?view=azuresql&preserve-view=true) to create a continuously synchronized readable secondary database for a primary database. The readable secondary database might be in the same Azure region as the primary or, more commonly, in a different region. This kind of readable secondary database is also known as a *geo-secondary* or *geo-replica*.
90
90
91
91
92
92
## Azure SQL Managed Instance
93
-
For geo-replication in non-paired regions with Azure SQL Managed Instance, you can use:
93
+
For geo-replication in nonpaired regions with Azure SQL Managed Instance, you can use:
94
94
95
95
-[Failover group feature](/azure/azure-sql/managed-instance/failover-group-sql-mi?view=azuresql&preserve-view=true) that replicates across any combination of Azure regions without any dependency on underlying storage GRS.
96
96
97
97
98
98
## Azure Storage
99
-
To achieve geo-replication in non-paired regions:
99
+
To achieve geo-replication in nonpaired regions:
100
100
101
101
-**For Azure Object Storage**:
102
102
@@ -108,7 +108,7 @@ To achieve geo-replication in non-paired regions:
108
108
>Object replication isn't supported for [Azure Data Lake Storage](../storage/blobs/data-lake-storage-best-practices.md).
109
109
110
110
111
-
-**For Azure NetApp Files (ANF)**, you can replicate to a set of non-standard pairs besides Azure region pairs. See [Azure NetApp Files (ANF) cross-region replication](/azure/azure-netapp-files/cross-region-replication-introduction).
111
+
-**For Azure NetApp Files (ANF)**, you can replicate to a set of nonstandard pairs besides Azure region pairs. See [Azure NetApp Files (ANF) cross-region replication](/azure/azure-netapp-files/cross-region-replication-introduction).
112
112
113
113
114
114
-**For Azure Files:**
@@ -128,7 +128,7 @@ To achieve geo-replication in non-paired regions:
128
128
129
129
130
130
## Azure Virtual Machines
131
-
To achieve geo-replication in non-paired regions, [Azure Site Recovery](/azure/site-recovery/azure-to-azure-enable-global-disaster-recovery) service can be sued. Azure Site Recovery is the Disaster Recovery service from Azure that provides business continuity and disaster recovery by replicating workloads from the primary location to the secondary location. The secondary location can be a non-paired region if it is supported by Azure Site Recovery.
131
+
To achieve geo-replication in nonpaired regions, [Azure Site Recovery](/azure/site-recovery/azure-to-azure-enable-global-disaster-recovery) service can be sued. Azure Site Recovery is the Disaster Recovery service from Azure that provides business continuity and disaster recovery by replicating workloads from the primary location to the secondary location. The secondary location can be a nonpaired region if supported by Azure Site Recovery.
0 commit comments