AZ-400 Develop a security and compliance plan • Set 4
AZ-400 Develop a security and compliance plan Practice Test 4 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. Your organization has configured an Azure DevOps pipeline security setting that enforces a required template for all pipelines deploying to production and staging. The required template 'security-validation.yml' runs a series of security scans and compliance checks. A developer creates a new pipeline that deploys to a test environment, but the pipeline does not reference the required template. What will happen?
{
"type": "Azure DevOps Pipeline Security",
"settings": {
"enforceRequiredTemplate": true,
"requiredTemplate": "security-validation.yml",
"scope": ["production", "staging"]
}
}