Skip to content

Commit e3208f5

Browse files
authored
Merge pull request #79514 from v-makoud/patch-277
C96287: URL should be left as plain text
2 parents 12b45e2 + 44cdbb1 commit e3208f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Activity Error section:
295295
If you would like to consume the content of stdout.txt in downstream activities, you can get the path to the stdout.txt file in expression "\@activity('MyCustomActivity').output.outputs[0]".
296296

297297
> [!IMPORTANT]
298-
> - The activity.json, linkedServices.json, and datasets.json are stored in the runtime folder of the Batch task. For this example, the activity.json, linkedServices.json, and datasets.json are stored in "https://adfv2storage.blob.core.windows.net/adfjobs/\<GUID>/runtime/" path. If needed, you need to clean them up separately.
298+
> - The activity.json, linkedServices.json, and datasets.json are stored in the runtime folder of the Batch task. For this example, the activity.json, linkedServices.json, and datasets.json are stored in `"https://adfv2storage.blob.core.windows.net/adfjobs/\<GUID>/runtime/"` path. If needed, you need to clean them up separately.
299299
> - For Linked Services that use the Self-Hosted Integration Runtime, the sensitive information like keys or passwords are encrypted by the Self-Hosted Integration Runtime to ensure credential stays in customer defined private network environment. Some sensitive fields could be missing when referenced by your custom application code in this way. Use SecureString in extendedProperties instead of using Linked Service reference if needed.
300300
301301
## Pass outputs to another activity

0 commit comments

Comments
 (0)