Good afternoon, I'm trying to publish a WebJob on azure to run every 15 minutes.
I'm publishing directly through visual studio and have already put the settings.job file.
My problem is that when I put it to run every 3 minutes it works fine, but when I put 15 minutes, it only works at full hours (0,15,30,45).
Here's how my settings.job file looks:
{"schedule": "0 0/15 * * * *"}