No Data populated in Insights

Adonis 1 Reputation point
2020-08-20T03:20:45.707+00:00

Hey team,

I am trying to get started with Insights but no data are populating in the dashboard after waiting one hour.

I am following:
https://learn.microsoft.com/en-gb/azure/azure-monitor/app/nodejs
https://learn.microsoft.com/en-us/azure/azure-monitor/learn/nodejs-quick-start

Fresh Azure account.
Nodejs app running on localhost
No on prem firewall or VPN used.

Basic usage:
let appInsights = require('applicationinsights');
appInsights.setup('[b80xxxxxxx]');
appInsights.start();

at the top of my app.js

Any logs I can tap on to see what might be causing the issue?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,264 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Adonis 1 Reputation point
    2020-08-21T04:32:17.7+00:00

    tried a few different sample applications and now is working. Probably the way I was importing the key


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.