I want to run a scheduled script using WebJob. Due to source control enabled, I could not create WebJob using portal & had to copy files using Kudu (Diagnostic) Console. These are the files under triggered jobs in the folder:
The run.js file simply calls an API. The settings.job contains the schedule I want it to run at: { "schedule": "0 /1 * * * *" } But the job does not start on its own or shows up in list of WebJobs:
Is there something else that needs to be done to publish or trigger a WebJob or something more that I need to add to settings.job file? I have been referring to this