Adding Application Insights to an AngularJS Application

AngularJS is an amazing javascript based framework for creating rich Single Page Applications. Adding Microsoft Application Insights to your application can give you a large amount of data about how your users are utilizing the application. Get an Application Insights Instrumentation Key Before setting up your AngularJS application with Application…

Obtaining An Application Insights Instrumentation Key

Throughout my guides and any others you read about Application Insights, you will come across the term 'Instrumentation Key' or 'iKey'. This key is essential for sending application telemetry data to application insights. Fortunately these keys are fairly straight forward to create in the new azure portal. Log into the…