After searching over the Internet I found 2 ways to install an existing Windows service project on Windows Azure.
- Create setup and add it startup task of web/worker role and spin up that role so it would install window service
- Migrate logic of window service to worker role and spin up
My purpose is to get a Windows service on cloud as I have already application on windows azure websites (WAWS) so what should be best way to put window service on cloud from above.
and what would happened when I'll scale from 1 to more instance for above cases.
Thanks in advance for any help.
/Arun.