Forum Discussion
Messan APETE
Jan 09, 2024Copper Contributor
Trigger a job ondemand
Hello, I am very new to ADF and my principal background is SQLServer Agent. I wonder if there is a way in ADF to create a job that will be triggered on demand as in SQLServer Agent ? If possible, ...
- Jan 13, 2024Hi,
Yes, it is possible to run an ADF pipeline on demand via Azure Rest API call. Please find the Microsoft link below how to do it. We are also using this capability in our project(s).
Link: https://learn.microsoft.com/en-us/rest/api/datafactory/pipelines/create-run?view=rest-datafactory-2018-06-01&tabs=HTTP
Soumend7115
Jan 13, 2024Copper Contributor
Hi,
Yes, it is possible to run an ADF pipeline on demand via Azure Rest API call. Please find the Microsoft link below how to do it. We are also using this capability in our project(s).
Link: https://learn.microsoft.com/en-us/rest/api/datafactory/pipelines/create-run?view=rest-datafactory-2018-06-01&tabs=HTTP
Yes, it is possible to run an ADF pipeline on demand via Azure Rest API call. Please find the Microsoft link below how to do it. We are also using this capability in our project(s).
Link: https://learn.microsoft.com/en-us/rest/api/datafactory/pipelines/create-run?view=rest-datafactory-2018-06-01&tabs=HTTP