It's quite familiar to connect from azure data factory to azure databricks by creating databricks linked service.
But to fetch any data from any databricks table its needed to call some script and get data indirectly into data factory.
But instead of that We can Create Spark link Service, and create a Data Factory dataset which can be used within data flow and pipeline too.
Below is the screen shot how to get databricks connectivity details.
Cluster->config->advanced->jdbc/odbc

Now above details will be useful to create spark link service in data factory.

Below document is the simba jdbc/odbc driver connection string details.
https://www.simba.com/products/Spark/doc/JDBC_InstallGuide/content/jdbc/sp/using/connectionurl.htm
this will help to understand things in details.
Hope this helps.