NewRelicWindowsAzure
Installing New Relic on Windows Azure is a bit of a pain so I’ve created a NuGet package for it to make it dead easy. I’ll keep it updated with the latest NewRelic releases. Make sure you go to New Relic first to sign up and get your key. Performance monitoring will never be the same after you do! http://newrelic.com The package will be available through your NuGet package manager. You can view it on the web as well: http://nuget.org/List/Packages/NewRelicWindowsAzure Once you install the NuGet package you will need to follow these instructions to finish your setup before depolyment: https://support.newrelic.com/help/kb/dotnet/installing-the-net-agent-on-azure
Install
dotnet add package NewRelicWindowsAzure --version 1.0.0.3
Install-Package NewRelicWindowsAzure -Version 1.0.0.3
<PackageReference Include="NewRelicWindowsAzure" Version="1.0.0.3" />
Frameworks
No framework metadata available.
Dependencies
No declared dependencies.
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
NuGet marks this package as deprecated. Review the publisher's migration guidance before adopting it.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.