0

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!

James Lau
  • 1
  • 1
  • 2

1 Answers1

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