I have a function app in azure and this function app runs thousands of jobs.
Now at time it says the job is running and it actually hasnt ran at all or a time frame has been exceeded.I can see that on my UI.
I am looking for a way (WITHOUT having to use app insights as it crashes my app every time) to monitor when the job has been triggered to run and where in the code of the function app it is getting stuck ?
Is there a way to do this ?