You use GitHub for source control and Microsoft Teams for collaboration. You need to send a notification to a Teams channel for each commit. The solution must minimize development effort. What should you do?
- AUse Azure Automation to connect to the GitHub Actions API and send a message to the Teams channel.
- BUse the Microsoft Teams for GitHub app and configure a subscription to receive notifications in the Teams channel. (correct answer)
- CUse GitHub Actions with a dispatch to send a message to the Teams channel by using the Teams API.
- DUse Azure Functions to connect to the GitHub REST API and send a message to the Teams channel.
Reveal answer & explanationHide answer
The correct answer is B. Option B: Use the Microsoft Teams for GitHub app and configure a subscription to receive notifications in the Teams channel.