Showing results for Application Insights - Developer Support

Apr 28, 2018
0
0

Application Insights in Disconnection Mode

Developer Support
Developer Support

In this post, Premier Developer Consultant Adel Ghabboun gives insight on connectivity issues in Azure and how they may effect Application Insights. He gives details about a special disconnection mode that App Insights can run on when such issues arise. Wondering what happens to Application Insights when applications lose connectivity with Azure...

AzureApplication InsightsAdel Ghabboun
Mar 13, 2018
0
0

Extensions to Application Insights Telemetry Collection

Developer Support
Developer Support

Application Development Manage Isaac Levin recently posted this article on building extensions for Application Insights.  In this post, he demonstrates how to capture additional HTTP metadata using custom telemetry Initializers for Application Insights.I will start off by saying I love Application Insights. I have been using it for a long time...

TeamDevelopmentApplication Insights
Dec 22, 2017
0
0

Application Insights Debug Snapshot issue “Unexpected error has occurred”

Pam Lahoud
Pam Lahoud

This post on the Debug Snapshot feature of Application Insights comes to us from Premier Developer consultant Adel Ghabboun. A couple of days ago, I encountered an ambiguous issue while trying to open the debug snapshot feature in Application Insights following Debug snapshots on exceptions in .NET apps. The error was “Unexpected error ha...

Application InsightsAdel Ghabboun
Dec 14, 2017
3
0

Alternative way to protect your Application Insights “Instrumentation Key” in JavaScript

Pam Lahoud
Pam Lahoud

This post on Application Insights and protecting your instrumentation key comes to us from Premier Developer consultant Adel Ghabboun. Application Insights instrumentation key can be used in both Server and client side. Using the instrumentation key in the server side is secured and no one can see it. The opposite happens on the client side ...

SecurityApplication InsightsAdel Ghabboun
Dec 7, 2017
0
0

Azure Application Insights Best Practices

Pam Lahoud
Pam Lahoud

In this post, Premier Developer consultant Adel Ghabboun outlines some best practices when using Application Insights. Here are some Azure Application Insights best practices you should consider when monitoring your application:

AzureApplication InsightsAdel Ghabboun
May 26, 2017
0
0

Using Application Insights SDK in Aspect-oriented programming (AOP) style with .NET

Pam Lahoud
Pam Lahoud

This is the second post in a series on the Application Insights SDK from Premier Developer consultant Nasir Syed.  Check out his previous post here. In my previous post I talked about using Custom Attributes to avoid repetition, code pollution etc., and illustrated it from a very high level to use with Application Insights API, custom events...

.NETApplication InsightsNasir Syed
May 24, 2017
0
0

Avoiding Code Pollution when using Application Insights SDK

Pam Lahoud
Pam Lahoud

This post comes to us from Premier Developer consultant Nasir Syed. “Insert a few lines of code in your application to find out what users are doing with it, or to help diagnose issues. You can send telemetry from device and desktop apps, web clients, and web servers. Use the Azure Application Insights core telemetry API to send custom events and...

.NETApplication InsightsNasir Syed
May 11, 2017
4
0

Add Application Insights to an Angular SPA

Developer Support
Developer Support

Laurie Atkinson, Senior Premier Developer Consultant, outlines the steps and pieces you need to add logging and telemetry to an Angular SPA using Application Insights. *There was an updated follow-up to this article on 3/29/20--  Be sure and see Angular How-to: Add Application Insights to an Angular SPA. Application Insights is an Azure s...

AngularApplication InsightsLaurie Atkinson