| Property | Value |
|---|---|
| Severity | Warning |
| Category | ASP.NET Core |
| Code fix | No |
| Analyzer | Al1106MissingHealthChecksAnalyzer |
| Enabled by default | Yes |
Health checks are essential for container orchestration platforms (Kubernetes, Docker Swarm) to determine service availability. Add builder.Services.AddHealthChecks() and app.MapHealthChecks() to expose /health endpoints for liveness and readiness probes.