クラス ライブラリのメソッドに Telemetric クライアント操作を使用したいと考えています。そのために必要な手順について言及します。
2780 次
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 に答える