Junior Azure

What is Application Insights?

  • Application Insights is an APM (Application Performance Monitoring) service.
  • Tracks requests, dependencies, exceptions, page views, and telemetry for .NET

apps.

Example – Integrating with ASP.NET Core:

builder.Services.AddApplicationInsightsTelemetry(builder.Configurati

on["APPINSIGHTS_INSTRUMENTATIONKEY"]);

More from Microsoft Azure Tutorial

All questions for this course