QuestionQ56

Maintain a data analytics solution

You have a Fabric tenant that contains a workspace named Workspace1 and a user named User1. User1 is assigned the Contributor role for Workspace1.

You plan to configure Workspace1 to use an Azure DevOps repository for version control.

You need to ensure that 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.

Choose two
  • 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
Explanation

To commit items to an Azure DevOps repository, User1 must have both: (C) permission to create Fabric items—the objects being committed—and (D) permission to synchronize workspace items with Git repositories—enabling the sync and commit workflow. Option A specifically refers to GitHub, not Azure DevOps, and B concerns data workflows, not version control.

Community Discussion

No comments yet. Be the first to start the discussion!