Skip to content

Commit 137e286

Browse files
committed
Update Azure Function linked service section
1 parent 37b7e67 commit 137e286

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/data-factory/control-flow-azure-function-activity.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ Function Key provides secure access to function name with each one having separa
4747
| Type | The type property must be set to: **AzureFunction** | Yes |
4848
| Function app url | URL for the Azure Function App. Format is `https://<accountname>.azurewebsites.net`. This URL is the value under **URL** section when viewing your Function App in the Azure portal | Yes |
4949
| Function key | Access key for the Azure Function. Click on the **Manage** section for the respective function, and copy either the **Function Key** or the **Host key**. Find out more here: [Azure Functions HTTP triggers and bindings](../azure-functions/functions-bindings-http-webhook-trigger.md#authorization-keys) | Yes |
50-
| Authentication | The authentication method used for calling the Azure Function. The supported values are 'System-assigned managed identity' or 'anonymous'. | Yes |
50+
| Authentication | The authentication method used for calling the Azure Function. The supported values are 'System-assigned managed identity' or 'anonymous'.| Yes |
51+
| Resource ID | The App (client) ID of the Azure Function. Switch to **Authentication** section for the respective function, and get the App (client) ID under **Identity provider**. This property will be displayed when you use system-assigned managed identity. | No |
52+
53+
>[!Note]
54+
> When you use anonymous authentication, ensure that you have disabled your identity on the Azure Function side.
5155
5256
## Azure Function activity
5357

0 commit comments

Comments
 (0)