CloudGuild · Blog · Cheat sheets · Lessons · Certifications

Navigating Azure RBAC for Access Control: An AZ-104 Exam Question Walkthrough

This walkthrough clarifies a common decision point in the AZ-104 exam regarding Azure access control using RBAC.

Your organization has multiple departments, and you want to restrict their access to certain Azure virtual machines. What is the best way to achieve this?

The question

Think before you scroll
Consider the scope of access control and how it applies to different Azure resources. Each option provides a different level of granularity for managing permissions. Understanding these nuances is crucial for making the correct choice.

The answer
The correct option is A: Assign RBAC roles at the resource group level. This choice allows you to tailor access permissions to specific resources, in this case, the virtual machines, based on the needs of each department. It strikes the right balance between control and flexibility.

Why the other options lose

The concept behind it
This question tests your understanding of Role-Based Access Control (RBAC) within Azure. RBAC allows you to assign roles to users or groups, determining what they can access and what actions they can take. Assigning roles at the resource group level provides a targeted approach that can adapt to different department needs.

Exam trap to remember
Remember: Assigning RBAC at the resource group level is the best practice for controlling access to specific resources without overreaching.

Take the free AZ-104 mock exam

Take a free mock exam →