AZ-400 · Question #415
Drag and Drop Question You have an Azure subscription that contains a project in Azure DevOps named Project1. You have three Azure Active Directory (Azure AD) users that require access to Project1 as
The correct answer is Readers; Project Administrators; Contributors. The correct arrangement follows the principle of least privilege by assigning each user only the minimum permissions needed for their role. A user who only needs to view project information gets 'Readers' (read-only access), a user who needs to manage the project, its settings, a
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- Readers
- Project Administrators
- Contributors
Explanation
The correct arrangement follows the principle of least privilege by assigning each user only the minimum permissions needed for their role. A user who only needs to view project information gets 'Readers' (read-only access), a user who needs to manage the project, its settings, and users gets 'Project Administrators' (full project control), and a user who needs to contribute code, work items, and pipelines gets 'Contributors' (read/write without administrative control). This ensures no user has more access than their responsibilities require, satisfying the least privilege principle.
Topics
Community Discussion
No community discussion yet for this question.

