Azure – How to programmatically stop and start a console application?
I have a console application written in C# that I plan to deploy to Azure. I need to be able to programmatically control its execution — specifically, start and stop the app using code (c#). Any suggestion? Since I am…