Skip to content

Commit df535f1

Browse files
authored
Revise Service Principal authentication steps
Updated instructions for configuring Service Principal authentication in Azure Data Factory to include ADF Application ID and Object ID.
1 parent 99ad058 commit df535f1

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,12 @@ You can use system-assigned managed identity (SAMI) authentication in two ways:
5959
- For secure environments where you don't want to use anonymous authentication, configure a Service Principal Name (SPN) as the Resource ID. The SPN must be configured correctly on the Function App:
6060
1. Create a [new app registration as a service principal identity.](/entra/identity-platform/howto-create-service-principal-portal)
6161
1. In your function app, go to the **Authentication** section under **Settings** and create an **Identity provider**.
62-
1. Add the application ID of the service principal in the **Allowed client application**, and the object ID of the service principal in the **Allowed object applications**. If the requests are only allowed from specific tenants, add the Tenant ID of the managed identity in the last box.
63-
62+
1. Add the ADF _Application ID_ in the **Allowed requests from Specific Client Applications** section and the _Object ID_ in the **Allow requests from specific identifies** section. The application ID and Object ID can be found by following these steps:
63+
1. Open the [Azure portal](https://portal.azure.com)
64+
1. Navigate to **Enterprise applications**
65+
1. Search for your Azure Data Factory/Managed identity name.
66+
1. Copy the object and application IDs found on the table.
67+
6468
:::image type="content" source="media/control-flow-azure-function-activity/service-principal-authentication.png" alt-text="Screenshot of the app registration, showing which boxes to fill out with the application ID and the object ID.":::
6569

6670
## Azure Function activity

0 commit comments

Comments
 (0)