Connect to Azure DevOps repository using service principle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2021 05:27 AM
My source code is in the VSTS repository and I am using PAT token to connect VSTS from Azure data bricks notebook and then building packages and installing my cluster. For the production environment, I can't use PAT token, so is there any way to connect to VSTS DevOps repo using service principle.
I could able to connect source control (VSTS) from databricks notebook and clone the source code, build packages using pip, and install it. But in order to connect source control from Azure notebook, I am using PAT token created in VSTS. Because of security reasons, I can't use PAT to connect source control instead I have to use another authentication method, so the question is whether I can use a service principal to connect VSTS source control from databricks notebook.
- Labels:
-
Azure
-
Service principle