Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.85 KB

azure-cloud-services-no-data-appears.mdx

File metadata and controls

22 lines (17 loc) · 1.85 KB
title tags metaDescription redirects
Azure Cloud Services troubleshooting: No data appears
Agents
NET agent
Azure troubleshooting
What to do if no data appears after you install the New Relic .NET agent through Microsoft Azure Cloud Services.
/docs/agents/net-agent/azure-troubleshooting/azure-cloud-services-no-data-appears
/docs/apm/agents/net-agent/azure-troubleshooting/azure-cloud-services-no-data-appears
/docs/agents/net-agent/azure-installation/azure-troubleshooting

Problem

You installed New Relic's .NET agent through Microsoft Azure Cloud Services, and then you installed the NuGet package. After generating some traffic and waiting a few minutes for data to start being collected for your app, data still does not appear in the APM user interface.

Solution

In order for the .NET agent to start up and attach to your app, at least one metric must be collected. If you have an external call or database call that New Relic instruments, then your app will report data to your APM Summary page. In addition, information about external calls will appear on your app's Service maps.

Without custom instrumentation, Worker roles only report database calls and external calls. (Instrumenting a Worker Role is similar to instrumenting a custom application.) To view other details, you must gather custom metrics using New Relic's .NET API and view them in a custom dashboard.