I am trying to build a Windows Container based Micro-Service on Server 2016 CTP5 using .net 4.5.
In the non-container world, I am using a console app deployed as a Windows Service that subscribes to a queue and does its work.
In a container, I can just run the console app and it seems to run just fine. Is there a need to install it as a Windows Service?