Windows Service to Azure?

后端 未结 7 1848
面向向阳花
面向向阳花 2020-12-14 00:23

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

7条回答
  •  粉色の甜心
    2020-12-14 01:02

    Yes you can do that - for a simple walkthrough see http://blogs.msdn.com/b/mwasham/archive/2011/03/30/migrating-a-windows-service-to-windows-azure.aspx

    Other links with relevant information:

    • Getting a Service to Run Inside of an Azure Worker Role
    • http://www.codeproject.com/KB/azure/WCFWorkerRole.aspx

提交回复
热议问题