Hi team, can someone help with suggestions to automatically rollback ADF deployment to previous version using DevOps practices

Ramanjaneyulu Chintha 0 Reputation points
2023-06-10T06:10:22.0866667+00:00

Hi team, Can someone help me with suggestions to automatically rollback ADF deployment using Azure DevOps practices

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

2 answers

Sort by: Most helpful
  1. QuantumCache 20,366 Reputation points Moderator
    2023-06-20T17:47:25.4533333+00:00

    Hello @Ramanjaneyulu Chintha, thanks for reaching on this forum,

    Yes, you can use DevOps practices to automatically rollback Azure Data Factory (ADF) deployments to a previous version. Here are a few suggestions:

    Use version control: Use a version control system, such as Git, to manage your ADF code. This will allow you to easily roll back to a previous version of your code if needed.

    Use release pipelines: Use release pipelines in Azure DevOps to deploy your ADF code. You can create multiple release pipelines, each deploying a different version of your code. If a deployment fails or causes issues, you can roll back to a previous release pipeline to revert to a previous version of your code.

    Use Azure Automation: Use Azure Automation to automate the rollback process. You can create a runbook that will automatically roll back your ADF deployment to a previous version. You can trigger the runbook manually or set up alerts to trigger it automatically if a deployment fails or causes issues.

    Use Azure Functions: Use Azure Functions to automate the rollback process. You can create a function that will automatically roll back your ADF deployment to a previous version. You can trigger the function manually or set up alerts to trigger it automatically if a deployment fails or causes issues.

    By following these suggestions, you can automate the rollback process for your ADF deployments and quickly revert to a previous version if needed.

    0 comments No comments

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.