Start here! Get your feet wet with the Microsoft cloud and begin your journey to earning your Microsoft Certified: Azure Fundamentals certification!
Prepare and test your skills

Prepare and test your skills

Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An organization has hired a team of external developers to build and manage application resources located exclusively within a dedicated resource group named rg-dev-app. The security team requires that access follows security best practices by applying the principle of least privilege and minimizing administrative overhead.
Which action represents the recommended approach for granting access using Azure role-based access control (RBAC)?
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.
Azure role-based access control (Azure RBAC) provides fine-grained access management for Azure resources by matching security principals, role definitions, and scopes. Implementing best practices requires following the principle of least privilege, which means granting users only the permissions they require to perform their jobs, at the exact boundary where those permissions are needed.
Assigning the Contributor role at the resource group scope directly addresses the organization's needs:
rg-dev-app resource group prevents developers from viewing or modifying workloads in other resource groups or subscriptions.This solution strikes the right balance between operational efficiency and security guardrails. It grants sufficient operational authority within the intended boundary while preventing sprawl across higher scopes.