nerdexam
Microsoft

AZ-400 · Question #462

You have a GitHub repository that is integrated with Azure Boards. Azure Boards has a work item that has the number 715. You need to ensure that when you commit source code in GitHub, the work item is

The correct answer is B. AB#715. https://learn.microsoft.com/en-us/azure/devops/boards/github/link-to-from-github?view=azure- devops#use-ab-mention-to-link-from-github-to-azure-boards-work-items From a GitHub commit, pull request or issue, use the following syntax to create a link to your Azure Boards work item.

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

Question

You have a GitHub repository that is integrated with Azure Boards. Azure Boards has a work item that has the number 715. You need to ensure that when you commit source code in GitHub, the work item is updated automatically. What should you include in the commit comments?

Options

  • Athe URL of the work item
  • BAB#715
  • C@715
  • D#715

How the community answered

(46 responses)
  • A
    7% (3)
  • B
    87% (40)
  • C
    4% (2)
  • D
    2% (1)

Explanation

https://learn.microsoft.com/en-us/azure/devops/boards/github/link-to-from-github?view=azure- devops#use-ab-mention-to-link-from-github-to-azure-boards-work-items From a GitHub commit, pull request or issue, use the following syntax to create a link to your Azure Boards work item. Enter the AB#ID within the text of a commit message. Or, for a pull request or issue, enter the AB#ID within the title or description (not a comment).

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice