Designing and Implementing Microsoft DevOps Solutions — Question 80
You have a project in Azure DevOps.
You need to push notifications about pull requests to a Microsoft Teams channel. The solution must minimize development effort.
What should you do?
Answer options
- A. Install the Azure Pipelines app for Teams and configure a subscription to receive notifications in the channel.
- B. Use Azure Automation to connect to the Azure DevOps REST API and send messages to Teams.
- C. Install the Azure Repos app for Teams and configure a subscription to receive notifications in the channel.
- D. Use an Azure function to connect to the Azure DevOps REST API and send messages to Teams.
Correct answer: C
Explanation
The correct answer is C because installing the Azure Repos app specifically targets pull request notifications and simplifies the setup process. Options A and B do not focus on pull requests directly, and D involves a more complex solution requiring an Azure function, increasing development effort unnecessarily.