Serilog structured log not working as expected in azure function .net core 6 with Application Insights
I have a Azure Function App in .net core 6, I was already using Microsoft.Extension.Logging for logging and everything was working perfectly, now I have a requirement to support structured logging so I decided to use Serilog, but even after doing all configurations structured logs are not showing in application insights as expected,