AZ-400 · Question #454
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
The correct answer is B. Use the Microsoft Teams for GitHub app and configure a subscription to receive notifications in. https://github.com/integrations/microsoft-teams#customize-notifications You can customize your notifications by subscribing to activity that is relevant to your Teams channel, and unsubscribing from activity that is less helpful to your project. Below features are enabled by defa
Question
Options
- AUse Azure Automation to connect to the GitHub Actions API and send a message to the Teams
- BUse the Microsoft Teams for GitHub app and configure a subscription to receive notifications in
- CUse GitHub Actions with a dispatch to send a message to the Teams channel by using the Teams
- DUse Azure Functions to connect to the GitHub REST API and send a message to the Teams
How the community answered
(59 responses)- A2% (1)
- B90% (53)
- C2% (1)
- D7% (4)
Explanation
https://github.com/integrations/microsoft-teams#customize-notifications You can customize your notifications by subscribing to activity that is relevant to your Teams channel, and unsubscribing from activity that is less helpful to your project. Below features are enabled by default, and can be disabled with the @github unsubscribe owner/repo [feature] command: - commits - New commits on the default branch (usually main)
Community Discussion
No community discussion yet for this question.