Sitemap

How you can trigger Azure data factory pipeline with the help of the Azure logic app

2 min readDec 4, 2021

Hello, friends in this blog we will see how to trigger the azure data factory pipeline using a logic app.

Step 1:
Create the Azure Data Factory pipeline for your integration.

Press enter or click to view image in full size

Step 2:

Create a logic app of your preference, for this blog I am creating an HTTP trigger logic app.

Press enter or click to view image in full size

Step 3:

Now click on add step and search for Azure data factory.

Press enter or click to view image in full size

Step 4:

Select create pipeline run and fill the required information.

Press enter or click to view image in full size

Step 5:

Trigger your logic app and let it finish the run. Once that is done go to the monitor section of your Data factory and check whether the integration pipeline is triggered or not.
Since we are triggering the pipeline from the logic app the triggered will be a manual trigger instead of your ADF trigger name.

Press enter or click to view image in full size

Hope this helps.