From 39a9371cf4f283306eafc68bebaa4c8b7e4526ed Mon Sep 17 00:00:00 2001 From: Francisco Beltrao Date: Fri, 6 Apr 2018 08:47:56 +0200 Subject: [PATCH] Added link to "Enable Application Insights Live Metrics From Code" Added link to post http://apmtips.com/blog/2017/02/13/enable-application-insights-live-metrics-from-code/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88f101e..f38d245 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ In order to have requests and dependencies showing in Application Insights Live ``` +For more information [check this post](http://apmtips.com/blog/2017/02/13/enable-application-insights-live-metrics-from-code) ### .Net Core The AI .Net Core SDK's configuration model is quite different from .Net framework's AI SDK. Almost all configuration for .NET Core is done in code. For example the AI SDK for ASP.net Core provides UseApplicationInsights() utility method that lets you set things up in code. When using the service fabric specific nuget package, simply make sure to register the ServiceFabricTelemetryInitializer through dependency injection before calling UseApplicationInsights() method as shown below: