I am facing an issue where when I am deploying an API APP to Azure from Visual studio using Web Deploy, Appinsight logging is working fine. But when I am deploy the application via CI/CD appinsight logging is not working.
I am using Serilog AppInsight Sink library to log it. I tried re-deploying the code to a different App service but still same issue.
Need help.
Govinda Kumar