Application insight connector in oms is not pulling custom properties that were logged in application insight.
I have application where i write additional request specific context data in custom properties when calling trace, error, warning methods.
In oms i want to filter based on these custom properties.
eg : all my micro services api emit correlation id in custom properties and this correlation id is maintained when call goes from one api to other api. This will help to correlated user request for a workflow.
But when my appinsight data from all microservice appinsight comes to oms those custom properties are lost.
please advise.