AZ-500 · Question #637
AZ-500 Question #637: Real Exam Question with Answer & 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 mech
Question
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 solution to build the pipelines. The solution must meet the following requirements: - Ensure that all new pipelines meet the security requirements defined in Standard1. - Ensure that the first stage of all new pipelines contains the software prerequisites defined in Standard2. - Minimize administrative effort. What should you use to implement each standard? To answer, drag the appropriate options to the correct standards. Each option may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:
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.