Designing and Implementing Microsoft DevOps Solutions — Question 24
You have a private GitHub repository.
You need to display the commit status of the repository on Azure Boards.
What should you do first?
Answer options
- A. Configure multi-factor authentication (MFA) for your GitHub account.
- B. Add the Azure Pipelines app to the GitHub repository.
- C. Add the Azure Boards app to the repository.
- D. Create a GitHub action in GitHub.
Correct answer: C
Explanation
The correct answer is C, as adding the Azure Boards app to the repository is essential for displaying commit status on Azure Boards. Options A and D do not directly relate to displaying commit status, while option B pertains more to Azure Pipelines rather than Azure Boards.