问题
We have a problem with Application Insights. There are a lot of requests every 5 min to our App Service. All alerts are disabled. Does anyone know what this is and how to disable the logging for that requests?
P.S. He think that this is ResourceHealth monitor, but how to disable it then?
回答1:
You probably use the "Always On" feature within your application settings. Azure is invoking the root of your site every 5 minutes to keep your app warm. I doubt there is a way to disabling these loggings.
回答2:
With application insights telemetryprocessor you can filter the heartbeat requests (or any other kind of requests) by manually capturing the telemetry. Have a look at this
来源:https://stackoverflow.com/questions/41827438/application-insights-disable-get-requests-every-5-min