Azure data factory and Databricks

sakuraime 2,316 Reputation points
2021-03-22T09:32:57.137+00:00

https://learn.microsoft.com/en-us/azure/data-factory/transform-data-using-databricks-notebook

I am reading to above page and have serveral questions.

  1. If i am going to add link service to databicks, using private link and Self host IR .... would that be possible ? Using Assess token
  2. If using Access token , what permission are needed on databricks workspace ?
  3. If using Managed service identity , what permission are needed on databricks workspace ?

thanks .

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,910 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,482 questions
0 comments No comments
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 76,586 Reputation points Microsoft Employee
    2021-03-23T12:12:32.073+00:00

    Hi @sakuraime ,

    Azure Databricks linked service connect Via Azure IR only.

    80654-image.png

    Authentication using Azure Databricks personal access tokens, anyone who have access to databricks workspace can create Access tokens.

    You could access the Databricks Personal Access Token pass directly or through Key-Vault.

    80655-image.png

    The AAD tokens support enables us to provide a more secure authentication mechanism leveraging Azure Data Factory's System-assigned Managed Identity while integrating with Azure Databricks.

    Note: You need to grant the Data Factory instance 'Contributor' permissions in Azure Databricks Access Control.

    80694-image.png

    You can directly use Managed Identity in Databricks Linked Service, hence completely removing the usage of Personal Access Tokens.

    80662-image.png

    Hope this helps. Do let us know if you any further queries.

    ------------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. sakuraime 2,316 Reputation points
    2021-03-23T12:53:29.757+00:00

    so access https://adb-******.net must through public internet ?

    0 comments No comments