This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
Which of the following choices isn't used to create and configure an Azure Pipeline?
XML.
YAML.
Visual Designer.
Which of the following choices is a benefit of using the Visual Designer?
Every branch you use can modify the build policy by modifying the azure-pipelines.yml file.
The visual designer is in the same hub as the build results.
A change to the build process might cause a break or result in an unexpected outcome. Because the change is in version control with the rest of your codebase, you can more easily identify the issue.
Which of the following choices is a benefit of using YAML?
The pipeline is versioned with your code and follows the same branching structure.
The YAML representation of the pipelines makes it easier to get started.
The YAML is in the same hub as the build results.
You must answer all questions before checking your work.
Was this page helpful?