AZ-400 · Question #291
AZ-400 Question #291: Real Exam Question with Answer & 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, whic
Question
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 able to create a code wiki. - User2 must be able to edit wiki pages. - The solution must use the principle of least privilege. To which group should you add each user? To answer, drag the appropriate groups to the correct users. Each group may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content. NOTE: Each correct selection is worth one point. Answer:
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.