I have a triggerd web job which is a console application. I deployed it by zipping the Debug folder of Console App. My Job has to run till it finished. I don't see any error and after 1 or 2 hours it get aborted. I put SCM_COMMAND_IDLE_TIMEOUT as 36000 in App Setting of App Service and this is Slot Setting. It is still aborting.. I searched here and found that we need Console.Write for web jobs. I have logging in my WebJob which logs using both System.Trace.TraceInformation and Console.Write as well. Still it aborts.
could anyone please help me why my job is still Aborting.