Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop Application Insights

We installed Application Insights for our Web Application hosted in Azure portal.

Now it sends reports, etc, the application is just started, we don't need all that data. Is there a way to completely stop/disable all data collection/reports by the Application Insights?

My application is ASP.NET Core one, I have a ConnectedService.json file under "Application Insights" folder, with the following content

{
  "ProviderId": "Microsoft.ApplicationInsights.ConnectedService.ConnectedServiceProvider",
  "Version": "8.6.404.2",
  "GettingStartedDocument": {
    "Uri": "https://go.microsoft.com/fwlink/?LinkID=798432"
  }
}
like image 588
serge Avatar asked Oct 17 '25 09:10

serge


1 Answers

You could put a daily cap on your collected data.

It's under Configure -> Features & pricing. You can go as low as 0.0323 GB a day. Which amounts to about 40 cents a month.

This way you don't have to publish your app to stop or start collecting data.

But this way you have to be able to accept a console error.

like image 192
Cyril Mestrom Avatar answered Oct 20 '25 13:10

Cyril Mestrom



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!