Hello,
We have processes that need to be run in the background, so we chose Azure functions for that.
However, our processes are interrupted randomly, at different times of processing (sometimes 30%, sometimes 70%, sometimes the process ends without problem ...) and we have no errors returned by Azure functions (this does not not seem to be a timeout problem). The same process launched synchronously works perfectly and our error management for this process is complete (if it came from the process, it would appear in our logs).
Is there any way to find out what's going on with Azure Function?