A company has a root management group containing three subscriptions: Production, Development, and Sandbox. The governance team assigns an Azure Policy initiative to the root management group that enforces tagging requirements. The Sandbox subscription is used for experimental testing and needs to be temporarily excluded from the tagging requirements while the team evaluates a new tagging schema. The team must ensure the policy assignment remains active in Production and Development but does not affect resources in Sandbox. Which Azure Policy feature should the team use?
An Azure Policy exemption is the designated mechanism to exclude a specific scope, such as the Sandbox subscription, from evaluation by an existing policy assignment. It allows the team to avoid compliance reporting for that subscription without modifying or deleting the policy assignment itself. Exemptions can be time-bound and require a justification, and the excluded scope is reported as 'exempt' in compliance results rather than 'non-compliant'.
Why this answer
A Policy Exemption allows the team to exclude a specific scope (the Sandbox subscription) from the enforcement of an Azure Policy initiative while keeping the policy assignment active at the root management group. This feature is designed for temporary exceptions, such as evaluating a new tagging schema, without modifying the underlying policy assignment or creating exclusions at the resource level. The exemption can be set with an expiration date, ensuring the Sandbox subscription automatically returns to compliance after the evaluation period.
Exam trap
The trap here is that candidates confuse 'Exclusion' (a non-existent feature) with 'Exemption', or assume that 'Remediation' can be used to skip enforcement, when in fact remediation only fixes non-compliance after the policy is already applied.
Why the other options are wrong
Policy Remediation is used to enforce compliance by automatically remediating non-compliant resources, not to exclude resources from policy evaluation. It does not provide a way to temporarily exempt a subscription from a policy initiative.
Policy Exclusion is not a valid Azure Policy feature; the correct term for excluding a scope from a policy assignment is 'Exemption' (with specific exemption categories).
Policy Override is not a valid Azure Policy feature. The correct feature to temporarily exclude a subscription from a policy assignment is Policy Exemption.