Forum Discussion

rodneyc8063's avatar
rodneyc8063
Advocate I
1 year ago
Solved

Connecting to Azure Databricks Method Recommendations

Howdy folks,   My company is dipping its toes into Azure Databricks and of course part of the conversation is how to report on the data with Power BI.   Our ideal flow would have end users develo...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi rodneyc8063 

    The Microsoft Entra ID are mainly usder for the authentication, so it cannot  input a username/password directly, you can refer to the following picture, the official document also offer the two ways: token and the Microsoft Entra ID, the username and password are not usually used.

     

    And the token method needs you to generate a personal token in your Databrick,  and if you want to use service principle , you can create it , and put the end user to this principle.  you can refer to the following link.  you need to put the token and the pat to the username and password.

    Solved: How to use Service Principal to connect PowerBI to... - Databricks Community - 7023

     And based on youre concern , you can use the service principle for authentication.

     

    Best Regards!

    Yolo Zhu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.