Your company needs to ensure that all newly created storage accounts have 'Secure transfer required' enabled to meet security compliance standards. Which Azure service should you use to enforce this configuration requirement across the subscription?
- Azure PolicyAnswer
- BAzure Role-Based Access Control (RBAC)
- CAzure Resource Locks
- DAzure Service Health
Answer
Azure Policy
Azure Policy is the correct service because it allows administrators to define and enforce rules for Azure resources. By using Azure Policy, you can automatically block the deployment of storage accounts that do not have 'Secure transfer required' enabled, or audit them for compliance.
Step-by-Step Solution
Key Concept
Azure Policy is used to enforce resource properties, ensure compliance with corporate standards, and prevent non-compliant deployments.
Estimated Time:45s