What does deploying an ARM template in Complete mode do?
- A Deletes resources in the resource group that are not defined in the template
- B Adds resources without removing anything
- C Validates the template only
- D Deploys to all subscriptions
Answer
Deletes resources in the resource group that are not defined in the template
Incremental mode is the safer default. Running Complete unexpectedly is a memorable way to lose resources.





