Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
The cron expression on your portal UI requires 5 parameters but only triggers on 6
Bret Wagner
15
Reputation points
I've been creating webjobs for years. Your UI used to require a 6 parameter cron expression but now it throws a validation error when you use 6. It only allows a 5 parameter expression. It appears that the {second} parameter is not accepted. However, the job never runs when you use the 5 parameter expression. You have to go into the settings.job file to alter the expression in order for the job to actually run.
Azure App Service
Azure App Service
Sign in to answer