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 enterprise organization creates a dedicated resource group named rg-production to host critical workloads. The security team establishes two governance requirements for this resource group:
rg-production without giving them access to the rest of the subscription.rg-production.Which combination of Azure management features should be applied at the resource group scope to satisfy both requirements?
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) and Azure Policy are core governance and security mechanisms in Microsoft Azure that operate at various scopes, including management groups, subscriptions, resource groups, and individual resources.
rg-production) gives the cloud operations team the necessary administrative rights over the resources inside that specific group without granting unnecessary elevated access across the broader subscription.rg-production evaluates resource deployment requests against predefined business rules. If a user attempts to deploy a resource outside the allowed regions, Azure Policy with a Deny effect blocks the deployment, regardless of the user's RBAC role.Combining Azure RBAC and Azure Policy delivers comprehensive governance by ensuring that authorized users have the exact permissions they need while remaining constrained by mandatory organizational compliance guardrails.