Azure DevOps Blog
DevOps, Git, and Agile updates from the team building Azure DevOps
Latest posts
Debugging, Profiling, IntelliTrace in VS2013 Update 2 and Tech Ed
Those of you following this blog, and in particular the diagnostics tag, know about the wealth of new value we have shipped in VS2013 RTM and the VS2013 Update 2 RC. I wanted to remind you of all the debugging and profiling features you can take advantage of – please see the items on these two lists: If you are a Visual Studio Ultimate customer and are interested in IntelliTrace, we continue to add links to new IntelliTrace content to our central IntelliTrace blog post: Next week at Tech Ed 2014 NA, two of us from the team will be presenting 3 sessions covering all of the above plus...
Import virtual machines or template operation of Microsoft Test Manager throws ‘Object reference not set to an instance of an object’’
The content of this blog is applicable if you are using Team Foundation Server 2012 Update 4 with System Center Virtual Machine Manager 2012 R2. Problem: When you try to import a virtual machine or template to Team Foundation Server library using Microsoft Test Manager(MTM), import wizard throws 'Object reference not set to an instance of an object’' . This issue occurs when you have any VM or template with no description in your Virtual Machine Manager(VMM) library share that you have configured to Team Foundation Server(TFS) and you are trying to import them to TFS. Work Around: To fix this error m...
Brisbane ALM User Group: Integrating Application Insights in the end to end ALM workflow by Anthony Borton
The warming weather and the Thunder Showers this weekend definitely left me a little homesick for Australia…which compelled me to announce this weeks ALM User Group in Brisbane. Next week is “bring a friend” week at the Brisbane ALM User Group with with every person who brings a friend receiving free soft drinks during the event! View Meeting Details and RSVP to attend Session AbstractMany of our user group meetups have been focused on a specific feature, technology or product. In this month’s meetup I’ve decided to try something a little different.I...
Using the IntelliTrace Events window with a log collected from MMA Standalone
The Microsoft Monitoring Agent allows you to collect reliability performance data and exception data for web applications. You can use IntelliTrace to review this data, or debug this data to get more useful information. In this post I am using MMA Standalone, as opposed to MMA connected to AppInsights or System Center. One of my colleagues deployed FabrikamFiber site to her local IIS and monitored it with MMA standalone. FabrikamFiber was designed to contain bugs and surprises. Let’s see what we can find from the collected log (attached to the blog). Open the FabrikamFiber log file in Visual Studio and you’ll s...
Monitoring Custom Performance Counters in Application Insights
I have had several folks ask me how to monitor custom performance counters in Application Insights. Since I hadn’t played with performance counters in a while I thought I would go through the MSDN documentation on this topic from end to end. Step 1. Create the performance Counter In Visual Studio open Server Explorer, expand the Performance Counters node and right click “Create New Performance Category” Step 2. Create an Application that increments the counter In Windows Forms you can just drag the performance counter to the design surface but it is not much harder in a Web Application. Here is the c...
New agent for Application Insights available
We are excited to announce that there is an updated version of Microsoft Monitoring Agent (MMA) available now. Performance counter collection frequency was reduced from 5 minutes to 1 minute for standard and custom counters so you’ll see trends more granularly and faster. There are also improvements in our log collection feature and bug fixes improving agent stability. This agent version standardizes on a single way to configure Application Insights (both agent and SDKs) driven through Visual Studio using our Application Insights Tools for Visual Studio. The best part is this Application Insights configuration ...
Application Insights Webinar April 17th 8:00am PST
If you are looking to get started with Application Insights I will be hosting a webinar Thursday 8:00am PST where I will be walking through a getting started session looking at Availability Monitoring, Performance Monitoring, Usage Monitoring and how to make all this actionable!Register for event: https://msevents.microsoft.com/cui/EventDetail.aspx?culture=en-US&EventID=1032582723&IO=fI2a9Ruq1VA5J1%2brnNveSA%3d%3dStarts: Thursday, April 17, 2014 8:00 AM Time zone: (GMT-08:00) Pacific Time (US & Canada) Duration: 1 hour(s) Register
Integrating testing tools and devops at the Seattle Area Software Quality Assurance Group April 17th
The thought leaders in the area of Testing locally run “Seattle Area Software Quality Assurance Group”. I have been asked me to come in and show them how Microsoft is integrating Testing tools into the DevOps work flows!Definitely looking forward to it!3rd Thursday, April 17th, 6:30 pm at CompuCom 11900 NE 1st Street, Bellevue, WA Using the Cloud to Load Test and Monitor Your ApplicationsLoad testing is often one of the most difficult testing efforts to set-up—in both time for the deployment and cost for the additional hardware needed. Using cloud-based software, ...
Get Application Performance data during load runs with Visual Studio Online
[ New Update: Now you can collect performance counter of your choice to be monitored during the load run. Read more about it here ] Goal of a load testing activity is to identify and fix performance bottlenecks. Visual Studio Online integrates Load testing with Application Insights to give deep insights into performance and diagnostics data of your application dramatically decreasing the discovery and resolution of any issues discovered later. This article will walk you through configuring Load Testing to take advantage of Application Insights. *Please note that Application Insights is in Preview. Here ar...