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
+36-41Lines changed: 36 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,107 +1,102 @@
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
+
## Azure API Management
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
+
25
+
22
26
## Azure App Service
23
-
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.
24
28
25
-
## Azure Backup
26
29
27
-
To achieve geo-replication in non-paired regions:
30
+
## Azure Cache for Redis
31
+
Azure Cache for Redis provide two distinct cross-region replication options that are [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.
28
32
29
-
- Use [Azure Site Recovery](/azure/site-recovery/azure-to-azure-enable-global-disaster-recovery). 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. You can have maximum data retention up to 15 days with Azure Site Recovery.
30
-
- Use [Zone-redundant Storage](../backup/backup-overview.md#why-use-azure-backup) to replicate your data in availability zones, guaranteeing data residency and resiliency in the same region.
31
33
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'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).
32
36
33
37
34
-
## Azure Database for MySQL
38
+
## Azure Cosmos DB
39
+
If your solution requires continuous uptime during region outages, you can configure Azure Cosmos DB to replicate your data across [multiple regions](/azure/cosmos-db/how-to-manage-database-account#add-remove-regions-from-your-database-account) and to transparently fail over to operating regions when required. Azure Cosmos DB supports [multi-region writes](/azure/cosmos-db/multi-region-writes) and can distribute your data globally to provide low-latency access to your data from any region without any pairing restriction.
35
40
36
41
42
+
## Azure Database for MySQL
37
43
Choose any [Azure Database for MySQL available Azure regions](/azure/mysql/flexible-server/overview#azure-region) to spin up your [read replicas](/azure/mysql/flexible-server/concepts-read-replicas#cross-region-replication).
38
44
39
45
40
46
## Azure Database for PostgreSQL
47
+
For geo-replication in nonpaired regions with Azure Database for PostgreSQL, you can use:
41
48
42
-
For geo-replication in non-paired regions with Azure Database for PostgreSQL, you can use:
43
49
44
-
**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*.
45
51
46
-
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).
59
+
## 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).
57
61
58
62
59
63
## Azure Event Grid
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).
60
65
61
-
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).
62
66
63
67
## Azure IoT Hub
64
-
65
-
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.
66
-
67
-
68
-
## Azure Key Vault
69
-
70
-
[!INCLUDE [Key Vault in non-paired regions guidance](~/reusable-content/ce-skilling/azure/includes/key-vault/includes/key-vault-non-paired-regions.md)]
71
-
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.
72
69
73
70
74
71
## Azure Kubernetes Service (AKS)
75
-
76
72
Azure Backup can provide protection for AKS clusters, including a [cross-region restore (CRR)](/azure/backup/tutorial-restore-aks-backups-across-regions) feature that's currently in preview and only supports Azure Disks. Although the CRR feature relies on GRS paired regions replicas, any dependency on CRR can be avoided if the AKS cluster stores data only in external storage and avoids using "in-cluster" solutions.
77
73
78
74
79
75
## Azure Monitor Logs
80
-
81
76
Log Analytics workspaces in Azure Monitor Logs don't use paired regions. To ensure business continuity and protect against data loss, enable cross-region workspace replication.
77
+
For more information, see [Enhance resilience by replicating your Log Analytics workspace across regions](/azure/azure-monitor/logs/workspace-replication).
82
78
83
-
For more information, see [Enhance resilience by replicating your Log Analytics workspace across regions](/azure/azure-monitor/logs/workspace-replication)
84
79
80
+
## Azure Service Bus
81
+
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-replication) features.
85
82
86
-
## Azure SQL Database
87
83
88
-
For geo-replication in non-paired regions with Azure SQL Database, you can use:
84
+
## Azure SQL Database
85
+
For geo-replication in nonpaired regions with Azure SQL Database, you can use:
89
86
90
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.
91
88
92
-
-[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*.
93
90
94
-
## Azure SQL Managed Instance
95
91
96
-
For geo-replication in non-paired regions with Azure SQL Managed Instance, you can use:
92
+
## Azure SQL Managed Instance
93
+
For geo-replication in nonpaired regions with Azure SQL Managed Instance, you can use:
97
94
98
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.
99
96
100
97
101
98
## Azure Storage
102
-
103
-
104
-
To achieve geo-replication in non-paired regions:
99
+
To achieve geo-replication in nonpaired regions:
105
100
106
101
-**For Azure Object Storage**:
107
102
@@ -113,8 +108,8 @@ To achieve geo-replication in non-paired regions:
113
108
>Object replication isn't supported for [Azure Data Lake Storage](../storage/blobs/data-lake-storage-best-practices.md).
114
109
115
110
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).
116
112
117
-
-**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).
118
113
119
114
-**For Azure Files:**
120
115
@@ -132,8 +127,8 @@ To achieve geo-replication in non-paired regions:
132
127
> You must disable cloud tiering to ensure that all data is present locally, and provision enough storage on the Azure Virtual Machine to hold the entire dataset. To ensure changes replicate quickly to the secondary region, files should only be accessed and modified on the server endpoint rather than in Azure.
133
128
134
129
135
-
136
-
130
+
## Azure Virtual Machines
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