AZ-104 · Question #64
Drag and Drop Question You have an Azure subscription named Sub1 that contains two users named User1 and User2. You need to assign role-based access control (RBAC) roles to User1 and User2. The…
The correct answer is User1: Reader and Data Access; User2: Owner. User1 requires 'Reader and Data Access' because this role grants the ability to view (read) data within storage accounts, including listing storage account keys to access blob, queue, and table data - satisfying the requirement with least privilege. User2 requires 'Owner'…
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- User1: Reader and Data Access
- User2: Owner
Explanation
User1 requires 'Reader and Data Access' because this role grants the ability to view (read) data within storage accounts, including listing storage account keys to access blob, queue, and table data - satisfying the requirement with least privilege. User2 requires 'Owner' because assigning RBAC roles (such as granting users the Contributor role) requires the Microsoft.Authorization/roleAssignments/write permission, which is only available in the Owner role (not Contributor or Storage Account Contributor). The principle of least privilege is maintained by not assigning Owner to User1, who only needs data-read access.
Topics
Community Discussion
No community discussion yet for this question.

