Health Checks in ASP.Net Core

Health checks are a critical part of any distributed system. Especially in the era of microservices, it is extremely important to understand if the service is running healthy or not. In this blog, I will walk through how to implement Health Checks in ASP.Net Core. ASP.Net Core provides support for health checks out of the … Read more