From 90d673e25d4305ca5033c71c3603cb176d16f369 Mon Sep 17 00:00:00 2001 From: Dan Schnau Date: Fri, 6 Oct 2017 15:16:17 -0400 Subject: [PATCH] Update ApplicationInsights quickstart Hi, I noticed that the quickstart for ApplicationInsights was 1. out of date and 2. not quite correct. I updated the versions to the latest AI (2.4.0) and added that you need to specify '240' at the end of the `factoryAdapter` config. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index fb9c381..ae7e02c 100644 --- a/readme.md +++ b/readme.md @@ -77,16 +77,16 @@ The app config should then have a common logging section like below. Be sure to ``` ## Application Insights Quickstart -There are different packages for each major Application Insights version. Install the correct package for your referenced Application Insights version. This example installs the adapter for Application Insights v0.17: +There are different packages for each major Application Insights version. Install the correct package for your referenced Application Insights version. This example installs the adapter for Application Insights v2.4.0: - PM> Install-Package Microsoft.ApplicationInsights -Version 0.17.0 + PM> Install-Package Microsoft.ApplicationInsights -Version 2.4.0 The app config should then have an Application Insights section like below. Be sure to set the InstrumentationKey with your InstrumentationKey retrieved from Application Insights portal https://portal.azure.com. ```xml - +