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
Yes, no problem, here is another nice and easy to follow example Get Started with Azure Cloud Services. It (also) clearly shows how to implement the WorkerRole. You can use the WebRole to manage your service.