© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
13 replies
Hulkstance

❔ Application Insights Health Checks

I'm trying to find the docs for Application Insights Health Checks. https://learn.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core?tabs=netcorenew%2Cnetcore6#use-applicationinsightsserviceoptions

I already have it setup with User Secrets which I'm going to move to Key Vault in a bit. I also added
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.21.0" />
and
builder.Services.AddApplicationInsightsTelemetry(builder.Configuration);
builder.Services.AddApplicationInsightsTelemetry(builder.Configuration);
and it worked out of box.

However, I remember there used to be something like:

builder.Services.AddHealthChecks()
    .AddApplicationInsightsPublisher();
builder.Services.AddHealthChecks()
    .AddApplicationInsightsPublisher();


but I don't see it in the docs.
Application Insights for ASP.NET Core applications - Azure Monitor
Monitor ASP.NET Core web applications for availability, performance, and usage.
Application Insights for ASP.NET Core applications - Azure Monitor
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

Application Insights Auto Instrumentation
C#CC# / help
15mo ago
✅ Supporting multiple routes for health checks in asp.net core
C#CC# / help
3y ago
Application Insights OpenTelemetry fresh install not showing stack trace
C#CC# / help
11mo ago
Need Help with Application Insights Logging Issue in Production
C#CC# / help
16mo ago