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

Aditya.Somwanshi
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.

Step 2:

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

Step 3:

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

Step 4:

Select create pipeline run and fill the required information.

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.

Hope this helps.

--

--