Changing azure webjob occurrence
You can set the schedule via Visual Studio.
- Open project in Visual Studio.
- In Solution Explorer, expand project properties, delete Webjob-publish-settings.json and confirm when prompted. (You'll re-create this shortly)
- Right-click project in Solution Explorer, Publish as Azure WebJob
- Select "Run on a Schedule" in the "WebJob Run Mode" list.
- Set recurrence, start date/time and (optionally) end date/time and recurrence pattern.
- Click OK. (This should re-create .json settings file with new config info)
- Click Publish in the dialog box to publish the WebJob with the new schedule.
Source: Azure 70-532 Study Guide