I want to run my pipeline at 4:15,5:16,11:23,18:19 on 1st and last day of month.How can I achieve this using schedule trigger in Azure data factory?If there is any other way(other than using schedule trigger) how can we do?
I want to run my pipeline at 4:15,5:16,11:23,18:19 on 1st and last day of month.How can I achieve this using schedule trigger in Azure data factory?If there is any other way(other than using schedule trigger) how can we do?
Hey,
Based on my understanding it is not possible to have such above timings in a single trigger in ADF.
you would have to create 4 scheduled triggers for each unique timing.
You could have created a single trigger with different hours but same minutes but in your case since minutes are alos unique, we would need different triggers.
There are other ways by triggering the ADF rest API via other Azure offerings like Logic app, Azure Automation etc. But still you would need to create different schedules to trigger those offerings as well.
So best I would suggest create 4 different triggers.
@HimanshuSinha-MSFT, @KranthiPakala-MSFT, @nasreen-akter : please provide your thoughts or correct me if I am wrong.
hey @NandanHegde-7720,
Well,Thanks for the info.
Hey,
Can you please accept it as answer if it resolved your query as it might benefit other community members as well
5 people are following this question.