Komplett.NewRelic.AzureExtension
0.1.1
This extension adds the New Relic .NET or DotNetCore Agent to your Azure WebSite.
See the version list below for details.
Install-Package Komplett.NewRelic.AzureExtension -Version 0.1.1
dotnet add package Komplett.NewRelic.AzureExtension --version 0.1.1
<PackageReference Include="Komplett.NewRelic.AzureExtension" Version="0.1.1" />
paket add Komplett.NewRelic.AzureExtension --version 0.1.1
#r "nuget: Komplett.NewRelic.AzureExtension, 0.1.1"
Komplett.NewRelic.AzureExtension
This is a custom made extension for Azure App Services made by Komplett for our own usage. You are probably looking for NewRelic.Azure.WebSites.Extension.
Usage
Before installing the extension, make sure you have configured your App Service correctly.
General settings
Platform
Set this to either32-bit
or64-bit
depending on how you built your project.
AppSettings
ASP_NET_CORE_APP
Set to1
if you are running a ASP.NET Core application using AspNetCoreModule.NEWRELIC_HOME
Set this to the folder where you want NewRelic installed.
Building
- Clone this repository
- Make sure you have the latest version of nuget by running
nuget update -self
- Change the version number in the
Komplett.NewRelic.AzureExtension.nuspec
file - Run
nuget pack
in the root of the project - Upload the created nuget file to nuget.org
Komplett.NewRelic.AzureExtension
This is a custom made extension for Azure App Services made by Komplett for our own usage. You are probably looking for NewRelic.Azure.WebSites.Extension.
Usage
Before installing the extension, make sure you have configured your App Service correctly.
General settings
Platform
Set this to either32-bit
or64-bit
depending on how you built your project.
AppSettings
ASP_NET_CORE_APP
Set to1
if you are running a ASP.NET Core application using AspNetCoreModule.NEWRELIC_HOME
Set this to the folder where you want NewRelic installed.
Building
- Clone this repository
- Make sure you have the latest version of nuget by running
nuget update -self
- Change the version number in the
Komplett.NewRelic.AzureExtension.nuspec
file - Run
nuget pack
in the root of the project - Upload the created nuget file to nuget.org
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.