An organization wants to restrict its developers so they can only deploy virtual machines of a specific size. Is the statement that the administrator should assign a custom Azure Role-Based Access Control (RBAC) role to enforce this resource size restriction true or false?
Answer: Answer
Answer
False
The statement is false because Azure RBAC is used to manage access permissions (who can perform actions on resources), whereas Azure Policy is used to enforce resource properties and compliance constraints (such as restricting the allowed sizes of virtual machines).
Step-by-Step Solution
Key Concept
Azure RBAC vs. Azure Policy