Step by Step guide
You can either configure source control at the time of ADF deployment or can keep it for later.
If you prefer to set up later Check Configure Git later in the Git Configuration tab and proceed. In this blog, we will set it up later.
![]() |
Picture |
Tip**** Make sure you sign out and sign in again, after clearing your browser cache in case you are not getting the Project name under the Azure Dev Ops organization you selected. This generally happens if you are configuring the DevOps project in parallel with ADF git setup and the browser cache is stale.
Common Errors
Verify that your Azure DevOps account is connected to the AAD account, the Azure DevOps repository is in the Default Directory (bla..bla..bla) tenant, and that your current ADF user account has been added to the Azure DevOps organization.
You can fix it by connecting the Azure Active directory used in your ADF resource to Azure DevOps Organizations. Follow the below steps.
Login to Azure DevOps Organization → Organization Settings → Overview→ Azure Active Directory → Connect directory
The Collaboration branch is the one used to push code to Other Data factory instances - DEV to QA for instance.
You can follow general best practices such as 'always create a feature branch for new enhancements' and 'never directly push to masters' or follow any policies designed by your organization.
Save in data factory will act as commits in Azure Git Repo's working branch.
Comments
Post a Comment