Can we revert the deployed code to ADF through DevOps pipeline. I want to revert the changes to previous version of ADF

srimedha anne 10 Reputation points
2023-06-01T06:11:53.02+00:00

Hi, We are using automatic publish way and DevOps CICD for automating Azure Data Factory deployment using DevOps pipeline. We have already deployed version1 that have 10ADF pipelines deployed and we have deployed version2 that have 5 new pipelines we deployed version2 to ADF through DevOps pipeline itself.. Now we are not satisfied with the changes made by Release2 we want to revert back the deployment using DevOps practice itself... Can someone help me with the solution for this... We are using ARMTemplates deployment tasks...

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

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
    2023-06-01T19:25:18.24+00:00

    Hello srimedha anne,

    Welcome to the MS Q&A platform.

    Yes, you can revert back the deployed code to ADF through DevOps Release pipeline.

    To do this, you need to re-deployed the release pipeline, which has the version1(with 10 ADF pipelines)

    Ex:

    In the screenshot below, to revert the changes back to Release-11(previously deployed release-12), click on view release(using more options), and hover on the stages; then, we will see the re-deploy option.

    Click on "re-deploy" to revert the changes back to the previous release.

    Please note: When you re-deploy the previous release, the release pipeline won't delete the existing pipelines, but it overwrites the current pipelines.

    User's image

    User's image

    I hope this helps. Please let me know if you have any further questions.


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.