I have a process running within a windows based azure app service which runs the plan out of memory and I'm assuming the thread is being killed by something.
I'm trying to find evidence of this happening in some sort of logging but can't, all I can see is in the metrics high memory usage and high garbage collection:
Is there anywhere I should expect to find the evidence, e.g. something I could alert on. My app does have peaky memory patterns so just looking for memory usage isn't viable.

