Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This document provides the information on how to setup new web jobs and configure existing web jobs schedule tasks to run as Azure WebJobs. This topic is divided into three parts:

...

  1. Open Microsoft Azure Portal, on the home page, click App Services.

  2. Select the App Service through which your web job will run.

  3. After selecting App Service, on the newly opened right pane, select “WebJobs“ under “Settings

  4. 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.

  5. Under File Upload, click upload button and a new window opens. Now select the zipped file created in Part 1.

  6. Set the Scale to Single Instance.

  7. 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.

    Image RemovedImage Added