Skip to content

Commit f223689

Browse files
author
igorpag
committed
Fixed Acrolynx issues
1 parent 070d3f7 commit f223689

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

articles/reliability/cross-region-replication-azure-no-pair.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
---
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
44
author: anaharris-ms
55
ms.service: reliability
66
ms.subservice: availability-zones
77
ms.topic: conceptual
8-
ms.date: 06/14/2024
8+
ms.date: 09/10/2024
99
ms.author: anaharris
1010
ms.custom: references_regions
1111
---
1212

13-
# Cross-region replication solutions for non-paired regions
13+
# Cross-region replication solutions for nonpaired regions
1414

1515
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).
1616

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.
1818

1919
This document lists some of the services and possible solutions that support geo-replication methods without requiring paired regions.
2020

2121

2222
## 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).
2424

2525

2626
## 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.
2828

2929

3030
## 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.
3232

3333

3434
## 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).
3636

3737

3838
## Azure Cosmos DB
@@ -44,28 +44,28 @@ Choose any [Azure Database for MySQL available Azure regions](/azure/mysql/flexi
4444

4545

4646
## 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:
4848

4949

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*.
5151

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.
5353

5454
- [Copy](/azure/postgresql/migrate/how-to-migrate-using-dump-and-restore?tabs=psql).
5555

5656
- [Logical Replication & Logical Decoding](/azure/postgresql/flexible-server/concepts-logical).
5757

5858

5959
## Azure Data Factory
60-
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).
6161

6262

6363
## 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).
6565

6666

6767
## 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.
6969

7070

7171
## Azure Kubernetes Service (AKS)
@@ -82,21 +82,21 @@ Azure Service Bus can provide regional resiliency, without a dependency on regio
8282

8383

8484
## 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:
8686

8787
- [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.
8888

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*.
9090

9191

9292
## 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:
9494

9595
- [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.
9696

9797

9898
## Azure Storage
99-
To achieve geo-replication in non-paired regions:
99+
To achieve geo-replication in nonpaired regions:
100100

101101
- **For Azure Object Storage**:
102102

@@ -108,7 +108,7 @@ To achieve geo-replication in non-paired regions:
108108
>Object replication isn't supported for [Azure Data Lake Storage](../storage/blobs/data-lake-storage-best-practices.md).
109109
110110

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).
112112

113113

114114
- **For Azure Files:**
@@ -128,7 +128,7 @@ To achieve geo-replication in non-paired regions:
128128
129129

130130
## 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.
132132

133133

134134

0 commit comments

Comments
 (0)