I have using this piece of code in app.js file
var appInsights = require("applicationinsights");
appInsights.setup('InstrumentationKey=d468af09-67f9-4a61-bd6f-e59df54cf851;IngestionEndpoint=https://canadacentral-1.in.applicationinsights.azure.com/;LiveEndpoint=https://canadacentral.livediagnostics.monitor.azure.com/;ApplicationId=6d87225e-5fd8-4ff7-8b42-83ed2626fb05').start();
var client = appInsights.defaultClient;
appInsights.defaultClient.context.tags["ai.cloud.role"] = "nodefront";
But even then, I can see only unknown_service:node in application map.
Can anyone help me in this
New contributor
Amrish is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.