Courseiva
Configure processes and communicationsmediumMultiple SelectObjective-mapped

AZ-400 Configure processes and communications Practice Question

Which TWO options are valid ways to communicate build status from Azure Pipelines to external stakeholders?

⚠ Common exam trap

Many candidates think any integration is valid if it's technically possible (like using a release pipeline to call Twilio), but the question asks for 'valid ways' meaning standard, built-in, or officially supported methods within Azure Pipelines.

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

Configure a Service Hook to post to a Slack channel.

Service Hooks in Azure Pipelines allow integration with external services like Slack by triggering HTTP POST requests containing build status payloads. Additionally, Azure Pipelines provides built-in email notifications for specific events, such as build completion or failure, which can be configured to send status updates to stakeholders. Both are standard, officially supported features. Options like using a release pipeline to call Twilio are possible but are not standard built-in methods, so they are not considered 'valid ways' in this context.

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 work item in Azure Boards for each build.

    Why it's wrong here

    Creating a work item in Azure Boards for each build is a work-tracking action, not a communication channel. It does not notify external stakeholders or deliver real-time build status to a team's messaging or email system, and it would simply clutter the board with non-actionable items.

  • Export pipeline logs to Power BI for reporting.

    Why it's wrong here

    Exporting pipeline logs to Power BI is for historical analytics and reporting, not for proactive or real-time build status communication. It requires a separate export/import process and provides no event-driven alerting, so stakeholders would not be notified when a build finishes or fails.

  • Configure a Service Hook to post to a Slack channel.

    Why this is correct

    Azure DevOps Service Hooks can be configured to trigger an HTTP POST to a Slack incoming webhook when build events such as build.completed occur, which delivers a real-time status message to a Slack channel. This is a documented, first-class integration pattern that enables automatic build status notifications to your team.

  • Set up an email notification for specific events.

    Why this is correct

    Azure DevOps includes native notification subscriptions that can be set to send an email when specific build events happen, such as a build succeeding or failing. Users and teams can customize these email notifications through the notification settings UI, making it a valid and straightforward way to communicate build status.

  • Use a release pipeline to send SMS via Twilio.

    Why it's wrong here

    Sending SMS via Twilio is not a natively supported communication method in Azure DevOps release pipelines. While a custom script or third-party extension could call the Twilio API, this would require extra setup and development and is not a standard or built-in mechanism for conveying build status.

Visual reference

Client DHCP Server 1 Discover (broadcast) 2 Offer (IP: 192.168.1.10) 3 Request (I accept) 4 Acknowledge (lease confirmed) DORA — the four-step DHCP lease process

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 →

How Courseiva writes practice questions · Editorial policy

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.