AZ-400 Configure processes and communications Practice Question
You need to automatically create a work item in Azure Boards when a GitHub issue is opened. What is the most efficient way to achieve this?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Install the GitHub + Azure Boards integration
The official GitHub + Azure Boards integration provides automatic two-way syncing between GitHub issues and Azure Boards work items. This requires minimal configuration and no custom code. Option B requires writing a GitHub Action and calling the Azure DevOps REST API, which is more complex. Option C involves using Azure Pipelines, which is not designed for this purpose. Option D involves manually configuring a webhook, which is less streamlined than the integration.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Install the GitHub + Azure Boards integration
Why this is correct
The GitHub + Azure Boards integration is a native, two-way sync that automatically creates and links Azure Boards work items from GitHub commits, branches, and pull requests, and can be configured to create work items from GitHub issues. This is the official, supported method that requires no custom code and provides rich traceability between GitHub and Azure Boards.
- ✗
Create a GitHub Action that calls Azure DevOps REST API
Why it's wrong here
While you could write a custom GitHub Action that invokes the Azure DevOps REST API (e.g., POST to /wit/workitems) to create a work item, this requires you to manage authentication, error handling, and duplicate prevention yourself. It is more complex and error-prone than the native integration, which handles this automatically and provides richer linking and synchronization.
- ✗
Use Azure Pipelines with a GitHub trigger
Why it's wrong here
Azure Pipelines with a GitHub trigger is designed for CI/CD, not for work item creation. Although a pipeline could include a script to call the Azure DevOps REST API, that adds unnecessary complexity and requires custom logic, whereas the native Azure Boards integration automatically creates and links work items with no additional setup.
- ✗
Configure a webhook in GitHub to Azure DevOps
Why it's wrong here
Configuring a raw GitHub webhook to deliver events to Azure DevOps is possible but requires manually defining the webhook payload, endpoint, and authentication, and you still need an intermediary to translate that payload into a work item. This approach lacks the bidirectional synchronization, work item type mapping, and automatic linking provided by the official GitHub + Azure Boards integration, making it less reliable and more fragile.
Go deeper
Related to this question
Learn chapter
Introduction to DevOps and Azure DevOps
Key term
Azure Pipelines
Azure Pipelines is a cloud-based CI/CD service from Microsoft that automatically builds, tests, and deploys code to any platform or cloud.
Key term
Work item
A work item is a digital record in Azure DevOps that tracks a single unit of work, such as a task, bug, or user story, helping teams manage and monitor their progress.
About these practice questions
This AZ-400 question is part of Courseiva's 823-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This AZ-400 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-400 exam.