Azure Functions or WebJobs? Where to run my background processes on Azure?
Introduction
Azure WebJobs have been a quite popular way of running background processes on Azure. They have been around since early 2014. When they were released, they were a true PaaS alternative to Cloud Services Worker Roles bringing many benefits like the WebJobs SDK, easy configuration of scalability and availability, a dashboard, and more recently all the advantages of Azure Resource Manager and a very flexible continuous delivery model. My colleague Namit previously compared WebJobs to Worker Roles.… [Keep reading] “Azure Functions or WebJobs? Where to run my background processes on Azure?”