Closed tippmar-nr closed 6 months ago
Hi
If the problem persists and is related to running it on Azure App Service, please open a support incident in Azure: https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request
This way we can better track and assist you on this case
Thanks,
Joaquin Vano Azure App Service
Repro steps.
New Relic .NET Agent
extension.C:\home\LogFiles\NewRelic
and can be browsed, downloaded and edited via the Kudu Debug Console.C:\home\LogFiles\NewRelic
in the Kudu Debug Console and note which files are present.NewRelic.Profiler.*.log
files and thenewrelic_agent_xxx.log
file.NewRelic uses Serilog for writing the log files, which retains an open handle to the file, but opens the file for shared access. There would appear to be some conflict with the Diagnostic Dump tool where it's trying to gain an exclusive lock on the files it adds to the output zip file.
Debug your Azure website remotely.
My website is at https://sampleazurewebappcore.azurewebsites.net/