diff --git a/13.-Using-HealthChecks-in-eShopOnContainers.md b/13.-Using-HealthChecks-in-eShopOnContainers.md new file mode 100644 index 0000000..48065e4 --- /dev/null +++ b/13.-Using-HealthChecks-in-eShopOnContainers.md @@ -0,0 +1,9 @@ +Check the following documentation in order to use the HealthChecks library: + +**Implementing health checks in ASP.NET Core services** +https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/implement-resilient-applications/monitor-app-health + +Also, there's a nice blog post on HealthChecks by @scottsauber +https://scottsauber.com/2017/05/22/using-the-microsoft-aspnetcore-healthchecks-package/ + +HealthChecks will come as nugget package as part of ASP.NET Core 2.1. \ No newline at end of file