Azure / Azure/Azure-DataFactory
DataFactory stores Environment Specific Information in Git Repo
- Dominant language
- PowerShell
- Stars
- 529
- Forks
- 623
- PR merge metrics
- No merged PRs in 30d
Description
Current Implementation of Git Integration saves environment specific information to Git repo.
This should not be happening.
Git repo must store environment agnostic configuration and sources of the application.
Currently DataFactory puts in git repo following environment specific information:
1. DataFactory instance information
2. Linked Service service names, connection string etc...
Proposed Solution:
DataFactory should not put in Git Repo information about the DataFactory Resource Name
DataFactory should not put in Git Repo information about the Linked Services
LinkedServices should be configured during the infrastructure deployment, not during the application (ADF) deployment.
Contributor guide
Assessment
This issue has not been assessed yet.