首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >浅谈Prem IIS和Azure Application Insight

浅谈Prem IIS和Azure Application Insight
EN

Stack Overflow用户
提问于 2019-07-05 02:32:45
回答 1查看 235关注 0票数 0

我正在使用ASP.NET核心网络应用程序接口,这是托管在IIS服务器(在prem)。已配置为使用Application Insight将日志发送到Azure。在我的机器上工作得很好,在IIS服务器上也工作了一段时间。但它现在停止工作了,无法弄清楚发生了什么。感谢任何帮助,因为我正准备将此应用程序移动到prod。看起来不像是防火墙问题,因为它工作正常。

谢谢

我检查了所有的日志但没有在日志中找到任何东西。它在一段时间内是有效的。

以下是ConfigureServices()中的代码...

代码语言:javascript
复制
// configure appication insight telemetry 
services.AddHttpContextAccessor(); 
var appInsightConnectionString = Configuration.GetSection("ApplicationInsights");
string instrumentationKey = appInsightConnectionString.GetValue("InstrumentationKey"); 
services.AddSingleton(); 
services.AddApplicationInsightsTelemetry(instrumentationKey);

没有日志发送到Azure App Insight

EN

回答 1

Stack Overflow用户

发布于 2019-07-09 05:47:24

下面是您可能停止查看数据的可能原因。请看一下。

  • 检查status blog.
  • Have您是否达到了每月的数据点配额?打开设置/配额和定价以了解详情。如果是这样的话,您可以升级您的套餐,或者支付额外的容量。请参阅pricing scheme.

Additional Documentation Reference

希望这能有所帮助。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/56892912

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档