nerdexam
MicrosoftMicrosoft

AZ-500 · Question #184

AZ-500 Question #184: Real Exam Question with Answer & Explanation

This question tests understanding of Azure RBAC roles and their permissions regarding resource group access control and resource creation. Specifically, it evaluates which built-in roles allow modifying permissions (Owner) versus creating resources (Owner and Contributor).

Submitted by minji_kr· Mar 6, 2026Secure identity and access

Question

Hotspot Question You have an Azure subscription that contains an Azure Active Directory (Azure AD) tenant named contoso.com. The tenant contains the users shown in the following table. You create a resource group named RG1. Which users can modify the permissions for RG1 and which users can create virtual networks in RG1? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Options

  • __typehotspot
  • variantyes_no

Explanation

This question tests understanding of Azure RBAC roles and their permissions regarding resource group access control and resource creation. Specifically, it evaluates which built-in roles allow modifying permissions (Owner) versus creating resources (Owner and Contributor).

Approach. To modify permissions (i.e., manage role assignments) on a resource group, a user must have the 'Owner' role or a custom role with Microsoft.Authorization/roleAssignments/write permission - 'Contributor' cannot modify permissions. To create virtual networks in RG1, a user needs at least 'Contributor' rights (which includes Microsoft.Network/virtualNetworks/write), so both Owner and Contributor role holders can create VNets. User1 with Owner role can both modify permissions AND create VNets; User2 with Contributor role can only create VNets but NOT modify permissions; User3 with Reader role can do neither. The key distinction is that Owner = full control including access management, while Contributor = full resource management but NO access management.

Concept tested. Azure Role-Based Access Control (RBAC) - specifically the differences between Owner, Contributor, and Reader built-in roles, with emphasis on the Microsoft.Authorization/roleAssignments/write permission that is exclusive to the Owner role for managing resource group permissions.

Reference. https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles

Topics

#Azure RBAC#Resource Group permissions#Virtual Network creation

Community Discussion

No community discussion yet for this question.

Full AZ-500 PracticeBrowse All AZ-500 Questions