I have an ASP.NET 4.6.2 application running on AppService. The application is deployed through the swap of a deployment slot and Application Insights is set as application configuration on AppService (this is done automatically by Azure Portal when creating the resource). Sometimes it happens that the Application Insight events are no longer sent (or received) without any change. The application has plenty of memory and CPU, so a lack of resources doesn't seem to be the issue, however one week after the last deployment I suddenly see all the charts' data vanishing (except for the healthchecks I setup in ApplicationInsights)
I don't really know how to debug this, but other services running on .NET6 have never experienced this issue, instead this service giving issues a couple of months ago after ~2y of operation.
I currently have the latest version of ApplicationInsights installed (2.20.0)