Add Databricks PAR support for Microsoft Entra ID managed Service Principals - #39775
Open
aboitreaud wants to merge 2 commits into
Open
Add Databricks PAR support for Microsoft Entra ID managed Service Principals#39775aboitreaud wants to merge 2 commits into
aboitreaud wants to merge 2 commits into
Conversation
Contributor
Preview links (active after the
|
brett0000FF
requested changes
Sep 8, 2026
brett0000FF
left a comment
Collaborator
There was a problem hiding this comment.
Thanks! Looks good. Just requesting changes for the un-rendered links.
| 1. Go to **Entra ID > App registrations**, then click **New registration**. | ||
| 1. Enter a name and click **Register**. | ||
| 1. On the application's **Overview** page, note the **Application (client) ID** and **Directory (tenant) ID**. | ||
| 1. Generate a client secret for the application ([Microsoft Entra documentation][22]): |
Collaborator
There was a problem hiding this comment.
Note the reference links must go inside the tab to render correctly. If you look at the preview, these show as [Microsoft Entra documentation][22]. There are a few of these in here. Thanks!
Contributor
Author
There was a problem hiding this comment.
Oops very sorry my local build was broken and I forgot to look at the preview build. Now fixed
Contributor
Author
|
Hey @brett0000FF, thanks for the review and very for the broken links everywhere. This should now be fixed, could you take a second look please ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Adds instructions for using a Microsoft Entra ID managed Service Principal with the Databricks Private Action Runner (Private Link) setup, as an alternative to a Databricks managed Service Principal. Splits Step 2 of the Databricks Private Link guide into tabs for each Service Principal type, and updates the Private Action Runner credential configuration steps to include the
DATABRICKS_AZURE_TENANT_IDenvironment variable for Entra ID managed Service Principals.Merge readiness
For Datadog employees:
<name>/<description>convention and include the forward slash (/). If you've already created your PR with an incorrect branch name, please rename your branch and open a fresh PR./reviewto run an automated check that catches common issues before a Documentation team member reviews your PR.AI assistance
Ported and completed with Claude Code from a stale/unfinished PR (#37387) that proposed the same change; researched Databricks and Microsoft Entra ID documentation to complete the missing setup steps.
Additional notes