I have an app service (.NET 4.6.2) which sends custom telemetry Trace entries to App Insights. These Trace entries contain custom properties which help us filter the log to specific ID's.
However, when filtering the App Insights log by ID, we lose visibility to Dependency calls since the Dependency call does not contain the same custom property as the Trace.
Is there a way to add custom properties to Dependency calls?