Question

Difficulty: EasyAzure Policy

Azure Role-Based Access Control (RBAC) is used to control which properties and configurations can be deployed for a resource, whereas Azure Policy is used to manage which users and identities have access to those resources.

Answer: Answer

Answer

The statement is false because Azure Role-Based Access Control (RBAC) controls user permissions, whereas Azure Policy enforces compliance and configuration standards on Azure resources.
The statement is false because it reverses the definitions of RBAC and Azure Policy. RBAC regulates user actions and access, whereas Azure Policy governs resource properties and configuration compliance.

Step-by-Step Solution

1
Define the purpose of Azure Role-Based Access Control (RBAC).
RBAC manages access to Azure resources by determining who (users, groups, service principals) can perform what actions.
This establishes that RBAC is focused on user access management.
2
Define the purpose of Azure Policy.
Azure Policy evaluates and enforces standards on resource properties to ensure compliance with corporate rules.
This establishes that Azure Policy is focused on resource configuration management.
3
Compare the statement's description with the actual purposes of both services.
The statement incorrectly claims RBAC manages resource configurations and Azure Policy manages user access, which is the exact opposite of their roles.
This comparison identifies the statement as false.

Key Concept

Difference between Azure RBAC and Azure Policy
Rate this question