DP-700 Exam QuestionsBrowse all questions from this exam

DP-700 Exam - Question 47


You have a Fabric workspace named Workspace1.

Your company acquires GitHub licenses.

You need to configure source control for Workpace1 to use GitHub. The solution must follow the principle of least privilege.

Which permissions do you require to ensure that you can commit code to GitHub?

Show Answer
Correct Answer:

Discussion

2 comments
Sign in to comment
5e89616Option: C
Apr 8, 2025

Contents (Read and write): Allows reading repository content. Allows pushing commits, creating branches, updating files — everything you need to commit code.

13d2a97Option: A
Apr 19, 2025

These permissions are necessary because: Actions (Read and write): This permission allows you to interact with GitHub Actions, which might be necessary for automated workflows related to your commits. Contents (Read and write): This permission allows you to read and write repository contents, which is essential for committing code.