An administrator assigns an Azure Policy definition to an Azure subscription, but adds a specific resource group to the exclusion list of the assignment. Is the statement true that resources violating the policy can still be successfully deployed within the excluded resource group?
Cevap: Cevap
Cevap
True, because excluding a resource group from a policy assignment prevents the policy from being evaluated or enforced on resources within that group.
The statement is true because the exclusion list (NotScopes) in an Azure Policy assignment removes the specified scope (such as a resource group) from the policy's evaluation. Therefore, any resource creation or update within that excluded scope will not be blocked or audited by the policy, even if the resource violates the policy rules.
Adım Adım Çözüm
Anahtar Kavram
Azure Policy exclusions and inheritance