https://learn.microsoft.com/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-6.0 Basic Sample: `builder.Services.AddHealthChecks();` and `app.MapHealthChecks("/health");` Third-party library for dependencies: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
https://learn.microsoft.com/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-6.0
Basic Sample:
builder.Services.AddHealthChecks();andapp.MapHealthChecks("/health");Third-party library for dependencies: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks