简体   繁体   中英

porting windows service to windows azure

I have a windows service application which executes jobs, is it possible to port the app to Windows azure?

Like the app will run continuously and collects data from third party devices.

Windows Azure offers the notion of worker role which is precisely suited for scheduled and/or intensive background tasks. Porting a classical Windows Service (that does not touch/interact with the OS) toward Azure is straightforward if the service is implemented in .NET, a bit less for other platforms.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM