nerdexam
MicrosoftMicrosoft

AZ-204 · Question #446

AZ-204 Question #446: Real Exam Question with Answer & 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

Submitted by hassan_iq· Mar 30, 2026Implement and Manage Infrastructure as Code (IaC) using Azure Resource Manager templates - specifically validating and testing templates before deployment using recommended Azure tooling.

Question

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 recommended practices. You need to validate and test the templates before deployment. Which tools should you use? To answer, drag the appropriate tools to the correct requirements. Each tool 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

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

#ARM Templates#Infrastructure as Code#Template Validation#Azure Deployment

Community Discussion

No community discussion yet for this question.

Full AZ-204 PracticeBrowse All AZ-204 Questions