daniel_sahal
Databricks MVP

@Espenol1 
I see two ways of doing that:
- There's a "dbmanagedidentity" in databricks managed resource group, which should be automatically tied to DefaultAzureCredential(). Needs to be tested if it actually works,
- You can create a service principal, store object_id and secret in a secrets scope, then connect to the database through jdbc.