Azure Avoid Lock - Pointing Two WebJobs to The Same Azure Storage Account Recently we had a requirement to run multiple copies of our webjobs in parallel (with different settings and configuration) doing similar but different work.
Azure Azure Webjobs - Eliminate Gap between Runs Blog post describes trick to get Microsoft Azure Webjobs running almost all the time.
C# Building Real-time Public Transport Tracking System on Azure - Part 2: Data Collectors & Composer This is next post in series about real-time public transport tracking system development based on Azure infrastructure and services. Here we talk about data processing pipeline.
C# Disposable Dependency for Azure WebJob Recently we had experience with Azure WebJobs hosting system and specificely - with disposable jobs. This blog post will describe how to properly handle disposable job dependency. Why Dependency? You might ask, why I need to have dependencies for the Azure WebJob. The only