WebJobs: lessons learned
I recently worked through a project which required us to move a Windows Service to Azure. The Windows Service was a queue listener pointed at an Azure Service Bus which received messages then processed them against other APIs or directly against a database. Most of the code was copy/paste, but I did run into a few gotcha's that took some debugging, digging, and diligent research.
We considered the following: