Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
Has anyone successfully configure azure apim to access databricks rest api ? If yes, appreciate he can provide the setup guide for me as I am stuck at this point.
Hi @Check, Configuring Azure API Management (APIM) to access Databricks REST API can be a bit tricky, but Iโll guide you through some potential approaches:
Using Environment Variables and cURL:
To execute Databricks API via a curl request, you need to set up two environment variables:
DATABRICKS_HOST: Set this to your Databricks workspace hostname (e.g., adb-xxxxx.azuredatabricks.net).
DATABRICKS_TOKEN: Obtain an access token for authentication.
Remember that each approach has its nuances, so choose the one that best fits your requirements.
If you encounter any specific issues during the setup, feel free to ask for further assistance! ๐
Connect with Databricks Users in Your Area
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.