This document discusses Azure Web Jobs. It defines Azure Web Jobs as lightweight background tasks that can be run on a schedule or continuously in an Azure website. Web Jobs are useful for image processing, queue processing, file maintenance and other long-running tasks. The document outlines how to create a Web Job by uploading a script file and connecting to an Azure storage account. It compares Web Jobs to worker roles and workflows, noting that Web Jobs are cheaper and easier to set up than worker roles but have fewer resources and could impact the website.