I got Application Insights up and running for my ASP.NET application. Then, I installed Microsoft.ApplicationInsights.NLogTarget package and added ApplicationInsightsTarget
to my NLog configuration. It seems to be working fine. At least I can see outgoing requests to dc.services.visualstudio.com:443
. Now, where on Azure Portal do I see my log entries? APPLICATION INSIGHTS -> Activity log page is always empty.
Update: The issue was I thought all regular NLog messages should appear as they were in terms of event category, i.e. Info, Warn, etc. But the reality was ANY NLog messages went as TRACE entries in Application Insights. Kind of disappointing.