是否需要 Application Insight 扩展?
Application Insight extension needed or not?
当通过 NuGet 在代码中使用最新版本的 Application Insights(AI) SDK(撰写本文时:2.4.1)时,Azure 中的 Web 应用扩展列表是否也需要 AI 扩展?
没有。该扩展提供了与 SDK 类似的功能。
可以选择在应用中使用 App Insights 而无需安装 SDK。
您可以通过 NuGet 安装 Application Insights SDK,也就是 build time,或者通过 Azure 门户启用 Application Insights 站点扩展,也就是 运行时间.
如果两者都执行,Application Insights 站点扩展将无法工作,即使它已打开。
您可以参考the Azure Monitor documentation on Application Insights了解更多信息。
当通过 NuGet 在代码中使用最新版本的 Application Insights(AI) SDK(撰写本文时:2.4.1)时,Azure 中的 Web 应用扩展列表是否也需要 AI 扩展?
没有。该扩展提供了与 SDK 类似的功能。
可以选择在应用中使用 App Insights 而无需安装 SDK。
您可以通过 NuGet 安装 Application Insights SDK,也就是 build time,或者通过 Azure 门户启用 Application Insights 站点扩展,也就是 运行时间.
如果两者都执行,Application Insights 站点扩展将无法工作,即使它已打开。
您可以参考the Azure Monitor documentation on Application Insights了解更多信息。