Operating an ASP.NET Core application on Azure App Services: real world troubleshooting with WinDbg

I got a call last Monday at 11am that some alerts have fired, and we got the first tickets from our users. After a short analysis, we found that the handle count of an instance has reached the upper limit and all available TCP connections have been used up. We were not able to reproduce…