This weekend I had the honor to speak at CloudBrew, a 2 day conference organized by AZUG, the Belgium Microsoft Azure User Group.
I really enjoyed the conference; great sessions, nice location, good food. I had the time to chat up with some other community members.
Advanced telemetry with Azure Monitor Application Insights
I did a session about Application Insights:
You've added the Application Insights NuGet or NPM package to your application, but now what? This demo-driven session will show you how to get the maximum out of Application Insights and achieve true insights in your application behavior and performance. Profiling, dependency tracking, snapshots, extensibility, availability,... no feature remains untouched.
In case you are looking for my slides, they can be found here: https://github.com/wullemsb/presentations/tree/main/CloudBrew%20-%202022
During my presentation I used 2 demo applications. They are both an adaption of the eShopOnWeb reference application.
One application shows how to implement the Application Insights SDK in an ASP.Net Core Razor Pages and Blazor application:
The other application shows how to implement OpenTelemetry in your ASP.NET Core application and send this telemetry data to Application insights:
I’ve written a list of related blog posts(and more will come). Check them all out here: https://bartwullems.blogspot.com/search?q=application+insights