0

We would like to use appinsights to collect data for our on-premise sites.

I found an article https://unhandled.wordpress.com/2018/02/01/using-azure-application-insights-with-on-premises-servers/

which will install an old (2016) software (Application Insights Status Monitor). Is it still the right way to use appinsight in an on-premise web server?

daxu
  • 3,514
  • 5
  • 38
  • 76
  • I read through appinsight sdk code, looks like that if I include appinsight nuget package and provide the right instrument key, it may just work. – daxu Feb 14 '20 at 16:37

1 Answers1

1

There are two ways to instrument on-premise web server.

Option I: Use Status Monitor v2 to auto-instrument your application. No need to change code.

Option II: Add Application Insights SDK to your web application project. Redeploy your application.

ZakiMa
  • 5,637
  • 1
  • 24
  • 48