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
You can run whatever you want, including a Windows Service.
I think you'd be happier converting to a WorkerRole, though, which should be very straightforward.