2

クラス ライブラリのメソッドに Telemetric クライアント操作を使用したいと考えています。そのために必要な手順について言及します。

4

1 に答える 1

4

You definitely can.

Add latest AI Core SDK: Install-Package Microsoft.ApplicationInsights -Pre

Create AI resource it Azure portal.

Take its instrumentation key and put it in ApplicationInsights.config

Use TelemetryClient in your code to instrument your application: https://azure.microsoft.com/en-us/documentation/articles/app-insights-api-custom-events-metrics/

于 2015-04-17T03:58:30.790 に答える