SlideShare a Scribd company logo
Chicago ALM User Group - Nov 2014 - Application Insights 101
Polaris Solutions ALM Practice Mgrsince Jan ‘12 
Been in the software industry since 1999 
Runs the Chicago ALM User Group 
ALM MVP, PSM, PSD 
Has a *possibly* unhealthy love of Halloween 
Shameless self promotion 
Polaris Solutions-http://www.polarissolutions.com/ 
Chicago Visual Studio ALM User Group -http://www.chicagoalmug.org/ 
Twitter: @OakParkGirl, @ChicagoALM, @TeamPolaris 
Blog -http://www.tfswhisperer.com/
http://polarissolutions.com
Challenges in Modern Apps 
Is my app available? 
Is my app performing? 
Is my app achieving its business goals? 
Did I even build the right things?!? 
9 out of 10 times, you are flying blind
Web service or web application: http://msdn.microsoft.com/en-us/library/dn481100.aspx 
Web pages that use JavaScript: http://msdn.microsoft.com/en-us/library/dn481098.aspx 
Windows Phone 8 app: http://msdn.microsoft.com/en-us/library/dn481093.aspx 
Windows Store app: http://msdn.microsoft.com/en-us/library/dn509554.aspx
Availability 
Performance 
Usage 
Exceptions
Easy setup 
Dynamic Reports 
User configurable Email Alerts 
Easy to customize Dashboards
1. Telemetry is collected at each 
component: usage, performance, 
exception, crash, event, synthetic 
transactions, logs, developer-supplied 
event data 
2. Telemetry arrives to 
Application Insights service 
where it is processed 
3. A 360 degree view of the 
application – keep it available, 
performing and succeeding. 
Application 
Insights 
service
platform 
infrastructure 
app 
1 
3 
4 
5 
6 
Outside-in monitoring 
Developer-emitted traces 
Observed application behavior 
Infrastructure performance 
“Meta-telemetry” 
URL pings and web tests from 16 global pointsof presence. 
Whatever the developer would like to sendto Application Insights. 
No coding required –service dependencies, queries, response time, exceptions, logs, etc. 
System performance counters. 
Source code, builds, deployments, configurationchanges. 
2 
Observed user behavior 
How is the application being used?
What you need 
What to do 
What you get 
Get perfand usage analytics for my ASP.NET app 
Add Application Insights to your web project 
Performance metrics: load counts, response times, ... Send events and metric from your server code 
Custom business analyticsSend trace and exception telemetry from your server, or capture 3rd party log data. 
Server app diagnostics. Search and filter log data. 
Get usage analytics for my web pages (on any platform) 
Insert the AI script in your web pages 
Usage analytics: page views, returning users, session counts 
Write event and metric calls in your web page scripts 
Custom user experience analyticsWrite trace and diagnostic calls in your web page scripts 
Search and filter log data. 
Diagnose issues in an ASP.NET app already running on my web server 
Install Status Monitor on your web server 
Dependency call durations and counts; CPU, mem and network counters; load counts, response times 
Monitor the availability of any web pages 
Set up web tests on Application Insights 
Availability monitor and alerts 
Get perfand usage analytics for Windows Phone, Windows Store apps, or Java websitesFor now, use the older VSO version of Application Insights 
Usage and performance analytics. We're gradually building up features in the Azure version.
What you need 
What to do 
What you get 
Get perfand usage analytics for my ASP.NET app 
Add Application Insights to your web project 
Performance metrics: load counts, response times, ... Send events and metric from your server code 
Custom business analyticsSend trace and exception telemetry from your server, or capture 3rd party log data. 
Server app diagnostics. Search and filter log data. 
Get usage analytics for my web pages (on any platform) 
Insert the AI script in your web pages 
Usage analytics: page views, returning users, session counts 
Write event and metric calls in your web page scripts 
Custom user experience analyticsWrite trace and diagnostic calls in your web page scripts 
Search and filter log data. 
Diagnose issues in an ASP.NET app already running on my web server 
Install Status Monitor on your web server 
Dependency call durations and counts; CPU, mem and network counters; load counts, response times 
Monitor the availability of any web pages 
Set up web tests on Application Insights 
Availability monitor and alerts 
Get perfand usage analytics for Windows Phone, Windows Store apps, or Java websitesFor now, use the older VSO version of Application Insights 
Usage and performance analytics. We're gradually building up features in the Azure version.
Chicago ALM User Group - Nov 2014 - Application Insights 101
Chicago ALM User Group - Nov 2014 - Application Insights 101
Add App Insights to your existing project 
-Or - 
Configure new projects with App Insights 
Then configure and run!
Chicago ALM User Group - Nov 2014 - Application Insights 101
Chicago ALM User Group - Nov 2014 - Application Insights 101
Availability 
Server Requests 
Server Response Time
Chicago ALM User Group - Nov 2014 - Application Insights 101
Chicago ALM User Group - Nov 2014 - Application Insights 101
Browser 
Operating System 
Page Stats 
Client Requests 
Client Response Times
Chicago ALM User Group - Nov 2014 - Application Insights 101
Chicago ALM User Group - Nov 2014 - Application Insights 101
Chicago ALM User Group - Nov 2014 - Application Insights 101
Chicago ALM User Group - Nov 2014 - Application Insights 101
Chicago ALM User Group - Nov 2014 - Application Insights 101
I like the old VSO portal, can I continue using it? 
Yup, just do NOT upgrade the App Insight tooling installed in Visual Studio. Keep in mind this portal is being phased out, so have a plan to migrate! If you started out on the Azure portal and want to go BACK to VSO, go to Visual Studio Tools > Extensions and Updates, and install Application Insights Tools for Visual Studio, version 1.*. 
Do I need to use Visual Studio Online for my source code and build, in order to get Application Insights? 
No. Application Insights is a separate service, and you can use any source code system. 
Do I need to develop my application with Visual Studio to get Application Insights? 
No, but it certainly makes things easier. Without using Visual Studio, you can create tests, monitor performance, and track usage, but you may have to add the NuGetpackages.
Is it REALLY free? 
For now yes, that may change once the Preview period is over. 
Also, to run web tests on the Azure Portal, you cannot be running the free azure website, you must upgrade to a Basic or Standard image which is MORE than covered by your MSDN benefits. 
Can I use both versions of Application Insights side by side for the same project? 
Web: Yes, but you need to insert TWO sets of scripts into the web pages to see usage analytics on both services. 
Server: Nope, sorry The installed SDK determines the targeted portal. 
Availability: Yes, but you have to set up web tests separately in each portal.
VSOnline 
https://YourInstanceName.visualstudio.com/ 
Requires older AI tooling (AI 1.3) 
Requires a VSOnline account 
More fully functional 
Could go away at any time! 
Azure Portal 
https://portal.azure.com/ 
Requires VS 2013.3+ and AI 2.0+ tooling 
Requires an Azure subscription (free with MSDN) 
Shinier 
Not fully functioning yet
Demo
Getting started with Azure and ASP.NET http://azure.microsoft.com/en- us/documentation/articles/web-sites-dotnet-get-started/ 
-OR – 
How to: Migrate and Publish a Web Application to an Azure Cloud Service from Visual Studio: http://msdn.microsoft.com/en- us/library/azure/hh420322.aspx 
-THEN - 
AI Tools for VS: https://visualstudiogallery.msdn.microsoft.com/82367b81- 3f97-4de1-bbf1-eaf52ddc635a
App Insights on MSDN Start Here! http://msdn.microsoft.com/en- us/library/dn481095.aspx 
Walkthrough of Adding Application Insights to your Application: http://www.visualstudio.com/en-us/get-started/get-usage-data-vs.aspx 
Track Custom Usage Events and Metrics: http://azure.microsoft.com/en- us/documentation/articles/app-insights-web-track-usage-custom-events- metrics/
Thank you!

More Related Content

PDF
Designing an effective hybrid apps automation framework
PPT
PPTX
Cross browser testing
PPT
Nakal think test_2015
PDF
WordCamp Bucharest 2017
PPT
Selenium and Joomla! open Source SECONF-2014
PDF
selenium meetup sf talk march 2014 Selenium at Scale
PPT
ASP.NET AJAX with Visual Studio 2008
Designing an effective hybrid apps automation framework
Cross browser testing
Nakal think test_2015
WordCamp Bucharest 2017
Selenium and Joomla! open Source SECONF-2014
selenium meetup sf talk march 2014 Selenium at Scale
ASP.NET AJAX with Visual Studio 2008

What's hot (20)

PDF
Automation Using Selenium Webdriver
PPTX
10 practices that every developer needs to start right now
PDF
Advanced Appium Tips & Tricks with Jonathan Lipps
DOCX
Cross browser Testing on Mobile Devices
PDF
An introduction to AngularJS
PPTX
Getting Started with Mobile Test Automation & Appium
PDF
Spring Boot Interview Questions | Edureka
PPTX
Salesforce World Tour 2016 : Lightning Out : Components on any Platform
PPTX
Selenium Tutorial For Beginners | What Is Selenium? | Selenium Automation Tes...
PDF
Webinar: Selenium WebDriver - Automation Uncomplicated
PDF
Selenium WebDriver: Tips and Tricks
PPTX
Cross browser testing
PDF
Updates on the Data Center Apps Program
PDF
Designing Forge UI: A Story of Designing an App UI System
PPTX
Learn why use selenium with 3 million dollar bugs!
PPT
PPTX
An Overview of Selenium
PDF
Progressive Web Application by Citytech
PDF
Selenium and Open Source Advanced Testing
PPTX
Selenium WebDriver - Test automation for web applications
Automation Using Selenium Webdriver
10 practices that every developer needs to start right now
Advanced Appium Tips & Tricks with Jonathan Lipps
Cross browser Testing on Mobile Devices
An introduction to AngularJS
Getting Started with Mobile Test Automation & Appium
Spring Boot Interview Questions | Edureka
Salesforce World Tour 2016 : Lightning Out : Components on any Platform
Selenium Tutorial For Beginners | What Is Selenium? | Selenium Automation Tes...
Webinar: Selenium WebDriver - Automation Uncomplicated
Selenium WebDriver: Tips and Tricks
Cross browser testing
Updates on the Data Center Apps Program
Designing Forge UI: A Story of Designing an App UI System
Learn why use selenium with 3 million dollar bugs!
An Overview of Selenium
Progressive Web Application by Citytech
Selenium and Open Source Advanced Testing
Selenium WebDriver - Test automation for web applications
Ad

Similar to Chicago ALM User Group - Nov 2014 - Application Insights 101 (20)

PPTX
Aprenda mais sobre sua aplicação e seus usuários com Application Insights (DN...
PDF
Visual studio 2015 - Application Insights
PPTX
Building high performance software with Microsoft Application Insights
PPTX
Performance monitoring in a DevOps World
PDF
Azure Application insights - An Introduction
PPTX
Insights and Monitoring of SharePoint Applications
PPTX
Deep-Dive to Application Insights
PPTX
What is going on - Application diagnostics on Azure - TechDays Finland
PDF
Monitoring advanced Azure PaaS workloads in the enterprise - Level: 200
PDF
Application Insights and Jupyter Notebook(Opensource) combo to analyze large ...
PDF
Using microsoft application insights to implement a build, measure, learn loop
PPTX
Introduction à Application Insights
PDF
Azure Monitoring Overview
PPTX
NashTech - Azure Application Insights
PPTX
DevOps > CI + CD. A web developer's introduction to Application Insights
PPTX
Don't Fly Blind - Implementing Effective Application Instrumentation with Azu...
PPTX
Access, Alerts and Application Insights
PPTX
Introduction to Application insights
PPTX
DevOps: Monitorando aplicação com App Insights
PDF
Serverless computing henry been - logging instrumentation dashboards alerts
Aprenda mais sobre sua aplicação e seus usuários com Application Insights (DN...
Visual studio 2015 - Application Insights
Building high performance software with Microsoft Application Insights
Performance monitoring in a DevOps World
Azure Application insights - An Introduction
Insights and Monitoring of SharePoint Applications
Deep-Dive to Application Insights
What is going on - Application diagnostics on Azure - TechDays Finland
Monitoring advanced Azure PaaS workloads in the enterprise - Level: 200
Application Insights and Jupyter Notebook(Opensource) combo to analyze large ...
Using microsoft application insights to implement a build, measure, learn loop
Introduction à Application Insights
Azure Monitoring Overview
NashTech - Azure Application Insights
DevOps > CI + CD. A web developer's introduction to Application Insights
Don't Fly Blind - Implementing Effective Application Instrumentation with Azu...
Access, Alerts and Application Insights
Introduction to Application insights
DevOps: Monitorando aplicação com App Insights
Serverless computing henry been - logging instrumentation dashboards alerts
Ad

More from Angela Dugan (20)

PDF
VSL Las Vegas 2023 - Measuring Up! How To Choose Agile Metrics
PDF
VSL MSHQ 2022 - Supercharged Feedback Techniques in 20 minutes - Dugan.pdf
PDF
VS Liv MSHQ 2022 - Measuring Up! How To Choose Agile Metrics - Dugan.pdf
PDF
Adaptability Quotient - DevUp 2022.pdf
PDF
Measuring Up - Agile Team Metrics - DevUp 2022.pdf
PDF
Measuring Up - PMI Agile Conference 2022.pdf
PDF
VS Live 2021 Orlando - vst14 feedback skills
PDF
VS Live 2021 VST09 agile team metrics Fast Focus - angela dugan
PDF
THAT Conference 2021 - Level up your Feedback Game
PDF
APLN 2021 - Adaptability Quotient keynote - Sara Caldwell and Angela Dugan
PDF
Agile midwest 2019 tap, tap, tap communication
PDF
That conference tap, tap, tap communication
PDF
Agile days chicago 2018 - how do you measure up?
PDF
VS Live Chicago 2018 - how do you measure up
PDF
Chicago Code Camp 2018 - Building strong teams
PDF
APLN Conference 2018 - Getting your agile team unstuck
PDF
Dev up 2017 - Half Day Workshop: Getting your agile team unstuck
PDF
Dev up 2017 - how do you measure up
PDF
That conference 2017 - Getting your Agile Team Unstuck
PDF
Visual Studio ALM and DevOps Tools Walkthrough
VSL Las Vegas 2023 - Measuring Up! How To Choose Agile Metrics
VSL MSHQ 2022 - Supercharged Feedback Techniques in 20 minutes - Dugan.pdf
VS Liv MSHQ 2022 - Measuring Up! How To Choose Agile Metrics - Dugan.pdf
Adaptability Quotient - DevUp 2022.pdf
Measuring Up - Agile Team Metrics - DevUp 2022.pdf
Measuring Up - PMI Agile Conference 2022.pdf
VS Live 2021 Orlando - vst14 feedback skills
VS Live 2021 VST09 agile team metrics Fast Focus - angela dugan
THAT Conference 2021 - Level up your Feedback Game
APLN 2021 - Adaptability Quotient keynote - Sara Caldwell and Angela Dugan
Agile midwest 2019 tap, tap, tap communication
That conference tap, tap, tap communication
Agile days chicago 2018 - how do you measure up?
VS Live Chicago 2018 - how do you measure up
Chicago Code Camp 2018 - Building strong teams
APLN Conference 2018 - Getting your agile team unstuck
Dev up 2017 - Half Day Workshop: Getting your agile team unstuck
Dev up 2017 - how do you measure up
That conference 2017 - Getting your Agile Team Unstuck
Visual Studio ALM and DevOps Tools Walkthrough

Recently uploaded (20)

PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Machine learning based COVID-19 study performance prediction
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Big Data Technologies - Introduction.pptx
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
GamePlan Trading System Review: Professional Trader's Honest Take
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
KodekX | Application Modernization Development
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
cuic standard and advanced reporting.pdf
Understanding_Digital_Forensics_Presentation.pptx
Machine learning based COVID-19 study performance prediction
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
NewMind AI Monthly Chronicles - July 2025
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Big Data Technologies - Introduction.pptx
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
The AUB Centre for AI in Media Proposal.docx
Network Security Unit 5.pdf for BCA BBA.
GamePlan Trading System Review: Professional Trader's Honest Take
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
KodekX | Application Modernization Development
Reach Out and Touch Someone: Haptics and Empathic Computing
cuic standard and advanced reporting.pdf

Chicago ALM User Group - Nov 2014 - Application Insights 101

  • 2. Polaris Solutions ALM Practice Mgrsince Jan ‘12 Been in the software industry since 1999 Runs the Chicago ALM User Group ALM MVP, PSM, PSD Has a *possibly* unhealthy love of Halloween Shameless self promotion Polaris Solutions-http://www.polarissolutions.com/ Chicago Visual Studio ALM User Group -http://www.chicagoalmug.org/ Twitter: @OakParkGirl, @ChicagoALM, @TeamPolaris Blog -http://www.tfswhisperer.com/
  • 4. Challenges in Modern Apps Is my app available? Is my app performing? Is my app achieving its business goals? Did I even build the right things?!? 9 out of 10 times, you are flying blind
  • 5. Web service or web application: http://msdn.microsoft.com/en-us/library/dn481100.aspx Web pages that use JavaScript: http://msdn.microsoft.com/en-us/library/dn481098.aspx Windows Phone 8 app: http://msdn.microsoft.com/en-us/library/dn481093.aspx Windows Store app: http://msdn.microsoft.com/en-us/library/dn509554.aspx
  • 7. Easy setup Dynamic Reports User configurable Email Alerts Easy to customize Dashboards
  • 8. 1. Telemetry is collected at each component: usage, performance, exception, crash, event, synthetic transactions, logs, developer-supplied event data 2. Telemetry arrives to Application Insights service where it is processed 3. A 360 degree view of the application – keep it available, performing and succeeding. Application Insights service
  • 9. platform infrastructure app 1 3 4 5 6 Outside-in monitoring Developer-emitted traces Observed application behavior Infrastructure performance “Meta-telemetry” URL pings and web tests from 16 global pointsof presence. Whatever the developer would like to sendto Application Insights. No coding required –service dependencies, queries, response time, exceptions, logs, etc. System performance counters. Source code, builds, deployments, configurationchanges. 2 Observed user behavior How is the application being used?
  • 10. What you need What to do What you get Get perfand usage analytics for my ASP.NET app Add Application Insights to your web project Performance metrics: load counts, response times, ... Send events and metric from your server code Custom business analyticsSend trace and exception telemetry from your server, or capture 3rd party log data. Server app diagnostics. Search and filter log data. Get usage analytics for my web pages (on any platform) Insert the AI script in your web pages Usage analytics: page views, returning users, session counts Write event and metric calls in your web page scripts Custom user experience analyticsWrite trace and diagnostic calls in your web page scripts Search and filter log data. Diagnose issues in an ASP.NET app already running on my web server Install Status Monitor on your web server Dependency call durations and counts; CPU, mem and network counters; load counts, response times Monitor the availability of any web pages Set up web tests on Application Insights Availability monitor and alerts Get perfand usage analytics for Windows Phone, Windows Store apps, or Java websitesFor now, use the older VSO version of Application Insights Usage and performance analytics. We're gradually building up features in the Azure version.
  • 11. What you need What to do What you get Get perfand usage analytics for my ASP.NET app Add Application Insights to your web project Performance metrics: load counts, response times, ... Send events and metric from your server code Custom business analyticsSend trace and exception telemetry from your server, or capture 3rd party log data. Server app diagnostics. Search and filter log data. Get usage analytics for my web pages (on any platform) Insert the AI script in your web pages Usage analytics: page views, returning users, session counts Write event and metric calls in your web page scripts Custom user experience analyticsWrite trace and diagnostic calls in your web page scripts Search and filter log data. Diagnose issues in an ASP.NET app already running on my web server Install Status Monitor on your web server Dependency call durations and counts; CPU, mem and network counters; load counts, response times Monitor the availability of any web pages Set up web tests on Application Insights Availability monitor and alerts Get perfand usage analytics for Windows Phone, Windows Store apps, or Java websitesFor now, use the older VSO version of Application Insights Usage and performance analytics. We're gradually building up features in the Azure version.
  • 14. Add App Insights to your existing project -Or - Configure new projects with App Insights Then configure and run!
  • 17. Availability Server Requests Server Response Time
  • 20. Browser Operating System Page Stats Client Requests Client Response Times
  • 26. I like the old VSO portal, can I continue using it? Yup, just do NOT upgrade the App Insight tooling installed in Visual Studio. Keep in mind this portal is being phased out, so have a plan to migrate! If you started out on the Azure portal and want to go BACK to VSO, go to Visual Studio Tools > Extensions and Updates, and install Application Insights Tools for Visual Studio, version 1.*. Do I need to use Visual Studio Online for my source code and build, in order to get Application Insights? No. Application Insights is a separate service, and you can use any source code system. Do I need to develop my application with Visual Studio to get Application Insights? No, but it certainly makes things easier. Without using Visual Studio, you can create tests, monitor performance, and track usage, but you may have to add the NuGetpackages.
  • 27. Is it REALLY free? For now yes, that may change once the Preview period is over. Also, to run web tests on the Azure Portal, you cannot be running the free azure website, you must upgrade to a Basic or Standard image which is MORE than covered by your MSDN benefits. Can I use both versions of Application Insights side by side for the same project? Web: Yes, but you need to insert TWO sets of scripts into the web pages to see usage analytics on both services. Server: Nope, sorry The installed SDK determines the targeted portal. Availability: Yes, but you have to set up web tests separately in each portal.
  • 28. VSOnline https://YourInstanceName.visualstudio.com/ Requires older AI tooling (AI 1.3) Requires a VSOnline account More fully functional Could go away at any time! Azure Portal https://portal.azure.com/ Requires VS 2013.3+ and AI 2.0+ tooling Requires an Azure subscription (free with MSDN) Shinier Not fully functioning yet
  • 29. Demo
  • 30. Getting started with Azure and ASP.NET http://azure.microsoft.com/en- us/documentation/articles/web-sites-dotnet-get-started/ -OR – How to: Migrate and Publish a Web Application to an Azure Cloud Service from Visual Studio: http://msdn.microsoft.com/en- us/library/azure/hh420322.aspx -THEN - AI Tools for VS: https://visualstudiogallery.msdn.microsoft.com/82367b81- 3f97-4de1-bbf1-eaf52ddc635a
  • 31. App Insights on MSDN Start Here! http://msdn.microsoft.com/en- us/library/dn481095.aspx Walkthrough of Adding Application Insights to your Application: http://www.visualstudio.com/en-us/get-started/get-usage-data-vs.aspx Track Custom Usage Events and Metrics: http://azure.microsoft.com/en- us/documentation/articles/app-insights-web-track-usage-custom-events- metrics/