Wednesday, December 29, 2021

Deploy an existing Azure Data Factory branch on a new ADF environment via Git Configuration

Let’s say you were referencing a branch to a newly created Azure Data Factory (ADF) environment, and it did not allow the triggering of any pipeline. When you attempted to do that, the error “Pipeline is not found, please publish first” popped up. It could also be that you were trying to publish the changes and re-triggering the pipeline but faced some challenges. Read our blog that will take you through the process of smoothly deploying an existing Data Factory repository branch on a new Data Factory environment through ‘Git Configuration’ and also resolving the pipeline error.

No comments:

Post a Comment

Understanding Jenkins and Its Architecture

Jenkins is an open-source automation server that facilitates the building, testing, and deployment of software projects. Its modular archite...