An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Hemant
Thank you for your patience while I validated this scenario internally.
Based on the latest confirmation, Federated Identity Credentials (Workload Identity Federation) are currently not supported for Azure Data Factory Linked Services, including the Azure Data Explorer (Kusto) linked service.
Since the linked service expects Service Principal authentication, the currently supported authentication methods are:
- Service Principal with Client Secret
- Service Principal with Certificate
As your application is configured to use Federated Credentials only, there is currently no supported value that can be supplied for the Service Principal Key field in the linked service.
From the information you've shared, the Kusto-side configuration (trusted tenant, required permissions, and database access) appears to be configured correctly. The remaining blocker is the authentication method itself.
To proceed with the Azure Data Explorer linked service in Azure Data Factory, we recommend using one of the currently supported Service Principal authentication methods:
- Service Principal with a Client Secret, or
- Service Principal with a Certificate.
Please let us know if using one of these supported authentication methods is feasible in your environment. If not, we can discuss possible alternative approaches based on your security requirements.
Thank you.