We have this UWP app deployed at some client machines with telemetry code. We now want no telemetry data (if not possible reduce the traffic) to flow into app insights in azure. By deleting the app insights resource itself, will it help in reducing the traffic through client ISP or will there be data going out of the app but just that we are not monitoring any further?
We tried Ingestion sampling, but it discards some of the telemetry that arrives from your app, at a sampling rate that you set. It doesn't reduce telemetry traffic sent from your app.
Is there a way we could handle this without changing the code?