If you're running Logic Apps Standard with Application Insights enabled, there's a good chance you're paying more than you need to. Getting this right means crossing multiple doc pages, filtering out configurations that silently do nothing, and eventually landing on a setting most people never reach. I ran a controlled experiment across three configurations over 36 hours to find out exactly what works — and what doesn't. Here's what the data showed. The Problem Logic Apps Standard emits a lot of telemetry. Every workflow run, every action, every outbound HTTP call — all of it flows into Application Insights by default. At scale, that adds up fast. The official docs tell you to look at host.json for telemetry control, but the Logic Apps Standard reference page doesn't enumerate the applicationInsights properties — it defers to the Azure Functions host.json reference.…