When mapping security requirements from ISO/IEC 27001 to a cloud-native architecture, you are configuring Azure Policy to ensure all newly created storage accounts have 'Secure transfer required' enabled. What is the most efficient way to achieve this enforcement?
The 'Deny' effect prevents the creation of any storage account that does not meet the specified security criteria.
Why this answer
Azure Policy is the native tool for policy enforcement; 'DeployIfNotExists' or 'Deny' effects prevent non-compliant resources from existing.