An organization wants to implement governance controls in Azure to ensure that resources conform to corporate standards. The IT team is deciding whether to use Azure Policy or Azure Role-Based Access Control (RBAC) to enforce these standards. Which of the following statements correctly describes a difference between the function of Azure Policy and Azure RBAC?
- Azure Policy focuses on resource properties during deployment and configuration, whereas Azure RBAC focuses on user actions and permissions.Answer
- BAzure Policy regulates which users and groups have access to manage resources, whereas Azure RBAC regulates the configuration properties of those resources.
- CAzure Policy retroactively deletes or modifies existing resources to ensure compliance, whereas Azure RBAC prevents unauthorized users from modifying those resources.
- DAzure Policy is used to assign administrative roles to users, whereas Azure RBAC is used to define the regional locations where resources can be deployed.
Answer
Azure Policy focuses on resource properties during deployment and configuration, whereas Azure RBAC focuses on user actions and permissions.
The correct statement is that Azure Policy focuses on resource properties (such as tags, locations, and SKUs) during deployment and configuration, whereas Azure RBAC focuses on managing user actions and access permissions.
Step-by-Step Solution
Key Concept
Azure Policy vs Azure Role-Based Access Control (RBAC)
Estimated Time:1m 0s