AZ-500 · Question #637
Drag and Drop Question You have an Azure subscription. You have the standards shown in the following table. You plan to use Azure Pipelines to build and release web apps. You need to recommend a…
The correct answer is An extends template; An includes template. An 'extends template' is the correct choice for Standard1 because it enforces security requirements by requiring all new pipelines to extend from a base template, preventing pipelines from running unless they comply with the defined structure - this is a security enforcement…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- An extends template
- An includes template
Explanation
An 'extends template' is the correct choice for Standard1 because it enforces security requirements by requiring all new pipelines to extend from a base template, preventing pipelines from running unless they comply with the defined structure - this is a security enforcement mechanism in Azure Pipelines. An 'includes template' (steps/stage template referenced via 'template:' include) is correct for Standard2 because it allows you to define reusable software prerequisite steps that are inserted into the first stage of new pipelines, minimizing duplication and administrative effort without mandating the entire pipeline structure.
Topics
Community Discussion
No community discussion yet for this question.
