An administrator needs to deploy several resources to Azure using an Azure Resource Manager (ARM) template.
The 'What-If' operation in Azure Resource Manager (ARM) templates allows the administrator to preview which resources will be created, modified, or deleted before the deployment is executed, without making any changes to the target environment.
Answer: Answer
Answer
True
The What-If operation is an out-of-the-box feature of Azure Resource Manager that provides a preview of resource creations, modifications, and deletions before a template is executed.
Step-by-Step Solution
Key Concept
The ARM Template What-If operation allows previewing deployment changes without modifying existing resources.