Application Insights and Log Analytics is Experiencing Data Latency- 07/23 – Resolved

Final Update: Friday, 23 July 2021 21:47 UTCWe’ve confirmed that all systems are back to normal with no customer impact as of 7/23, 21:50 UTC. Our logs show the incident started on 7/23, 21:00 UTC and that during the incident customers may have experi… Continue reading Application Insights and Log Analytics is Experiencing Data Latency- 07/23 – Resolved

Memory dumps for hang or performance issues, “automated” approach

You should be using this method when the slow processing is hard to predict, so you would rather let a monitoring tool to trigger the dump collection when issue is manifesting. If you can witness the IIS performance issue, you could apply these steps i… Continue reading Memory dumps for hang or performance issues, “automated” approach

Memory dumps for hang or performance issues, “manual” approach

You should be using this method when the slow HTTP processing can be easily reproducible, when you can easily predict that a request processing would be slow.
 
An alternative to the approach below is to trigger a memory dump collection with a FRE… Continue reading Memory dumps for hang or performance issues, “manual” approach