Cant view App Insights for Worker Role

In new azure portal, I see an option to enable app insights for web app and using which I can view

1. CPU
From New azure portal, enable Appinsights to monitor CPU
 Process Explorer:  Gives details of CPU utilization and thread count of all process
2. Memory
From New azure portal, enable Appinsights
 Memory Utilization (%) in Graph for any Configurable period
 Diagnostics Feature:  Enables to check a crash dump and also generates an built in html report which contain analysis of crash dump.

3. Event Viewer Logs
 In new azure portal, Event viewer feature under Analyze Tab, that gives detailed info of events logged filtered by date.

But i don't see these features for Worker Role. Are these not available in Azure portal or is there any setting to enabled to view these features

August 27th, 2015 1:46am

Hi,

Greetings!!

you can configure App Insights for worker role. Add Application Insights API nuget to your application, update the instrumentation key in the config to match the one from you AI resource, then you can

TelemetryClient telemetryClient = new TelemetryClient();

and use methods such as TrackTrace, TraceRequest, TrackMetric/Event etc.

you may like to see similar thread : https://social.msdn.microsoft.com/Forums/en-US/484fb6e9-cf96-421e-b149-a266046724ff/application-insights-for-cloud-service-worker-role?forum=ApplicationInsights

And also see this link for more details.

https://azure.microsoft.com/en-us/documentation/articles/app-insights-cloudservices/

Best Regards
Prasandhi Kumar

  • Marked as answer by kumaranil36 3 hours 8 minutes ago
Free Windows Admin Tool Kit Click here and download it now
August 27th, 2015 6:12am

Hi,

Greetings!!

you can configure App Insights for worker role. Add Application Insights API nuget to your application, update the instrumentation key in the config to match the one from you AI resource, then you can

TelemetryClient telemetryClient = new TelemetryClient();

and use methods such as TrackTrace, TraceRequest, TrackMetric/Event etc.

you may like to see similar thread : https://social.msdn.microsoft.com/Forums/en-US/484fb6e9-cf96-421e-b149-a266046724ff/application-insights-for-cloud-service-worker-role?forum=ApplicationInsights

And also see this link for more details.

https://azure.microsoft.com/en-us/documentation/articles/app-insights-cloudservices/

Best Regards
Prasandhi Kumar

  • Marked as answer by kumaranil36 Friday, August 28, 2015 4:09 AM
August 27th, 2015 10:12am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics