Search code examples
azureazure-devopsazure-pipelinesazure-synapse

Azure Synapse Pipeline is not found when triggered manually


I have created a Pipeline in Azure Synapse that executes a simple copy activity within a for each activity.

enter image description here

When I test the pipeline using debug, the pipeline runs successfully. However, after adding a trigger to the pipeline and commiting the changes to Azure DevOps, the pipeline is not found when I trigger it manually.

enter image description here

I am asked to "publish" the pipeline, despite using Azure DevOps. Is there an additional step necessary after committing the changes to Azure DevOps to publish a pipeline trigger?


Solution

  • In order to perform a trigger run , you need to publish your changes. Only commiting the changes doesn't suffice.

    Please check the official documentation here: https://learn.microsoft.com/en-us/azure/data-factory/how-to-create-schedule-trigger?tabs=data-factory

    enter image description here enter image description here