An Azure resource group owner can successfully deploy a resource that violates a subscription-level Azure Policy with a 'Deny' effect, because Role-Based Access Control (RBAC) owner permissions override Azure Policy enforcement at the resource level.
Answer: Answer
Answer
False
The statement is false because Azure Policy is evaluated after Role-Based Access Control (RBAC). RBAC determines if a user has permission to perform an action, whereas Azure Policy ensures that the resource properties conform to defined rules. A policy with a 'Deny' effect will block any non-compliant deployment, even if initiated by a user with the Owner role.
Step-by-Step Solution
Key Concept
Azure Policy is evaluated after RBAC permissions, and its enforcement cannot be bypassed by standard RBAC roles like Owner.