Synapse Devops deployment rollback

HariKrishna-7067 120 Reputation points
2023-06-12T15:03:38.48+00:00

Hello,

During the DevOps automation for synapse, we are trying to rollback the changes. but as we know the existing pipelines can't be deleted using while rollback with a old release. I am looking to automate this process.

Please let me know if you have any suggestions on how to perform this?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,357 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bhargava-MSFT 31,256 Reputation points Microsoft Employee Moderator
    2023-06-12T20:09:33.72+00:00

    Hello Hari Krishna,

    Welcome to the MS Q&A platform.

    We have a Sample pre- and post-deployment script available for ADF to delete the old pipelines that are no longer in the release.

    We can use this as an Azure PowerShell task to stop triggers prior to deployment, start the triggers, and remove resources that are not available on the release.

    https://learn.microsoft.com/en-us/azure/data-factory/continuous-integration-delivery-sample-script#pre--and-post-deployment-script

    https://github.com/Azure/Azure-DataFactory/blob/main/SamplesV2/ContinuousIntegrationAndDelivery/PrePostDeploymentScript.Ver2.ps1

    I hope this helps.

    Please let me know if you have any further questions.

    1 person found this answer helpful.

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.