问题
I am performing activities as EventHubTrigger with Azure Function.
This trace message is popping up all over our AppInsights instance. I don't know what is means, or what could be the cause. I'm happy to provide any details that can help debug.
Trace message
2019-01-24T04:12:33.467 AI (Internal): Reached message limit. End of EventSource error messages.
sdkVersion : dotnet:2.7.2-23439
2019-01-24T04:12:33.467 AI (Internal): [Microsoft-ApplicationInsights-Core] Reached message limit. End of EventSource error messages.
sdkVersion : dotnet:2.8.1-22898
回答1:
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/ai-internal-reached-message-limit-end-of-eventsource-error-messages