1

I have created an App Function with Blob Trigger on Azure. I want to know if it's possible to launch the trigger IF the trigger hasn't been launch during 24 hours. I know that it's an option to launch the trigger each X hours but is there an option to launch it if it's not launched during 24 hours. FYI, The trigger is launched if there is an update on a file. Thanks

Md Farid Uddin Kiron
  • 16,817
  • 3
  • 17
  • 43
Memo
  • 213
  • 3
  • 13

1 Answers1

1

I think you are looking for multiple triggers, you can either have blob trigger or timer trigger for the moment according to this :

Multiple triggers for an Azure Function

Anass Kartit
  • 2,017
  • 15
  • 22