Azure WebJobs provide an easy way to run scripts or programs as background processes in the context of an App Service web app, API app, or mobile app. You can upload and run an executable file such as:
These programs run as WebJobs on a schedule (cron) or continuously.
You can use the WebJobs SDK is to simplify the code you write for common tasks that a WebJob can perform, such as image processing, queue processing, RSS aggregation, file maintenance, and sending emails. The WebJobs SDK has built-in features for working with Azure Storage and Service Bus, for scheduling tasks and handling errors, and for many other common scenarios.
Version | Release Date |
---|---|
2.0.0-beta1 | 2016-07-14 |
1.1.2 | 2016-04-22 |
1.1.1 | 2016-01-13 |
1.1.0 | 2015-11-19 |
1.1.0-rc1 | 2015-11-02 |
1.1.0-beta1 | 2015-09-16 |
1.1.0-alpha2 | 2015-08-12 |
1.1.0-alpha1 | 2015-07-10 |
1.0.1 | 2015-03-19 |
1.0.1-alpha1 | 2015-02-18 |
1.0.0 | 2014-10-17 |
1.0.0-rc1 | 2014-09-22 |
0.6.0-beta | 2014-09-13 |
0.5.0-beta | 2014-09-05 |
0.4.1-beta | 2014-08-30 |
0.4.0-beta | 2014-08-21 |