Microsoft
AZ-400 · Question #48
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might h
The correct answer is B. No. In Visual Designer you enable continuous integration (CI) by: 1. Select the Triggers tab. 2. Enable Continuous integration. A continuous integration trigger on a build pipeline indicates that the system should automatically queue a new build whenever a code change is committed. h
Submitted by satoshi_tk· Mar 6, 2026Design and implement build and release pipelines
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. Your company has a project in Azure DevOps for a new web application. You need to ensure that when code is checked in, a build runs automatically. Solution: From the Pre-deployment conditions settings of the release pipeline, you select Batch changes while a build is in progress. Does this meet the goal?
Options
- AYes
- BNo
How the community answered
(20 responses)- A15% (3)
- B85% (17)
Explanation
In Visual Designer you enable continuous integration (CI) by: 1. Select the Triggers tab. 2. Enable Continuous integration. A continuous integration trigger on a build pipeline indicates that the system should automatically queue a new build whenever a code change is committed. https://docs.microsoft.com/en-us/azure/devops/pipelines/get-started-designer
Community Discussion
No community discussion yet for this question.