August 2017
Intermediate to advanced
468 pages
12h 5m
English
To enable Application Insights during local debugging, we need to install the Application Insights NuGet library in the TextEvaluation project, and add the same instrumentation key to the local configuration. To do so, execute the following steps:
Install-Package Microsoft.ApplicationInsights -Pre
"APPINSIGHTS_INSTRUMENTATIONKEY": "<YourInstrumentationKey>"