nerdexam
Microsoft

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

Submitted by zhang_li· Mar 6, 2026Configure processes and communications

Question

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?

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)
  • A
    2% (1)
  • B
    90% (53)
  • C
    2% (1)
  • D
    7% (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.

Full AZ-400 Practice