Contoso という名前の Azure DevOps 組織があります。 作業項目が更新されたときに、Microsoft Teams の通知を受け取る必要があります。 あなたは何をするべきか?
正解:A
Explanation 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. Reference: https://docs.microsoft.com/en-us/azure/devops/service-hooks/overview