Hi there -
We have deployed a new Kentico Experience 13 site (v13.0.112) into an Azure web app and have been attempting to set up Azure Application Insights, which we saw was not receiving data from the app.
After consultaiton with Microsoft technicians, they confirmed that the presence of System.Diagnostics.DiagnosticSource.dll in the application (in /bin) was the cause of the issue, as it's incompatible with app insights.
On investigation, we noticed this is refrenced in the front-end app but not used, and can be excluded.
On the admin side, the DLL is used for the link checker function. We don't currently use that function and could theoretically exclude/replace it from the application, however we'd prefer not to modify the core appliation.
Do you have any input or suggestions on a method around this?