An Azure service for ingesting, preparing, and transforming data at scale.
Hello Betty !
Thank you for posting on Microsoft Learn Q&A.
You’re missing the Git create repository permission at the project scope in Azure DevOps.
What you need to configure ADF Git ?
- If you want ADF to create a new repo during setup: project-level permission: create repository = Allow.
- If you connect ADF to an existing repo: repo-level permissions: read, contribute, create branch (so ADF can create your collaboration and adf_publish branches). On the Azure side, you also need data factory contributor (or higher) on the ADF resource.
How to grant create repository ?
- in Azure DevOps go to project settings then repositories then security
- select the project node (not an individual repo)
- select your user or team (often contributors)
- set create repository to allow
If your organization restricts repo creation to admins, a project administrator (or project collection administrator) will need to either grant you that permission or create the repo for you. After that, you can choose use existing repository in the ADF Git configuration.