MicrosoftMicrosoft
AZ-400 · Question #241
AZ-400 Question #241: Real Exam Question with Answer & Explanation
The correct answer is B: GitHub App. GitHub App uses the Azure Pipelines identity. Incorrect Answers: A: Personal access token and OAuth use your personal GitHub identity. https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github
Submitted by ahmad_uae· Mar 6, 2026Design and implement build and release pipelines
Question
You have an existing project in Azure DevOps. You plan to integrate GitHub as the repository for the project. You need to ensure that Azure Pipelines runs under the Azure Pipelines identity. Which authentication mechanism should you use?
Options
- Apersonal access token (PAT)
- BGitHub App
- CAzure Active Directory (Azure AD)
- DOAuth
Explanation
GitHub App uses the Azure Pipelines identity. Incorrect Answers: A: Personal access token and OAuth use your personal GitHub identity. https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github
Community Discussion
No community discussion yet for this question.