Is there an action that will trigger a Data Factory Pipeline to run?

Mike Kiser 1,536 Reputation points
2020-07-08T18:15:48.997+00:00

Is there a Logic App Action that will trigger a Data Factory Pipeline to run? I really need this to speed up a long running query...
Thanks
Mike

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

Answer accepted by question author

MayankBargali-MSFT 71,021 Reputation points Moderator
2020-07-09T07:53:18.647+00:00

Hi @ewinkiser

Unfortunately, there are no logic app triggers for ADF: https://learn.microsoft.com/en-us/connectors/azuredatafactory/
You can try creating a recurrence schedule, then using HTTP action, adding the ADF endpoint.

You can also refer to this if this helps: https://mitchellpearson.com/2020/05/11/azure-data-factory-executing-an-adf-pipeline-from-azure-logic-apps/

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.