You have an Azure DevOps organization named Contoso.
You need to receive Microsoft Teams notifications when work items are updated.
What should you do?
Click on the arrows to vote for the correct answer
A. B. C. D. E.A
Service hooks let you run tasks on other services when events happen in your Azure DevOps projects. For example, create a card in Trello when a work item is created or send a push notification to your team's mobile devices when a build fails. You can also use service hooks in custom apps and services as a more efficient way to drive activities when events happen in your projects.
Note: Service hook publishers define a set of events. Subscriptions listen for the events and define actions to take based on the event. Subscriptions also target consumers, which are external services that can run their own actions, when an event occurs.
https://docs.microsoft.com/en-us/azure/devops/service-hooks/overviewThe correct answer is A. From Azure DevOps, configure a service hook subscription.
Explanation: Azure DevOps and Microsoft Teams can be integrated to enable effective communication and collaboration between teams. When work items are updated, it is important to notify team members to keep everyone informed of the progress. To receive Microsoft Teams notifications when work items are updated, you can configure a service hook subscription in Azure DevOps.
A service hook subscription is a way to subscribe to events that occur in Azure DevOps, and then have those events trigger actions in external services such as Microsoft Teams. In this case, you can set up a service hook subscription to trigger a notification in Microsoft Teams when a work item is updated.
To configure a service hook subscription in Azure DevOps to send notifications to Microsoft Teams, follow these steps:
After completing these steps, Azure DevOps will send notifications to the selected Microsoft Teams channel whenever a work item is updated.
Option B. From Microsoft Teams, configure a connector is not the correct answer because you cannot configure a connector directly in Microsoft Teams to receive notifications from Azure DevOps.
Option C. From the Microsoft Teams admin center, configure external access is not the correct answer because this option is not related to receiving notifications when work items are updated.
Option D. From Microsoft Teams, add a channel is not the correct answer because adding a channel does not automatically configure notifications for work item updates.
Option E. From Azure DevOps, install an extension is not the correct answer because installing an extension does not directly enable notifications for work item updates in Microsoft Teams.