AZ-104 · Question #605
Hotspot Question You have three Azure subscriptions named Sub1, Sub2, and Sub3 that are linked to an Azure AD tenant. The tenant contains a user named User1, a security group named Group1, and a manag
The correct answer is B. Statement 1: The Group1 members can view the configurations of the Azure functions. (Yes), Statement 2: User1 can assign the Owner role for RG1. (Yes), Statement 3: User1 can create a new resource group and deploy a virtual machine to the new group. (No). B is correct because Azure RBAC inheritance flows downward: Group1's Reader role on MG1 propagates to Sub1 -> RG1 -> Azure functions (Statement 1: Yes); User1's User Access Administrator role on MG1 also inherits to RG1, and UAA explicitly grants the ability to assign any role-in
Question
Exhibit
Options
- AStatement 1: The Group1 members can view the configurations of the Azure functions. (Yes), Statement 2: User1 can assign the Owner role for RG1. (Yes), Statement 3: User1 can create a new resource group and deploy a virtual machine to the new group. (Yes)
- BStatement 1: The Group1 members can view the configurations of the Azure functions. (Yes), Statement 2: User1 can assign the Owner role for RG1. (Yes), Statement 3: User1 can create a new resource group and deploy a virtual machine to the new group. (No)
- CStatement 1: The Group1 members can view the configurations of the Azure functions. (Yes), Statement 2: User1 can assign the Owner role for RG1. (No), Statement 3: User1 can create a new resource group and deploy a virtual machine to the new group. (Yes)
- DStatement 1: The Group1 members can view the configurations of the Azure functions. (Yes), Statement 2: User1 can assign the Owner role for RG1. (No), Statement 3: User1 can create a new resource group and deploy a virtual machine to the new group. (No)
- EStatement 1: The Group1 members can view the configurations of the Azure functions. (No), Statement 2: User1 can assign the Owner role for RG1. (Yes), Statement 3: User1 can create a new resource group and deploy a virtual machine to the new group. (Yes)
- FStatement 1: The Group1 members can view the configurations of the Azure functions. (No), Statement 2: User1 can assign the Owner role for RG1. (Yes), Statement 3: User1 can create a new resource group and deploy a virtual machine to the new group. (No)
- GStatement 1: The Group1 members can view the configurations of the Azure functions. (No), Statement 2: User1 can assign the Owner role for RG1. (No), Statement 3: User1 can create a new resource group and deploy a virtual machine to the new group. (Yes)
- HStatement 1: The Group1 members can view the configurations of the Azure functions. (No), Statement 2: User1 can assign the Owner role for RG1. (No), Statement 3: User1 can create a new resource group and deploy a virtual machine to the new group. (No)
How the community answered
(24 responses)- A8% (2)
- B71% (17)
- C17% (4)
- H4% (1)
Explanation
B is correct because Azure RBAC inheritance flows downward: Group1's Reader role on MG1 propagates to Sub1 -> RG1 -> Azure functions (Statement 1: Yes); User1's User Access Administrator role on MG1 also inherits to RG1, and UAA explicitly grants the ability to assign any role-including Owner-at the inherited scope (Statement 2: Yes); however, Virtual Machine Contributor does not include Microsoft.Resources/subscriptions/resourceGroups/write, so User1 cannot create a new resource group, even though they could deploy a VM into an existing one (Statement 3: No).
The most common trap is Statement 3-candidates conflate "can manage VMs in a subscription" with "can create resource groups," but resource group creation requires at least Contributor at the subscription scope. The other trap is Statement 2-some candidates assume UAA can only assign roles up to UAA's own level, but UAA is specifically designed to grant full role-assignment authority regardless of role level.
Memory tip: Think of UAA as a "delegation key"-it unlocks the door to assign any role at that scope, but it doesn't give you the content permissions (like creating resources) that come with those roles. Separately, always ask "does this role include resource group write?" for VM-related questions-the answer for VM Contributor is no.
Topics
Community Discussion
No community discussion yet for this question.
