Forum Discussion
Connecting to Azure Databricks Method Recommendations
- Anonymous1 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.
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.
Thank you Anonymous
I found some additional documentation from Databricks that specifically states that as of July, 2024 they no longer support username/password authentication here
So I assume thats why the documentation does not reference this either, it was just a bit confusing since its still an option in the connector 🙂