AZ-400 Configure processes and communications Practice Question
You are designing a process for incident management. When a critical bug is reported, you need to automatically create a work item in Azure Boards and notify the on-call engineer via Microsoft Teams. Which Azure DevOps feature should you use?
⚠ Common exam trap
A common mix-up: candidates confuse 'work item notifications' (email-based) with 'service hooks' (webhook-based), assuming any notification feature can send to Teams, but only service hooks support direct integration with external chat systems like Teams or Slack.
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
✓
Set up a service hook that sends a message to Teams when a bug is created.
Service hooks are used to notify external systems (like Microsoft Teams) when an event occurs in Azure DevOps, such as a work item being created. They do not create the work item itself; they react to its creation. To automatically create the work item when a critical bug is reported, you would use a separate mechanism such as the Azure Boards REST API or an external integration. Among the provided options, B is the correct feature for the Teams notification, but the explanation should clarify that the automated creation is handled outside the service hook.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Create a release pipeline that triggers on work item creation.
Why it's wrong here
Release pipelines are triggered by build artifacts, scheduled triggers, or pipeline completion, not by work item events. They cannot be configured to start when a bug is created, so this approach fails to deliver any Teams notification.
- ✓
Set up a service hook that sends a message to Teams when a bug is created.
Why this is correct
Azure DevOps service hooks can subscribe to events such as 'work item created' and send an HTTP POST to a Teams connector or webhook. This immediately posts a message to a Teams channel when a bug is created, meeting the incident management requirement.
- ✗
Configure a work item notification in Azure DevOps to email the on-call engineer.
Why it's wrong here
While Azure DevOps work item notifications can email the on-call engineer when a bug is created, the scenario explicitly requires a notification delivered to Microsoft Teams. Email uses a different channel and does not satisfy the Teams-specific requirement.
- ✗
Use a work item template to pre-populate the bug form.
Why it's wrong here
A work item template can pre-populate fields like title, description, or tags for a bug to speed up creation, but it has no capability to trigger notifications or send messages to external systems like Teams. Thus, it is irrelevant to the incident management notification requirement.
Go deeper
Related to this question
Learn chapter
Introduction to DevOps and Azure DevOps
Key term
DevOps
DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the development lifecycle and deliver high-quality software continuously.
Key term
Feature
A feature is a distinct unit of functionality that delivers value to the user, often managed and tracked throughout the software development lifecycle.
About these practice questions
Courseiva writes every AZ-400 question from scratch — 823 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.