An organization wants to ensure that all resources deployed to a subscription automatically have a specific tag applied if it is missing from the deployment request. Is it true that Azure Policy can be used to automatically add the missing tag during resource deployment?
Answer: Answer
Answer
The statement is true because Azure Policy can automatically apply missing tags during resource deployment using the Modify or Append effects.
Azure Policy is capable of modifying resources during creation or update. The 'Modify' effect allows the policy to add, update, or remove properties (such as tags) on a resource during deployment.
Step-by-Step Solution
Key Concept
Azure Policy effects and remediation capabilities