Hi,
I have followed below steps to configure Azure with New Relic.
-
Created Azure Web Job in Visual Studio built on top of .Net Framework
-
Use of following method to handle the exception:-
NewRelic.Api.Agent.NewRelic.NoticeError( exception $exception[, IDictionary $attributes]) -
Host Webjob in Azure
-
.NET Framework Installation via App Extensions for New Relic in Azure
-
Add following Key Value Pair
Key Value
COR_ENABLE_PROFILING 1
COR_PROFILER {71DA0A04-7777-4EC6-9643-7D28B46A8A41}
COR_PROFILER_PATH D:\Home\site\wwwroot\newrelic\NewRelic.Profiler.dll
NEWRELIC_HOME D:\Home\site\wwwroot\newrelic
NEW_RELIC_LICENSE_KEY YOUR_LICENSE_KEY -
Restart app
My understanding is that when Azure Web Job will run and any exception come then it will log in New Relic APM.
Can you please tell where it will log in New Relic APM. I cannot see any traffic yet.
Can anyone please help?