I am Working on a DotNET core application and trying to implement Nlogs into Azure App service. While working on Local machine/Visual Studio, I am successfully able to generate Nlogs. However, when I publish the application to deploy on Azure Cloud, Nlogs do not generate at the Specified location.
This is the configuration which I did to publish the Nlog:- Release Configuration
After Deploying the application to cloud app service the configuration looks like:- Application settings
I do not receive any error and application works fine, Though I don't see any logs generated on app service.