Refer to the exhibit. A security architect is reviewing an Azure Policy definition. What is the effect of this policy?
The policy denies any storage account where HTTPS traffic only is not enabled
Why this answer
The policy checks if the resource type is a storage account and if HTTPS traffic only is set to false. If both conditions are true, it denies the creation or update of the storage account. Option B is correct because the effect is 'deny'.
Option A is wrong because it does not audit; it denies. Option C is wrong because it does not modify; it denies. Option D is wrong because it does not deploy a remediation task.