I'm using Topshelf to create a windows service and i'm thinking of integrate it with WebJobs SDK. Can anyone point me in the right direction on how to setup? Thanks!
Asked
Active
Viewed 547 times
1 Answers
0
As you mentioned that you need to use TopShelf to create a windows Service. As WebJos is attached to the WebApp and WebApp is SandBox.It is not allowed us to install windows service on it.
If you want to use TopShelf, please have a try to use Azure CloudService or Virtual machine as a workaround.

Tom Sun - MSFT
- 24,161
- 3
- 30
- 47
-
My question is integrate with WebJobs SDK, not WebJobs. – James Lau Apr 12 '17 at 03:19