© Rob Reagan 2018
Rob ReaganWeb Applications on Azurehttps://doi.org/10.1007/978-1-4842-2976-7_8

8. WebJobs

Rob Reagan
(1)
Chattanooga, Tennessee, USA
 
Thus far, we’ve discussed creating Web Apps and several options for data storage. When building a web application, it’s not just about creating web methods and answering page requests, though. Sometimes, processes need to run on a schedule, or you need to respond to events that occur. Examples include sending daily e-mails, texting users a welcome message when they sign up, creating daily reports, and archiving data.
How can we handle these requirements? We could spin up a VM, then write a set of console applications to periodically wake up and do some work. We’d also need to write a monitoring service ...

Get Web Applications on Azure: Developing for Global Scale now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.