nerdexam
MicrosoftMicrosoft

AZ-400 · Question #483

AZ-400 Question #483: Real Exam Question with Answer & Explanation

The correct answer is D: #AB456, #AB457, #AB458. In GitHub, you can link a pull request to work items in Azure Boards by using the keywords in the commit message. The "Verifies" keyword is used to link a pull request to work items and automatically set their state when the pull request is merged. In this case, you want to set t

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

Question

You manage a project by using Azure Boards. You manage the project code by using GitHub. You have three work items that have IDs of 456, 457, and 458. You need to create a pull request that will be linked to all the work items. The solution must set the state of work item 456 to done. What should you add to the commit message?

Options

  • A#AB456, #AB457, #AB458
  • B#456, #457, #458
  • CDone #AB456, #AB457, #AB458
  • D#AB456, #AB457, #AB458

Explanation

In GitHub, you can link a pull request to work items in Azure Boards by using the keywords in the commit message. The "Verifies" keyword is used to link a pull request to work items and automatically set their state when the pull request is merged. In this case, you want to set the state of work item 456 to done, so you use "Verifies #AB456" in the commit message. Additionally, you can include the other work items (#AB457, #AB458) to link them to the pull

Community Discussion

No community discussion yet for this question.

Full AZ-400 PracticeBrowse All AZ-400 Questions