【发布时间】:2019-06-21 02:48:26
【问题描述】:
我在我的 asp.net core (2.2) 应用上设置了 Application Insights。当我在本地运行我的应用程序时,我可以在 Azure 门户中看到数据。但是,一旦我将其部署到 Azure 中的应用服务,Application Insights 就会停止工作——根本没有数据流。我还缺少任何其他步骤吗?
【问题讨论】:
-
您可能在部署时丢失或覆盖了telemetry instrumentation key guid - 如果您有多个环境,您需要将其移至配置中。
-
您是如何指定检测密钥的?答案取决于此。
标签: azure asp.net-core azure-application-insights azure-web-app-service