Skip to content

Commit cefff6f

Browse files
committed
edit
1 parent 8bd7845 commit cefff6f

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

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

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ To achieve geo-replication in non-paired regions:
3333

3434
## Azure Database for MySQL
3535

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

3839

3940
## Azure Database for PostgreSQL
@@ -102,16 +103,33 @@ For geo-replication in non-paired regions with Azure SQL Managed Instance, you c
102103

103104
To achieve geo-replication in non-paired regions:
104105

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:
122+
123+
- [AZCopy](../storage/common/storage-use-azcopy-blobs-copy.md)
124+
- [Azure PowerShell](/powershell/module/az.storage/?view=azps-12.0.0&preserve-view=true)
125+
- [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.
115133
116134

117135

0 commit comments

Comments
 (0)