79531928

Date: 2025-03-24 19:05:03
Score: 1
Natty:
Report link

So what could be done is to control each slot's Application Insight settings with environment variables (https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-config for Java apps).

What I did is to add environment variable APPLICATIONINSIGHTS_METRIC_INTERVAL_SECONDS=<something_really_big_here> to dramatically decrease the frequency of reported metrics, hence the size of data ingested. A little bit hacky, but does the trick.

Reasons:
  • Blacklisted phrase (1): what could be
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: LIvanov