Skip to content

Update control-flow-azure-function-activity.md #127091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions articles/data-factory/control-flow-azure-function-activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Function Key provides secure access to function name with each one having separa
| Type | The type property must be set to: **AzureFunction** | Yes |
| 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 |
| 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: [Work with access keys](../azure-functions/function-keys-how-to.md) | Yes |
| Authentication | The authentication method used for calling the Azure Function. The supported values are 'System-assigned managed identity' or 'anonymous'.| Yes |
| 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 Microsoft Entra login](../app-service/configure-authentication-provider-aad.md).| No |
| Authentication | The authentication method used for calling the Azure Function. The supported values are 'System-assigned managed identity', 'Anonymous' or 'Service Principal'.| Yes |
| 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 or Service Principal authentication. For more information, see [Configure your App Service or Azure Functions app to use Microsoft Entra login](../app-service/configure-authentication-provider-aad.md).| No |

>[!Note]
> When you use anonymous authentication, ensure that you have taken down your identity on the Azure Function side.
> When you use Anonymous authentication, ensure that you have taken down your identity on the Azure Function side.

## Azure Function activity

Expand Down