Skip to content

Commit 01e7961

Browse files
Merge pull request #219255 from Clare-Zheng82/1122-Update_Azure_function_doc
Update Azure Function linked service section
2 parents fde90cc + c6a0e06 commit 01e7961

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: data-factory
99
ms.subservice: orchestration
1010
ms.custom: synapse
1111
ms.topic: conceptual
12-
ms.date: 09/01/2022
12+
ms.date: 11/23/2022
1313

1414
---
1515

@@ -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. For more information, see [Configure your App Service or Azure Functions app to use Azure AD login](../app-service/configure-authentication-provider-aad.md).| No |
52+
53+
>[!Note]
54+
> When you use anonymous authentication, ensure that you have taken down your identity on the Azure Function side.
5155
5256
## Azure Function activity
5357

0 commit comments

Comments
 (0)