A contractor still creates a public-access storage account after “the policy is on.” Which Azure Policy effect actually blocks that create or update?
Select an answer to reveal the explanation.
Short Explanation
Audit is a referee with a notepad—flags the foul, doesn’t stop the play. Deny is the whistle that kills the create. If public storage still appears, you probably assigned a reporter, not a blocker.
Full Explanation
Azure Policy effects determine enforcement behavior. Deny blocks non-compliant create or update requests. Audit and AuditIfNotExists evaluate and report Non-compliant without blocking the deployment. DeployIfNotExists and Modify remediate after or during deployment rather than simply refusing the original non-compliant create. Network Security Group Deny rules are a Domain 2 network control, not Azure Policy’s Deny effect on Resource Manager properties such as storage public access.