Microsoft
AZ-400 · Question #171
You store source code in a Git repository in Azure repos. You use a third-party continuous integration (CI) tool to control builds. What will Azure DevOps use to authenticate with the tool?
The correct answer is B. a personal access token (PAT). Personal access tokens (PATs) give you access to Azure DevOps and Team Foundation Server (TFS), without using your username and password directly. https://docs.microsoft.com/en-us/azure/devops/repos/git/auth-overview
Submitted by fatima_kr· Mar 6, 2026Design and implement build and release pipelines
Question
You store source code in a Git repository in Azure repos. You use a third-party continuous integration (CI) tool to control builds. What will Azure DevOps use to authenticate with the tool?
Options
- Acertificate authentication
- Ba personal access token (PAT)
- Ca Shared Access Signature (SAS) token
- DNTLM authentication
How the community answered
(32 responses)- A3% (1)
- B88% (28)
- C6% (2)
- D3% (1)
Explanation
Personal access tokens (PATs) give you access to Azure DevOps and Team Foundation Server (TFS), without using your username and password directly. https://docs.microsoft.com/en-us/azure/devops/repos/git/auth-overview
Community Discussion
No community discussion yet for this question.