...
Most of the existing schedule task functionalities are available in Azure Web jobs.
Only Once, Daily, Weekly, Monthly, Monthly Relative types of frequencies are supported.
The Scale of the job will always be “Single Instance” and Type “Continuous” on Azure Portal
...
Below points are not in the scope of WebJobs:
Run History Tab on Scheduled Task records will not be updated.
The functionality of the checkbox
...
“Delete the task if it is not scheduled to run
...
again” is not in scope for now.
Frequency types Run when computer is idle and Run when service starts is not supported.
Part 1: Code File Config Changes
...
Open Microsoft Azure Portal, on the home page, click App Services.
Select the App Service through which your web job will run.
After selecting App Service, on the newly opened right pane, select “WebJobs“ under “Settings“
Under WebJobs, click + sign to add a new web job. A new pane Add WebJob opens on the right side of the screen. Under Name, give any meaningful name for the job.
Under File Upload, click upload button and a new window opens. Now select the zipped file created in Part 1.
Set the Scale to Single Instance.
Click OK, it may take few seconds for the job to be visible on the dashboard in Running Status. This will ensure that the scheduled tasks will start executing as per their schedule.