Implement Microsoft HealthChecks Module
For large deployments it is important to have proper system health check capabilities. Client is requesting that you implement the Microsoft.Extensions.Diagnostics.HealthChecks module and define a /health, /shealth, or /healthz endpoint natively. This is of great importance in large deployments. One factor being that the load balancer will need health check information to avoid routing to a server with issues.
4
votes
Chris McFarland
shared this idea
-
Travis Hall commented
Please reference the official Microsoft documentation for ASP.NET:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.diagnostics.healthchecksAlso requested in SR-129938-G2R2B by Adriano González.