I have a .net core 3.1 web app deployed to an azure app service sending AppServiceAppLogs to a Log Analytics Workspace. This configured via Monitoring > Diagnostic Settings
This works but I get a maximum of 100 log messages per minute written to log analytics.
An additional warning log message is written: <app service name> has reached the trace writing limit of 100 events per minute.
I am not sure where this limit comes from and how to modify it.
Any help greatly appreciated.