Azure-Player / azure.datafactory.devops

Azure DevOps Deployment Tasks for Azure Data Factory objects
MIT License
39 stars 21 forks source link

return to the original state when task fails #155

Closed ederfdias closed 7 months ago

ederfdias commented 8 months ago

When I run the pipeline and the task fails for any reason the triggers on the data factory that will be deployed keep stopped.

There is a way to return the data factory to original state?

NowinskiK commented 7 months ago

No, there is no way to return to the previous state with the same set of objects. What you can do is redeploy from the previous version of your (working) code. I assume you built a Build pipeline which generates and versiones all your ADF artifacts before you start deploying them. If you're not sure how to do that, check out my YouTube channel and this playlist: Kamil Data Geek - Azure explained / ADFTools playlist