New Azure Functions logs format? #11729
Labels
Integration:azure
Azure Logs
Team:obs-ds-hosted-services
Label for the Observability Hosted Services team [elastic/obs-ds-hosted-services]
Users reported receiving a different log format for Azure Functions.
Depending on the hosting plan, Azure Functions logs may contain invalid JSON documents like the following:
However, on some deployments, it seems that Azure Functions now sends invalid JSON wrapped in a string:
This makes the JSON document formally valid. However, the sanitizer won't change the single quote inside the JSON string.
When Azure wraps the invalid JSON in a string, the platformlogs pipeline fails with the following error:
The text was updated successfully, but these errors were encountered: