How to create a linked service for azure databricks using service principal on ADF.

Yogesh Sharma 20 Reputation points
2025-04-10T08:52:59.6333333+00:00

So I have given the service principal as a contributor role on databricks resource on azure portal (access contol IAM). Also, I have the details client id, tenant id in my keyvault. Also, I have added the service principal in databricks workspace as well (setting --> Identity and access --> service principal). I want to create a linked service on ADF for databricks using this service principal but I cant find a way to do that. Currently, I am using personal access token to create the linked service but if I plan to leave the organization, the run should continue under that service principal.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,426 questions
{count} votes

Accepted answer
  1. Nandan Hegde 34,866 Reputation points MVP
    2025-04-10T09:00:13.8966667+00:00

    You can use Managed identity authentication which is the most secure form of authentication (assuming they are in same tenant)

    User's image

    There is no SP auth supported today in ADF for ADB

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.