Health Checks

Health checks are endpoints that report whether an app and its dependencies (DB, cache, APIs) are healthy for monitoring and load balancers.

Health checks expose simple endpoints (often /health) so monitoring tools and load balancers can verify an application and its dependencies.

  • Check SQL Server, external APIs, disk space, etc.
  • Supports liveness vs readiness checks
  • Useful for reliable deployments