Hello,
I have an Azure Function 2.0 (dotnet core) and it requires a custom event to be raised when HTTP trigger is accessed. The problem is having is that temporary I had it working but when i try and deploy it again it now stops.
What I did was the following:
- followed https://docs.newrelic.com/docs/agents/net-agent/azure-installation/install-net-agent-azure-web-apps.
- updated the newrelic.config to have the following settings set sendDataOnExit=“true” sendDataOnExitThreshold=“600”
I was wondering what is the proper way to get new relic to work with azure functions. Do you have documentation?
thanks