AZ-305 Design identity, governance, and monitoring solutions • Set 13
AZ-305 Design identity, governance, and monitoring solutions Practice Test 13 — 15 questions with explanations. Free, no signup.
You are troubleshooting access for a user named John Doe. The exhibit shows the output of Get-AzRoleAssignment. John reports he cannot create virtual machines in the Prod resource group. Other users with the same role can create VMs. What is the most likely cause?
Refer to the exhibit.
```powershell
PS Azure:" Connect-AzAccount
PS Azure:" Get-AzRoleAssignment -Scope "/subscriptions/12345-abcde/resourceGroups/Prod" | Where-Object {$_.RoleDefinitionName -eq "Contributor"}
RoleAssignmentId : /subscriptions/12345-abcde/resourceGroups/Prod/providers/Microsoft.Authorization/roleAssignments/abc123
Scope : /subscriptions/12345-abcde/resourceGroups/Prod
DisplayName : John Doe
SignInName : john@contoso.com
RoleDefinitionName : Contributor
RoleDefinitionId : b24988ac-6180-42a0-ab88-20f7382dd24c
ObjectId : 11111111-2222-3333-4444-555555555555
ObjectType : User
CanDelegate : False
Description :
ConditionVersion :
Condition :
```