Hello everyone,
I created a webjob (console application) in visual studio. Hosted it in Microsoft Azure. It was working fine. Later I opened the same console application in a different version of Visual Studio. Edited the code, re built the code and again hosted it as a web-job in azure.
Though the console application works fine as expected when compiled and run on my local desktop.
Some of the code doesn't seems to execute when I trigger this console application in the azure as a web-job. That is a bit surprising.
Any idea what could be going wrong?
Thanks in advance!