Before you start
You will need access to a working Databricks workspace. If you don’t have one, check how to Sign up for an Azure Databricks for free.
Configuration steps
Add it as a dependency to your application
Go to your app details > Configurations > Consumed REST APIs and set the BaseURL of DatabricksOIDC and DatabricksAPI to point to your Databricks instance
Authentication
The Token input of the Databricks actions provides flexibility to authenticate with different methods.
The Databricks_GenerateToken action can be used to generate a workspace-level access token.
We recommend you manage the generated tokens on the application level in order to reduce the amount of token requests.
Check Databricks REST API reference documentation for all of the details.