
Answer-first summary for fast verification
Answer: Users can create Fabric items, Users can synchronize workspace items with their Git repositories
The question requires enabling two settings for User1 (a Contributor) to commit items to an Azure DevOps Git repository. Option C ('Users can create Fabric items') is essential because Contributors need this permission to create/modify items that can then be committed to the repository. Option D ('Users can synchronize workspace items with their Git repositories') is necessary for the actual Git synchronization and commit functionality. While option A mentions GitHub specifically, Azure DevOps uses Git (not GitHub), making D the correct choice for Git synchronization. Option B (Data workflows) is unrelated to version control. The community discussion shows strong consensus (80%) for CD, with the highest-upvoted comment explaining that C enables item creation/commitment and D handles Git sync (distinguishing Git from GitHub).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have a Fabric tenant containing a workspace named Workspace1 and a user named User1. User1 is a Contributor in Workspace1.
You plan to configure Workspace1 to use an Azure DevOps Git repository for source control.
You need to ensure User1 can commit items to the repository.
Which two settings should you enable for User1? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A
Users can sync workspace items with GitHub repositories
B
Users can create and use Data workflows
C
Users can create Fabric items
D
Users can synchronize workspace items with their Git repositories
No comments yet.