Migrate just one Azure data factory pipeline via DevOps

Binway 696 Reputation points
2021-12-21T00:27:28.207+00:00

I have a ADF-Dev environment that has got multiple pipelines that are not in ADF-Prod. From the information I have been working through they all show brand new environments where dev is in sync with Prod. In my scenario other developers have created quite a few ADF pipelines all in the same branch so that when I look at creating a DevOps pipeleine/Release process I am informed that I am going to update/add 20 or so pipelines. I am trying to select just the ADF pipeline that I have worked on just for release. I can create a new feature branch and make some changes to just my pipeline then maybe get that from ADF-Dev to ADF-Prod. Would that be the way to do it or will it always be that I have these other ADF pipeleines that will always want to come across as well. And I believe triggers don't go through DevOps and should be created manually in prod??
Hope this makes sense.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,533 questions
{count} votes

Accepted answer
  1. MartinJaffer-MSFT 26,081 Reputation points
    2021-12-22T17:46:42.477+00:00

    Hello anonymous user and welcome to Microsoft Q&A.

    Ideally, the things you want to migrate would make up the collaboration branch. The collaboration branch is like a master branch, as is what gets published from.
    As you only want to migrate just a couple changes, this sounds similar to a hotfix rather than a normal update. Read about the hotfix approach here.

    There is a way to publish triggers. However, do note that triggers cannot be updated while active. There is a script to stop-start triggers here.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.