Changing azure webjob occurrence

You can set the schedule via Visual Studio.

  1. Open project in Visual Studio.
  2. In Solution Explorer, expand project properties, delete Webjob-publish-settings.json and confirm when prompted. (You'll re-create this shortly)
  3. Right-click project in Solution Explorer, Publish as Azure WebJob
  4. Select "Run on a Schedule" in the "WebJob Run Mode" list.
  5. Set recurrence, start date/time and (optionally) end date/time and recurrence pattern.
  6. Click OK. (This should re-create .json settings file with new config info)
  7. Click Publish in the dialog box to publish the WebJob with the new schedule.

Source: Azure 70-532 Study Guide

Tags:

Azure