- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2025 02:49 PM - edited 08-04-2025 02:56 PM
Hi @ManojkMohan ,
ClientId and Client Secret are attributes of service principal. A service principal is a specialized identity in Azure Databricks designed for automation and programmatic access. Service principals give automated tools and scripts API-only access to Azure Databricks resources, providing greater security than using users accounts.
So, as a first step your databricks workspace or account admin needs to create for you service principal. Pay attention -according to Salesforce documentation, ClientID/ClientSecret authentication is only supported using Azure Databricks-managed Service Principals. Microsoft Entra ID-managed principals are not supported.
The connection url is just url of your databricks workspace.
Http path is a connection detail of your compute. How to find it is describes at below documentation entry:
https://docs.databricks.com/aws/en/integrations/compute-details
Edit: Here's a video that you can check. It shows more or less how to configure connector