An organization needs to restrict resource deployment in a subscription so that only members of the 'Finance Admin' group can create new resources. Is Azure Policy the primary tool used to enforce this identity-based access control requirement?
Answer: Answer
Answer
False
The correct answer is False because restricting deployments based on user identity or group membership is the responsibility of Azure Role-Based Access Control (RBAC), not Azure Policy. Azure Policy is used to enforce rules regarding resource properties and configurations, such as allowing only specific VM sizes or requiring resource tags.
Step-by-Step Solution
Key Concept
Azure Policy vs. Azure Role-Based Access Control (RBAC)