Good afternoon, my friends, I would like to inform you that I am Brazilian so I would like to apologize for my English.
I have an azure webjob and want to set it to run every 15 minutes.
I'm deploying my webjob using Visual Studio and I already have my settings.job file. My problem is that when I set up to run every three minutes, it works perfectly, but when I set it to run every fifteen minutes, it works only minutes 0,15,30,45.
I hope you have managed to understand me
This is how my settings.job file is:
{ "schedule": "* */15 * * * *" }