Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,326 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi all;
Is this still the latest/greatest way to integrate Application Insights with my Blazor server app? I want to use this for figuring out the hot spots when load testing including the SQL queries (via Entity Frameworks).
And while that link has what I think is a deprecated call, is the following how I get them connected?
builder.Logging.AddApplicationInsights();
builder.Services.AddApplicationInsightsTelemetry();
thanks - dave
Hi @David Thielen,
I know you've asked similar question here, but short answer is yes; that's how you would connect Application Insights to your ASP.NET server app i.e. Blazor Server.