In my company it is said that the infrastructure part, resource group and the Azure Data Factory (ADF), should be set up with Terraform by the Infrastructure team. As this is done they are also including Tags to the ADF and all looks correct when deployed to UAT environment.
My development team is supposed to include the content of the ADF. We use GIT integration and the, by Microsoft, recommended way of deploying our ADF by publishing our content to the adf_publish folder. Then the ARM template is deployed to UAT environment.
After deployment of ARM template the, by Infrastructure team, included Tags has been removed.
Is there any way to make sure the Tags remains?
Further, the other way, we have included global parameters as part of our content and when the Infrastructure team redeploys the infrastructure parts, they are removed from our content.
Is it possible to mitigate?