An administrator needs to restrict developers from deploying any resources other than storage accounts inside a resource group named 'Data-Prod-RG'. Is it true or false that the administrator can enforce this deployment restriction by assigning a custom Azure Role-Based Access Control (RBAC) role to the developers?
Answer: Answer
Answer
False
The correct answer is False because Azure RBAC manages access and permissions (who can do what), while Azure Policy is used to enforce resource properties and compliance rules, such as restricting the types of resources that can be deployed.
Step-by-Step Solution
Key Concept
Azure RBAC vs Azure Policy