I\'ve written a Windows Service in C# that does a whole bunch of background admin tasks on the database. Now my customer wants to migrate the whole shebang to Azure. I kno
I would use web jobs for this, it's scheduling functionality and easy deployment/config makes this a trivial task. Zip up your .exe and upload it, then set a schedule and you're done.