Showing results for 2015 - Page 17 of 19 - Azure DevOps Blog

Feb 12, 2015
Post comments count0
Post likes count0

Build Futures

Chris Patterson (MSFT)
Chris Patterson (MSFT)

At the Connect() developer event in November 2014 we showed a sneak peek at the investments we are making for our build automation features in TFS and Visual Studio Online. These new capabilities will be available in TFS 2015 and in Visual Studio Online starting in Q2 of 2015. TFS had build automation starting with its first release in 2006 and ga...

DevOpsAzure DevOps ServerCI/CD
Feb 12, 2015
Post comments count2
Post likes count0

New ways to quickly create a Code Map

Jean-Marc Prieur
Jean-Marc Prieur

Code Maps, previously known as Directed Graph Documents, are a great way to visualize the relationships and interdependencies between the components of your applications. They make it much easier to understand the architecture of your (or, even more useful, somebody else’s) application, and where you should start when you need to update the applica...

DevOpsSecurity
Feb 10, 2015
Post comments count0
Post likes count0

Extracting effective permissions and Security Auditing for TFS

Willy-P. Schaub
Willy-P. Schaub

The Visual Studio ALM Rangers are pleased to announce our v1.1 release for Extracting effective permissions and Security Auditing for TFS. This release contains a whitepaper and samples all based on a prototype to help you get started with extracting effective permissions. Hear what some of the team members have to say about the research and a qu...

DevOpsCommunityAzure DevOps Server
Feb 9, 2015
Post comments count0
Post likes count0

The Output window while debugging with Visual Studio

Angelos Petropoulos
Angelos Petropoulos

The Output window is a veteran in the war against bugs and has been part of Visual Studio since its very first release. It is comprised of a collection of text panes that communicate information to the user: The Output window can be extended by adding to its collection of text panes programmatically, but out of the box with a typical project most ...

DevOpsGit & Version Control
Feb 9, 2015
Post comments count0
Post likes count0

Deploying Azure Cloud Service using Release Management

Roopesh Nair
Roopesh Nair

 Summary You have downloaded the Release Management for Visual Studio client, and are connected to either your Visual Studio Online account. You have an Azure Cloud Service project and want to use Release Management to update the same using the latest drop from a TFS buildIn the current state, you will have to write Powershell scripts on your...

DevOpsAzure & CloudCI/CD
Feb 7, 2015
Post comments count1
Post likes count0

Metrics Explorer – Custom metrics, events and properties

Ketan Ghelani [MSFT]
Ketan Ghelani [MSFT]

Knowing how people use your application is vital to shaping your development priorities and architecture. To get that information, Visual Studio Application Insights makes it easy to insert a few snippets of code that send telemetry about how each feature is being used. With this release of Application Insights, we have added segmentation and filt...

DevOpsAzure & Cloud
Feb 6, 2015
Post comments count0
Post likes count0

Understanding migrations from on-premises TFS to Visual Studio Online

Willy-P. Schaub
Willy-P. Schaub

The Visual Studio ALM Rangers are pleased to announce the release of the second Understanding TFS migrations from on-premises to Visual Studio Online research findings whitepaper. This second part is a walkthrough of a migration, using a simulated on-premises environment, Brian Keller's VM’s, to Visual Studio Online (VSO). The walkthrough is based...

DevOpsCommunityAzure DevOps Server
Feb 6, 2015
Post comments count0
Post likes count0

Application Insights: Moving from Visual Studio Online Portal to Azure Preview Portal

Rahul Bagaria (MSFT)
Rahul Bagaria (MSFT)

In the last year, Application Insights has been making a transition from being part of the Visual Studio Online Portal to be one of the services offered in the new Azure Preview portal. It has been our vision to provide you complete 360° views of your applications' availability, performance and usage which can enable fast & powerful insights, h...

DevOpsAzure & Cloud
Feb 5, 2015
Post comments count0
Post likes count0

Using advanced diagnostics to debug issues in Cloud Load Test.

Prashasti Gupta
Prashasti Gupta

Cloud Load Testing can be used for performance and load testing of your application by generating load from Azure. If you are new to Cloud Load Testing then the following links will help you: It is often observed that debugging on cloud is a little difficult as the machines are not directly accessible to the user. It is not possible to coll...

DevOpsTest
Feb 5, 2015
Post comments count0
Post likes count0

Video: Diagnostic Tools in Visual Studio 2015

Dan Taylor
Dan Taylor

You may have read our blog posts about the Diagnostic Tools debugger window in Visual Studio 2015, the new IntelliTrace in Visual Studio Ultimate 2015, and the Memory Usage Tool while debugging in Visual Studio 2015 that highlight some of our new features in the Visual Studio 2015 CTP 5 release. Yesterday we posted a Channel 9 video walkthrough of ...

DevOpsGit & Version Control