我用Azure函数作为EventHubTrigger执行活动。
这个跟踪消息在我们的AppInsights实例中到处弹出。我不知道什么是什么意思,也不知道原因是什么。我很乐意提供任何可以帮助调试的细节。
跟踪消息
2019-01-24T04:12:33.467人工智能(内部):达到消息限制。EventSource错误消息的结尾。
sdkVersion : dotnet:2.7.2-23439
2019-01-24T04:12:33.467 AI (内部):Core达到消息限制。EventSource错误消息的结尾。
sdkVersion : dotnet:2.8.1-22898
发布于 2019-01-29 09:57:09
Azure Functions offers [built-in integration][1] with Application Insights, which is available through the ILogger Interface. Below is the list of currently supported features. Review Azure Functions' [guide][2] for Getting started.

https://stackoverflow.com/questions/54347532
复制相似问题