Azure DevOps Blog

DevOps, Git, and Agile updates from the team building Azure DevOps

Latest posts

Apr 2, 2014
Post comments count 0
Post likes count 1

Diagnosing memory issues with the new Memory Usage Tool in Visual Studio

Harikrishna Menon

As part of our continued effort to provide great diagnostic tools for developers, Visual Studio 2013 introduces a new Memory Usage tool as a part of the Performance and Diagnostics hub. The Memory Usage tool supports Windows Store and Windows Phone Store apps using C#/VB/C++ and XAML. This blog post gives you an overview of this tool and helps you understand how to use the tool to solve common memory issues using some examples. Overview It’s important that apps use memory efficiently for the following reasons: 1. ****Memory caps on Phone devices: In particular for Phone, there are specific memory limits en...

Apr 2, 2014
Post comments count 1
Post likes count 0

Need to migrate Release Management Server?

Anand Gaurav

In order to migrate Release Management Server, follow these steps in sequence: 1. Backup existing Release Management server DB. (Learn about How to: Back Up a Database) 2. Export crypto key.  (For more details on the RSA crypto key export, check ‘Exporting an RSA Key Container’ section of Importing and Exporting Protected Configuration RSA Key Containers)       To export the crypto key, run the command [admin mode]            3. Import the earlier exported crypto key. (For more details on the RSA crypto key import, check 'Importing an RSA Key Container’ section of Importing and Exporting P...

Apr 2, 2014
Post comments count 0
Post likes count 0

Deploy automatically to virtual machines in Windows Azure using Visual Studio Release Management

Anand Gaurav

Visual Studio Release Management can be used to achieve continuous deployment to virtual machines in Windows Azure. When configured correctly, Release Management is able to deploy to a VM residing on the cloud just as easily as to a VM hosted locally. This article will explain the steps in order to start a VM on the cloud, deploy to it, and stop it once it is not needed anymore. When deploying to a VM on the cloud, it might be required that you start or stop the VM. Stopping a VM between releases is useful to avoid consuming Azure's resources. Starting and stopping an Azure's VM requires installing a proxy Relea...

Apr 1, 2014
Post comments count 0
Post likes count 0

Code Metrics PowerTool for Visual Studio 2013 Available on Microsoft Download Center

Charles Willis (MSFT)

Visual Studio offers the ability to measure your code’s complexity and maintainability with the Code Metrics window. See the MSDN documentation for more information. In the distant past (circa 2011), we introduced a PowerTool that allows you to gather these same measurements from the command-line. This enables straightforward integration of these metrics into the build process.Each new release of Visual Studio requires a corresponding update of the Code Metrics PowerTool. We are pleased to announce that the Code Metrics PowerTool for Visual Studio 2013 is available on Microsoft Download Center. If you&rsquo...

Mar 31, 2014
Post comments count 0
Post likes count 0

Application Insights at the Danish Developer Conference April 30th

Charles Sterling

If you happen to be in Denmark April 30th and looking for some great content one of the XAML MVPs will be doing a session on Application Insights…including best practices on how they instrumented the Windows Store Build Application. Thanks Thomas!   A look at Application Insight Application Insight er en relativ ny teknologi fra Microsoft til tracking af availability, responsiveness, performance og usage analysis i alle former for applikationer - inklusiv apps og websites. Talken gennemgår brugen af ”Application Insight” i Windows Store apps og vi ser på en række konkrete implementeringer af for at se v...

Mar 31, 2014
Post comments count 0
Post likes count 0

Next best thing to being at Build (Build Application)

Charles Sterling

I am getting ready for Build and realized I wanted an easy way to view, search and add sessions to my schedule…Luckily the the folks at BlueFragments have created this Application! Of course this application is entirely instrumented with Application Insights – which I will be demoing at the Build conference! See you there!   To install it simply search for “Microsoft Build” in the Store or navigate here: http://apps.microsoft.com/windows/en-us/app/build/ab415ae8-4e4b-49b9-b20d-1e6b2ab40a7d   Select the year of content you want to view Select your Favorite session (hint) and choose “Add to my schedul...

Mar 27, 2014
Post comments count 0
Post likes count 0

Visual Studio Online Guidance for Consulting Teams and Systems Integrators

Ed B.

If you are a consulting team or systems integrator partner this post is for you. In the Visual Studio Online team we are aware that many of you are looking for ways to more efficiently deliver projects for your customers. It has been a very popular scenario in the adoption of Visual Studio Online. We are also aware that many of you are starting to adopt, or are already using Visual Studio Online and receiving the benefits of a fully managed Application Lifecycle Management platform that allows you to focus on building software, not managing infrastructure. As a result of this increased interest in Visual Studio ...

Mar 27, 2014
Post comments count 0
Post likes count 0

Installing the Application Insights tools for Visual Studio could win you cool prizes at Build

Charles Sterling

This year not only am I lucky enough to go to Build but I am going down with a bunch of cool prizes such as the new Arc Mice (I have been trying to get one of these since Christmas!!) or a Premium Turtle Beach Xbox One (noise canceling!) Gaming Headset Which begs the question:  “How do I get one!?””:       Day 1 Install Application Insights Tools for Visual Studio and enter to win one of many  cool Bluetooth mice. These tools can be found at: https://aka.ms/aivsix (either by showing us your laptop or a screen shot of your install will suffice) Install Application Insights to your app with data flowing to...

Mar 21, 2014
Post comments count 0
Post likes count 0

Step by Step walk through of getting Application Insights Up and running

Charles Sterling

I am continually amazed the lengths that our MVPS go out of their way to help the community. At the last MVP summit one of the System Center MVPs, Kevin Greene, heard from his peers that there wasn’t a great walk through for getting stared with Application Insights.  Rather than waiting for us he rolled up his sleeves and did his own!…Great job and a HUGE thank you Kevin! If you are getting started with Application Insights i highly recommend taking a look at his series….     Kevin asked me to look for any issues and the only thing i found is the fact the next ...