ADF Git Repo Integration Issue
Hi All,
We have created an ADF service and runs for a while. We want to integrate it with our git repo and build CI/CD pipelines for it.
Configuration
We followed the document(source-control) , main branch is updated
Checked "Import existing Data Factory resources to repository"
and adf resources are imported to git normally:
Publish
When I press "Publish" button and adf created a pull request in branch "adf-publish":
You could see the PR is trying to delete all the files which we published before(this repo has multi projects than ADF related files)
Is my operation not right? or do we need a seperate repo which is only used by ADF?
Second Publish
Because of the problem I descript above so I deleted the branch and try to republish it:
It still try to delete all other resources but you could see that there's no global parameters and template info compared with the first publish