AZ-204 · Question #446
Drag and Drop Question You are authoring a set of nested Azure Resource Manager templates to deploy multiple Azure resources. The templates must be tested before deployment and must follow…
The correct answer is Azure Resource Manager test toolkit; What-if operation. The Azure Resource Manager (ARM) test toolkit is the recommended tool for validating and linting ARM templates before deployment - it checks for best practices, coding standards, and common errors without deploying anything. The What-if operation allows you to preview the…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Azure Resource Manager test toolkit
- What-if operation
Explanation
The Azure Resource Manager (ARM) test toolkit is the recommended tool for validating and linting ARM templates before deployment - it checks for best practices, coding standards, and common errors without deploying anything. The What-if operation allows you to preview the changes that a deployment would make to your Azure environment, enabling you to test the actual deployment impact before committing, which satisfies the 'test before deployment' requirement. Together, these two tools cover both static validation/best-practice checks and pre-deployment impact testing.
Topics
Community Discussion
No community discussion yet for this question.
