Showing results for October 2015 - Page 2 of 2 - Azure DevOps Blog

Oct 8, 2015
Post comments count0
Post likes count0

Test result data retention with Team Foundation Server 2015

Manoj Bableshwar
Manoj Bableshwar

Test execution, especially in the automated testing workflow, generates considerable amount of data. To keep your test system performant and responsive, its recommended to periodically clean up test results that are no longer relevant. Below are sources from which test results are generated in TFS, and the current features (as of TFS 2015 RTM or pr...

DevOpsAzure DevOps ServerCI/CD
Oct 4, 2015
Post comments count0
Post likes count0

Automating Azure Resource Group deployment using a Service Principal in Visual Studio Online: Build/Release Management

Vijay Machiraju
Vijay Machiraju

Connect your Azure subscriptions to VSTS in 3 clicks New improved user experience to setup Azure Resource Manager based service connection in VSTS. Follow the post below to configure Visual Studio Team Services to communicate with Azure in order to provision or deploy Azure Resource Manager resources such as virtual machines   Now,...

DevOpsAzure & CloudCI/CD
Oct 2, 2015
Post comments count0
Post likes count0

Announcing Visual Studio Debug Engine Extensibility Samples

Patrick Nelson - MSFT
Patrick Nelson - MSFT

In Visual Studio 2012, the we introduced a new debug engine code-named “Concord”. In Visual Studio 2012, Concord was used only for native debugging. Starting with Visual Studio 2013, Concord is used for managed debugging as well.Concord is designed to be a collection of many components working together to form the debug engine. Thi...

DevOpsGit & Version Control
Oct 1, 2015
Post comments count0
Post likes count0

Application Insights retiring on VSO Portal & blogging on Azure Blogs

Rahul Bagaria (MSFT)
Rahul Bagaria (MSFT)

If you’re still using the older version of Application Insights in the Visual Studio Online portal, you’ll have to update your application to use the new version hosted in the Azure Preview portal by October 15.We announced in an August blog post on Azure Blogs that Application Insights has transitioned from the Visual Studio Online por...

DevOpsAzure & Cloud
Oct 1, 2015
Post comments count1
Post likes count0

Announcing Git-LFS on all VSO Git repos

Saeed Noursalehi
Saeed Noursalehi

All Visual Studio Online Git repos now support Git-LFS, with unlimited free storage! Git-LFS is an extension to Git that replaces large files in your repo with placeholder files, and stores the contents of those large files in a separate store on the server.  This allows you to add binary files to a repo without creating a lot of bloat in...

DevOpsGit & Version Control