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
+29-11Lines changed: 29 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,8 @@ To achieve geo-replication in non-paired regions:
33
33
34
34
## Azure Database for MySQL
35
35
36
-
Choose [any supported Azure region](/azure/mysql/flexible-server/overview#azure-regions) to spin up your [read replicas](/azure/mysql/flexible-server/concepts-read-replicas#cross-region-replication).
36
+
37
+
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).
37
38
38
39
39
40
## Azure Database for PostgreSQL
@@ -102,16 +103,33 @@ For geo-replication in non-paired regions with Azure SQL Managed Instance, you c
102
103
103
104
To achieve geo-replication in non-paired regions:
104
105
105
-
- For Azure Object Storage:
106
-
- Tools such as [AZCopy](../storage/common/storage-use-azcopy-blobs-copy.md) or [Azure Data Factory](/azure/data-factory/connector-azure-blob-storage?tabs=data-factory.md) are options that are supported for both Blob Storage and [Azure Data Lake Storage](../storage/blobs/data-lake-storage-best-practices.md).
107
-
-[Azure Storage Object Replication](../storage/blobs/object-replication-overview.md) for general-purpose v2 storage accounts and premium block blob accounts. Object replication isn't supported for [Azure Data Lake Storage](../storage/blobs/data-lake-storage-best-practices.md).
108
-
- For Azure NetApp Files (ANF):
109
-
-[Azure NetApp Files (ANF)](/azure/azure-netapp-files/azure-netapp-files-introduction) cross-region replication, you replicate to a set of non-standard pairs besides Azure region pairs.
110
-
- For Azure Files:
111
-
-[AZCopy](../storage/common/storage-use-azcopy-blobs-copy.md), [Azure PowerShell](/powershell/module/az.storage/?view=azps-12.0.0&preserve-view=true) or [Azure Data Factory](/azure/data-factory/connector-azure-blob-storage?tabs=data-factory) to copy your files to another storage account in a different region.
112
-
113
-
For a sample script, see [Sync between two Azure file shares for Backup and Disaster Recovery](https://github.com/Azure-Samples/azure-files-samples/tree/master/SyncBetweenTwoAzureFileSharesForDR).
114
-
-[Azure File Sync](/azure/storage/file-sync/file-sync-introduction) to sync between your Azure file share (cloud endpoint), an on-premises Windows file server, and a mounted file share running on a virtual machine in another Azure region (your server endpoint for disaster recovery purposes). 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.
106
+
-**For Azure Object Storage**:
107
+
108
+
- For blob storage and Azure Data Lake Storage, you can use either [AZCopy](../storage/common/storage-use-azcopy-blobs-copy.md) or [Azure Data Factory](/azure/data-factory/connector-azure-blob-storage?tabs=data-factory.md).
109
+
110
+
- For general-purpose v2 storage accounts and premium block blob accounts, you can use [Azure Storage Object Replication](../storage/blobs/object-replication-overview.md)
111
+
112
+
[!NOTE]
113
+
>Object replication isn't supported for [Azure Data Lake Storage](../storage/blobs/data-lake-storage-best-practices.md).
114
+
115
+
116
+
117
+
-**For Azure NetApp Files (ANF)**, replicate to a set of non-standard pairs besides Azure region pairs. by using [Azure NetApp Files (ANF)](/azure/azure-netapp-files/azure-netapp-files-introduction) cross-region replication.
118
+
119
+
-**For Azure Files:**
120
+
121
+
- To copy your files to another storage account in a different region, choose one of the following methods:
- [Azure Data Factory](/azure/data-factory/connector-azure-blob-storage?tabs=data-factory)
126
+
127
+
For a sample script, see [Sync between two Azure file shares for Backup and Disaster Recovery](https://github.com/Azure-Samples/azure-files-samples/tree/master/SyncBetweenTwoAzureFileSharesForDR).
128
+
129
+
- To sync between your Azure file share (cloud endpoint), an on-premises Windows file server, and a mounted file share running on a virtual machine in another Azure region (your server endpoint for disaster recovery purposes), use [Azure File Sync](/azure/storage/file-sync/file-sync-introduction).
130
+
131
+
>[IMPORTANT]
132
+
> 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.
0 commit comments