I would like to configure New Relic on an Azure Mobile Services instance with a .Net backend. The instructions I found seem to relate only to the Azure Mobile Services with JavaScript backend: http://azure.microsoft.com/en-us/documentation/articles/store-new-relic-mobile-services-monitor/
I tried the instructions to install New Relic on Azure Cloud Services, hoping that that would resemble the Azure Mobile Services, but unfortunately that didn't work. It showed the following error messages:
*Updating project items newrelic.cmd, NewRelicAgent_x64_3.4.24.0.msi, and NewRelicServerMonitor_x64_3.2.6.0.msi
*Updating the Windows Azure ServiceDefinition.csdef with the newrelic.cmd Startup task Unable to find the ServiceDefinition.csdef file in your solution, please make sure your solution contains an Azure deployment project and try again.
Updating the Windows Azure ServiceConfiguration..cscfg files with the license key Unable to find any ServiceConfiguration.cscfg files in your solution, please make sure your solution contains an Azure deployment project and try again.
*Updating the projects .config file with the NewRelic.AppName
*Package install is complete
Azure Mobile Services doesn't use an Azure deployment project so the necessary settings for New Relic cannot be stored there.
Now my question: does anyone know how to get New Relic working for Azure Mobile Services with a .Net backend?
Thanks, Jeffry