AZ-400 · Question #291
Drag and Drop Question You have a private project in Azure DevOps and two users named User1 and User2. You need to add User1 and User2 to groups to meet the following requirements: - User1 must be abl
The correct answer is User1: Project Administrators; User2: Contributors. Creating a code wiki in Azure DevOps requires Project Administrator privileges because provisioning a new wiki (publishing code as a wiki) involves repository-level permissions that only Project Administrators possess by default. User2 only needs to edit existing wiki pages, whic
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- User1: Project Administrators
- User2: Contributors
Explanation
Creating a code wiki in Azure DevOps requires Project Administrator privileges because provisioning a new wiki (publishing code as a wiki) involves repository-level permissions that only Project Administrators possess by default. User2 only needs to edit existing wiki pages, which is within the capability of the Contributors group, satisfying the principle of least privilege by not granting more access than necessary. Contributors can read and write wiki content but cannot create new code wikis, making this the minimum required role for User2's task.
Topics
Community Discussion
No community discussion yet for this question.
