An Azure administrator is configuring deployment pipelines using Azure Resource Manager (ARM) templates. Consider the following statement:
Statement: The default deployment mode for ARM templates is Incremental, which ensures that resources already present in the target resource group but not defined in the template are left unmodified.
Is this statement true or false?
Answer: Answer
Answer
True
The statement is true because the default deployment mode for Azure Resource Manager (ARM) templates is Incremental, which preserves existing resources in the resource group that are not defined in the deployment template.
Step-by-Step Solution
Key Concept
ARM template deployment modes (Incremental vs Complete)
Estimated Time:1m 0s