Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 619 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 619 Bytes

HealthChecks - Demo

An example of an app to check if their different projects are healthy and to display their respective status.

Nuget Packages used: AspNetCore.HealthChecks.UI AspNetCore.HealthChecks.UI.Client

Projects

  • BlazorDemo (Blazor Server App)
  • HealthChecker (ASP.NET Core Web Application)
  • MVCDemo (ASP.NET Core Web Application)

Run Locally

  • To view the Health Check Status, you need to run the HealthChecker project and add to the URL:
  /healthchecks-ui

Reference

Intro to Health Checks in .NET Core