I have Azure functions written Java wherein I use MDC to enhance applications logs with additional data. I can see the application logs showing up in the Application Insights traces, but not the MDC properties.
So clearly the connectivity between my Function and Application Insights is established. However, MDC properties are not being logged despite that MS documentation (Microsoft Learn) states that MDC is supported.
Anyone has any experience using Java 8 + Logback + MDC with Azure Functions and Application Insights?
Thanks in advance!