0

I already have an HTTP trigger function that I have published in Azure. I want to run the HTTP trigger on daily basis. So I thought I would create another timer trigger to call the HTTP trigger. Is this the right way to do it?

d219
  • 2,707
  • 5
  • 31
  • 36
  • 3
    Why do you want to have an http trigger function? If the idea is to trigger a function on a daily basis, simply use a time trigger function and set the cron accordingly. – R.christie Feb 11 '22 at 06:01
  • You are having a HTTP trigger function already, do you have client programs that use that already? If yes, then you need to have this another timer function that runs daily and can call that http trigger function - no harm in that. The timer triggered function may/could be running on a different host than your http trigger function, so make no assumptions. – Anand Sowmithiran Feb 11 '22 at 06:34
  • Thank you very much. It worked, and please excuse the delay in replying; I automated it using the Timmer trigger function. – Bharath Venkatesan Sep 01 '22 at 07:27

0 Answers0