MicrosoftMicrosoft
AZ-400 · Question #171
AZ-400 Question #171: Real Exam Question with Answer & Explanation
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
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.