From 9f9495ab31fe2bda45e53d1a15df8f698dd9482c Mon Sep 17 00:00:00 2001 From: Cesar De la Torre Date: Thu, 19 Oct 2017 12:57:56 -0700 Subject: [PATCH] Updated 13. Using HealthChecks in eShopOnContainers (markdown) --- 13.-Using-HealthChecks-in-eShopOnContainers.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/13.-Using-HealthChecks-in-eShopOnContainers.md b/13.-Using-HealthChecks-in-eShopOnContainers.md index 48065e4..2bea5aa 100644 --- a/13.-Using-HealthChecks-in-eShopOnContainers.md +++ b/13.-Using-HealthChecks-in-eShopOnContainers.md @@ -1,9 +1,11 @@ -Check the following documentation in order to use the HealthChecks library: +HealthChecks will come as nugget package as part of ASP.NET Core 2.1. + +In the meantime, check the following documentation in order to use the HealthChecks library (Alpha code used in eShopOnContainers): **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 +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