gpt4 book ai didi

.net - 是否可以从控制台应用程序使用 VSO Application Insights?

转载 作者:行者123 更新时间:2023-12-04 10:38:01 25 4
gpt4 key购买 nike

我在 Application Insights 上找到的所有信息似乎都是针对网站/Windows 应用商店/手机应用程序。我想监视 Azure webjob,第一步是能够监视命令行应用程序。我需要做什么才能使这项工作成功?

最佳答案

要在控制台应用程序中使用 Application Insights,

  • 按照描述创建新的 Application Insights 资源 here .

  • 使用 NuGet 包管理器引用控制台应用程序中的 Microsoft.ApplicationInsights 包。

  • Program.Main 的开头,将 Application Insights 配置为使用资源的检测 key 。

TelemetryConfiguration.Active.InstrumentationKey = "您的 key ";

  • 在应用程序代码中创建 TelemetryClient 实例,并按所述调用相关 Track 方法 here .

关于.net - 是否可以从控制台应用程序使用 VSO Application Insights?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25255682/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com