A collection of 1 post

Replacing New Relic's .NET agent from running on Azure App Services

To have New Relic working for a .NET app hosted on Azure's App Services, I needed New Relic's .NET agent installed in 1 of 3 ways. Manual installation via NuGet Extension installation via the SCM website Extension installation via the Azure Portal Initially I had it installed via the Azure Portal (method 3), which seemed fine but to give us better flexibility in having a "clean" deployment by setting the <SkipExtraFilesOnServer>True</SkipExtraFilesOnServer> flag ...