Kenny_I
Kenny_I

Reputation: 2513

How to trigger Azure Data Factory pipeline from Web application? Rest API call possible?

Is it possible to do Rest API call from web app to data factory to trigger pipeline? We have need to let end-users in web app to let trigger integration executed by data factory.

If not possible what are workarounds?

Upvotes: 0

Views: 498

Answers (1)

Ghassen Sultana
Ghassen Sultana

Reputation: 1402

You can do this using logic app.

with logic apps that have a request trigger and the pipeline trigger a data factory workflow as below.

enter image description here

Upvotes: 1

Related Questions