Skip to content

Commit 6a40514

Browse files
Merge pull request #311745 from whhender/patch-136178
Fix typo in custom activity documentation
2 parents 6b2b8ec + b68c0d8 commit 6a40514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/data-factory/transform-data-using-custom-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following JSON snippet defines a pipeline with a simple Custom Activity. The
106106
}
107107
```
108108

109-
In this sample, the helloworld.exe is a custom application stored in the customactv2/helloworld folder of the Azure Storage account used in the resourceLinkedService. The Custom activity submits this custom application to be executed on Azure Batch. You can replace the command to any preferred application that can be executed on the target Operation System of the Azure Batch Pool nodes.
109+
In this sample, the helloworld.exe is a custom application stored in the customactv2/helloworld folder of the Azure Storage account used in the resourceLinkedService. The Custom activity submits this custom application to be executed on Azure Batch. You can replace the command to any preferred application that can be executed on the target Operating System of the Azure Batch Pool nodes.
110110

111111
The following table describes names and descriptions of properties that are specific to this activity.
112112

0 commit comments

Comments
 (0)