Forum Discussion
drhorg4
Jun 14, 2023Copper Contributor
Trigger ADF from REST API with parameters
I need to call from website (or Azure function) a data factory pipeline using a POST REST API ( likely Pipelines - Create Run - REST API (Azure Data Factory) | Microsoft Learn) . The post simply send...
Jonas
Sep 07, 2023Copper Contributor
That is the correct enpoint. Once you hit the endpoint, you will be able to see your pipeline running in the monitoring tab on you ADF workspace, given the parameters on the body of the request. The endpoint returns the runID. Best regards