From c56dddf8e8ca536c162c153f5d58f56e6eebb657 Mon Sep 17 00:00:00 2001 From: RamonTC Date: Fri, 1 Dec 2017 12:55:21 +0100 Subject: [PATCH] Updated 14. Using Application Insights in eShopOnContainers (markdown) --- 14.-Using-Application-Insights-in-eShopOnContainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14.-Using-Application-Insights-in-eShopOnContainers.md b/14.-Using-Application-Insights-in-eShopOnContainers.md index f503e1d..118f62e 100644 --- a/14.-Using-Application-Insights-in-eShopOnContainers.md +++ b/14.-Using-Application-Insights-in-eShopOnContainers.md @@ -16,7 +16,7 @@ Include the **UseApplicationInsights** extension method in your webhostbuilder l Register AppInsights service by including the **AddApplicationInsightsTelemetry** extension method in your ConfigureServices Startup method located at Startup.cs. In case of using K8s or SF, add **EnableKubernetes** or **FabricTelemetryInitializer** method respectively: -To enable the AppInsights in your ILogger,include the **AddAzureWebAppDiagnostics** and **AddApplicationInsights** IFactoryLogger extension method in your Configure Startup method located at Startup.cs: +To enable the AppInsights in your ILogger,include the **AddAzureWebAppDiagnostics** and **AddApplicationInsights** ILoggerFactory extension method in your Configure Startup method located at Startup.cs: ### Create an App Insights service