Skip to content

Commit e9b0a9c

Browse files
authored
Merge pull request #50291 from douglaslMS/adf-batch-perms
Added permissions info that answers issue 12253.
2 parents 8fbc78d + 4c45e07 commit e9b0a9c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.workload: data-services
1111
ms.tgt_pltfrm: na
1212
ms.devlang: na
1313
ms.topic: conceptual
14-
ms.date: 01/16/2018
14+
ms.date: 08/29/2018
1515
ms.author: douglasl
1616

1717
---
@@ -105,6 +105,10 @@ The following table describes names and descriptions of properties that are spec
105105
| referenceObjects | An array of existing Linked Services and Datasets. The referenced Linked Services and Datasets are passed to the custom application in JSON format so your custom code can reference resources of the Data Factory | No |
106106
| extendedProperties | User-defined properties that can be passed to the custom application in JSON format so your custom code can reference additional properties | No |
107107

108+
## Custom activity permissions
109+
110+
The custom activity sets the Azure Batch auto-user account to *Non-admin access with task scope* (the default auto-user specification). You can't change the permission level of the auto-user account. For more info, see [Run tasks under user accounts in Batch | Auto-user accounts](../batch/batch-user-accounts.md#auto-user-accounts).
111+
108112
## Executing commands
109113

110114
You can directly execute a command using Custom Activity. The following example runs the "echo hello world" command on the target Azure Batch Pool nodes and prints the output to stdout.

0 commit comments

Comments
 (0)