Skip to content

Commit 63f426e

Browse files
committed
Merge branch 'patch-2' of https://github.com/bowrna/azure-docs into 2023-09-25-merge-public-prs
2 parents 0acbed7 + 048a36d commit 63f426e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ When you move data from source to destination store, the copy activity provides
2929
The following example provides a JSON definition to enable data consistency verification in Copy Activity:
3030

3131
```json
32-
"typeProperties": {
32+
{
33+
"name":"CopyActivityDataConsistency",
34+
"type":"Copy",
35+
"typeProperties": {
3336
"source": {
3437
"type": "BinarySource",
3538
"storeSettings": {
@@ -137,4 +140,4 @@ From the log file above, you can see sample1.csv has been skipped because it fai
137140
See the other Copy Activity articles:
138141

139142
- [Copy activity overview](copy-activity-overview.md)
140-
- [Copy activity fault tolerance](copy-activity-fault-tolerance.md)
143+
- [Copy activity fault tolerance](copy-activity-fault-tolerance.md)

0 commit comments

Comments
 (0)