Forum Discussion

Messan APETE's avatar
Messan APETE
Copper Contributor
Jan 09, 2024
Solved

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, it will be nice if somebody can point me to the documentation or a sample to do so.

 

Regards

  • 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

1 Reply

  • Soumend7115's avatar
    Soumend7115
    Copper 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

Resources