Skip to content

Commit 762e78c

Browse files
committed
Update content
1 parent 75aaf94 commit 762e78c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

articles/data-factory/copy-activity-data-consistency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.custom: synapse
99
ms.topic: conceptual
10-
ms.date: 09/09/2021
10+
ms.date: 01/27/2022
1111
ms.author: yexu
1212
---
1313
# Data consistency verification in copy activity
@@ -18,7 +18,7 @@ When you move data from source to destination store, the copy activity provides
1818

1919
## Supported data stores and scenarios
2020

21-
- Data consistency verification is supported by all the connectors except FTP, sFTP, and HTTP.
21+
- Data consistency verification is supported by all the connectors except FTP, SFTP, HTTP, Snowflake, Office 365 and Azure Databricks Delta Lake.
2222
- Data consistency verification is not supported in staging copy scenario.
2323
- When copying binary files, data consistency verification is only available when 'PreserveHierarchy' behavior is set in copy activity.
2424
- When copying multiple binary files in single copy activity with data consistency verification enabled, you have an option to either abort the copy activity or continue to copy the rest by enabling fault tolerance setting to skip inconsistent files.

articles/data-factory/data-migration-guidance-s3-azure-storage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: seo-lt-2019
10-
ms.date: 8/04/2019
10+
ms.date: 01/27/2022
1111
---
1212

1313
# Use Azure Data Factory to migrate data from Amazon S3 to Azure Storage
@@ -66,7 +66,6 @@ Migrate data over private link:
6666

6767
- In this architecture, data migration is done over a private peering link between AWS Direct Connect and Azure Express Route such that data never traverses over public Internet. It requires use of AWS VPC and Azure Virtual network.
6868
- You need to install ADF self-hosted integration runtime on a Windows VM within your Azure virtual network to achieve this architecture. You can manually scale up your self-hosted IR VMs or scale out to multiple VMs (up to 4 nodes) to fully utilize your network and storage IOPS/bandwidth.
69-
- If it is acceptable to transfer data over HTTPS but you want to lock down network access to source S3 to a specific IP range, you can adopt a variation of this architecture by removing AWS VPC and replacing private link with HTTPS. You will want to keep Azure Virtual and self-hosted IR on Azure VM so you can have a static publicly routable IP for filtering purpose.
7069
- Both initial snapshot data migration and delta data migration can be achieved using this architecture.
7170

7271
## Implementation best practices

0 commit comments

Comments
 (0)