Suppress unnecessary dependency tracking for internal storage calls.
See original GitHub issuePrompted by this StackOverflow post: Currently, Application Insights’ dependency tracking feature reports 404 responses from Azure Storage such the initial call made by table.CreateIfNotExists() when the table doesn’t exist, which is part of the Durable Functions extension’s program flow. We should suppress these to reduce noise in customer’s App Insights logs.
Issue Analytics
- State:
 - Created 5 years ago
 - Reactions:20
 - Comments:19 (5 by maintainers)
 
Top Results From Across the Web
Disable tracking dependencies in Azure Function Application ...
I'm only using the custom events and exceptions! Basically, each time a function was called, it would generate the following telemetry…
Read more >host.json reference for Azure Functions 2.x and later
Enables live metrics collection. Enables dependency tracking. Enables Kudu performance counters collection. For internal use only.
Read more >Add an option to remove unnecessary Xamarin ...
There is a problem that I noticed that some apps can have several dependencies after migrations or you just tested and later it's...
Read more >Undertake software dependency management to reduce ...
Eliminate unnecessary dependencies. Think about how an application uses libraries and components. One app might only use a small subset of a ...
Read more >App security best practices
Store all private user data within the device's internal storage, which is sandboxed per app. Your app doesn't need to request permission to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This one is bothering my app insights OCD.
This is not fixed yet. I realize this is likely very annoying, so apologies for the delays in getting around to this. It’s in our backlog.