Given an Azure AppService deployment, running a WebAPI application that has scaled out to 6 instances.
Our WebAPI application writes diagnostic logs using NLog and a File appender. Is there a way to inspect these log files via the Azure Portal or Kudu?
I note that Kudu can access the file system in a sandbox ... but when the application has scaled out to 6 instances it appears that the sandbox is only viewing the 1st instance.
Is there any way to access the log files on any of the other 5 instances?