1
Good afternoon, I’m trying to publish a Webjob on Azure to run every 15 minutes.
I am publishing directly by visual studio and already put the file Settings.job.
My problem is that when I put to run every 3 minutes it works fine, but when I put 15 minutes, it only works in full hours (0,15,30,45).
Follows as is my file Settings.job:
{ "Schedule": "0 0/15 * * * *" }