Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
209 stars 69 forks source link

Advantage over Microsoft Recommended CI/CD with Git Integration ? #316

Closed stas-sultanov closed 1 year ago

stas-sultanov commented 1 year ago

Greetings! Thank for your work! It is amazing!

I can clearly imagine how this tool is useful for an individual. Just one engineer doing work with DataFactory. All those granual deployments of each component.

What I can not understand is what advantages this tool provides to a Team of engineers doing their work with one DataFactory. Advantages over the CI/CD approach with Git integration, which is provided by Microsoft. Here I refer to new CI/CD flow

All those granual deployments of the DataFactory components just won't work in the Team scenario. It will require super extra effort to gather and compile changes made by several engineers and bring those changes to environment. It will be much easier to just drop DataFactory and create new one and deploy complete state...

Could you please explain what I am missing... Thank You!