Release pipelines

arkiboys 9,646 Reputation points
2022-01-20T08:34:56.507+00:00

Hello,
In the development environment, I create sample pipelines to test, etc.
When I decide to deploy to production using the CI/CD release pipelines, what happens to the sample pipelines in dev? will they get migrated to production as well? if so, what is the best way to prevent these sample pipelines, linked services, etc. to go to prod
Thank you

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,646 questions
0 comments No comments
{count} votes

Accepted answer
  1. AnnuKumari-MSFT 31,151 Reputation points Microsoft Employee
    2022-01-20T11:00:37.037+00:00

    Hi @arkiboys ,
    Pre-requisite for deploying ADF pipelines , is ADF should be connected to GIT repository or Azure GIT. While building or developing any pipeline , we use our local branch(feature branch). Once the pipeline is ready to get merged, pull request needs to be created in order to merge it to the main branch(collaboration branch). The moment any new changes in a Pull request is merged to the main branch and we hit Publish, ARM template gets re-generated with the new Json file in the branch called 'adf_publish' .

    During migration when a release is created , all the latest changes from adf_publish will get deployed to higher environment.

    The best practice to avoid the sample pipelines from deploying to higher environment is to let them be in the local branch and not merge it to the main branch in Dev environment until those are tested and ready for deployment.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you.
      Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

0 additional answers

Sort by: Most helpful