Enable simple ASP.Net Core health check
I needed to add health check for my Web API in ASP.Net Core. It needs to have an endpoint where it can be pinged to check if my system is healthy. ASP.Net Core has an in-built support for health checks. It can be enabled in the Startup class. Run the application and navigate to the … [Read more…]