Showing category results for CI/CD

Feb 12, 2014
Post comments count0
Post likes count0

IntelliTrace MVC Navigation

Colin Thomsen - MSFT

The Microsoft Monitoring Agent allows you to collect reliability and performance data for web applications and to review the data using IntelliTrace. For Microsoft Visual Studio 2013 Ultimate, Update 2, we have added the ability to easily navigate to Actions and Controllers for Model View Controller (MVC) web sites. Let’s examine that experience in...

DevOpsCI/CDGit & Version Control
Feb 11, 2014
Post comments count0
Post likes count0

UI Enhancements for IntelliTrace with Visual Studio 2013 Update 2

Wiktor Kopec - MSFT

As announced previously on this blog, with Visual Studio 2013 RTM, we also released the Microsoft Monitoring Agent (MMA) which can produce .itrace files for issues with applications in production. This includes exception information, but also performance event violations. In Visual Studio 2013 Update 2, we continue to improve this experience by pr...

DevOpsCI/CDGit & Version Control
Feb 10, 2014
Post comments count0
Post likes count0

Jump to SQL with IntelliTrace

Tim Varcak (MSFT)

In Visual Studio 2013, you can use IntelliTrace to view Microsoft Monitoring Agent data collected from a web application. This includes performance details in IntelliTrace which provides a great way to get back to your code to investigate performance issues that occurred on a production server. But what if the performance issue has something to do ...

DevOpsCI/CDGit & Version Control
Jan 31, 2014
Post comments count0
Post likes count0

How to modify the UpgradeTemplate.xaml to enable releasing from a build

Leo Vildosola

Release Management provides the option to trigger a release from a build. But to use this feature, some additional logic has to be added to the default build process template. You can refer to my previous post on doing this with the default build process templates for TFS 2013. This article details how to make the necessary modifications specifical...

DevOpsAzure DevOps ServerCI/CD
Dec 19, 2013
Post comments count0
Post likes count0

How to configure Team Foundation Server with Release Management

Roopesh Nair

  Release Management for Visual Studio 2013 (RM) is tightly integrated with TFS. In order to communicate with TFS, RM uses a service account to access different functionality of TFS. Here are the necessary minimal permissions that the account must have. If possible, to keep things simple, we recommend an account that is part o...

DevOpsAzure DevOps ServerCI/CD
Dec 12, 2013
Post comments count0
Post likes count0

How to debug Release Management components

Roopesh Nair

  Enable logs on Microsoft Deployment Agent: The first and most easy way to debug why an action/component is failing is to open the logs available through the deployment step of your release within Release Management (RM) client. To do this, open your release, access the View Log section, click on the Details button of the deployment...

DevOpsCI/CDGit & Version Control
Dec 12, 2013
Post comments count0
Post likes count0

Configuring Release Management to work across untrusted domains

Roopesh Nair

There are times when you will want Release Management (RM) to interact with machines that are not part of the same domain. This post details the steps required to configure RM to work across untrusted domains.  Configuring the Microsoft Deployment Agent  Follow these steps to configure the Release Management Server and the Deployment...

DevOpsCI/CD
Dec 9, 2013
Post comments count0
Post likes count0

How to modify the TFS 2013 default build process template (GitTemplate.12.xaml & TfvcTemplate.12.xaml) to enable releasing from a build

Leo Vildosola

Release Management provides the option to trigger a release from a build. But to use this feature, some additional logic has to be added to the default build process template. This article details how to make the necessary modifications. If you are currently using the TFS 2013 default build process template If you are using the TFS 2013 default b...

DevOpsAzure DevOps ServerCI/CD
Nov 25, 2013
Post comments count0
Post likes count0

Release Management for Visual Studio 2013

Vijay Machiraju

DevOps is an increasingly important part of application lifecycle management and is a growing area of interest as businesses need to develop and deploy quality applications at a faster pace. As part of this increased focus, we’re excited to announce Release Management for Visual Studio 2013, a solution for .NET and Windows Server applications...

DevOpsCI/CD
Nov 13, 2013
Post comments count0
Post likes count0

Announcing Application Insights Preview

Charles Sterling

Many folks have noticed I had practically stopped blogging. I have been working on one of the products Brian announced at the launch: Application Insights and as this service wasn’t in preview until today have not been able to blog about it. For those of you that weren’t able to make the launch, Application Insights is a set of services that provi...

DevOpsAzure & CloudCI/CD