From the course: ASP.NET Core: Health Checks and Logging

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Summary of health checks

Summary of health checks - ASP.NET Core Tutorial

From the course: ASP.NET Core: Health Checks and Logging

Start my 1-month free trial

Summary of health checks

- [Narrator] And this concludes health checks and the Logging and Health Checks course. We've seen that we can use health checks to verify whether an app is running and how it's running and also dependencies other resources the app is using running. We can check the health status of databases, of services or APIs, and much much more. And you've seen how many NuGet Packages are already there, the functionality at our disposal. Also we saw how we could create a nice looking dashboard with very little effort which basically calls our health check and points and then visualizes the results. Make sure that you restrict access to those end points. I've given you some pointers how to achieve that because although these end points are super useful they might also prove to be rather useful for attackers. So to restrict access to them. Of course, there are more features and many more details about ASP.NET core health…

Contents