Why some of the column data is not posted to log analytics workspace though it is showing in logs of Azure Function App?

Rushit Ajudiya 146 Reputation points
2022-08-02T07:24:42.927+00:00

I have created a timer trigger function app that is ingesting data into Azure Log Analytics Workspace. while ingesting data I have printed the logs and it is showing the data that will be pushed to log analytics workspace the log is in below image.

227141-log.jpg

but when we see the data in the log analytics workspace two column data is missing in some of the rows. for example in above image portfolioName with eventId 1025498 is there while pushing the data but you can see the below image that the portfolioName is not there in the data with that eventId (Note : eventId is unique.)

227075-data-1025498.jpg

--> This is also happening for portfolioId as portfolioId is available in logs but not available in the log analytics workspace.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,486 questions
Microsoft Sentinel
Microsoft Sentinel
A scalable, cloud-native solution for security information event management and security orchestration automated response. Previously known as Azure Sentinel.
1,019 questions
{count} votes