Question

Difficulty: EasyAzure Role-Based Access Control (RBAC)

Azure Role-Based Access Control (RBAC) is used to enforce resource compliance rules, such as restricting the deployment of virtual machines to specific allowed sizes.

Answer: Answer

Answer

The statement is false because Azure RBAC manages user access permissions, whereas restricting resource configurations like virtual machine sizes is managed by Azure Policy.
The statement is false. Azure RBAC is used to manage user authorization and control access to Azure resources (who can access what). Enforcing resource compliance rules, such as restricting virtual machine sizes or allowed locations, is managed by Azure Policy.

Step-by-Step Solution

1
Analyze the action described in the statement: restricting virtual machine deployments to specific sizes.
This is a configuration compliance rule.
To determine which Azure service handles this constraint.
2
Recall the purpose of Azure RBAC.
Azure RBAC authorizes user actions (e.g., who can create a virtual machine). It does not inspect or restrict the properties of the resource being created (e.g., size or region).
To verify if RBAC can enforce the specified rule.
3
Recall the purpose of Azure Policy.
Azure Policy evaluates and enforces compliance rules on resource properties, such as allowed SKU sizes or deployment regions.
To identify the correct tool for the described scenario.

Key Concept

Difference between Azure Role-Based Access Control (RBAC) and Azure Policy
Estimated Time:45s
Rate this question