Azure DevOps Blog

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

Announcing 100 core support for VSO Cloud-based Load testing and more!

Cloud-based Load Testing with Visual Studio Online now supports  up to 100 cores for a single load test run. Until now in Cloud-based Load Testing, you could use up to 20 cores (10 agents) in a single load test run. With the support for 100 cores, you should be able to generate 5 times the concurrent users than before. For example, , in a ...

ALM webinars, conferences and events

After my last post on upcoming ALM Webinars i received a bunch of emails about other great ALM and DevOps events…So i spent some time putting them in chronological order. Hope this helps next time you are considering re-watching an old series on Netflix or increasing your knowledge about emerging trends in the DevOps space. ALM Webinars...

April and May DevOps Webinars by Northwest Cadence

The warm weather in Seattle has definitely seems to have had an effect on everything!  My feature team (Load Test) is ahead of schedule, the flower gardens are in full bloom and and the folks at Northwest Cadence seem to be ON FIRE with over 20 ALM and DevOps events for people to attend. With Dan, Rennie and Steve (one of the all time ...

Free Webinar on Professional Scrum Development by Richard Hundhausen March 18 2:00 PM PST

Good friend, noted author and fellow car fanatic is offering a webinar on Scrum development.See you there! Pro Scrum Development: A Conversation with Richard Hundhausen In this new webinar from Microsoft we will introduce you to the guy who literally wrote the book on Professional Scrum Development, Richard Hundhausen.  In this ...

Visual Studio Online – Bugs not showing on the backlog?

UPDATED: Mar 13, 2015 We found the problem here and confirmed that it was isolated to just a few accounts, and for a short period of time.  If you run into this issue, the steps below should correct it.  Don't hesitate to reach out if you have any questions.  ----------------------- We're rolling out an update to Visual Studio Online...

CodeLens in Visual Studio Online is now in Public Preview for Europe region

 We are delighted to announce that the Public Preview of CodeLens in Visual Studio Online is now available to customers in the West Europe Region. CodeLens in Visual Studio Online was initially released as a Public Preview in Dec 2014. With the addition of Western Europe Region, all Visual Studio Online customers can now use CodeLens to ...

Load testing Applications behind Firewall using Cloud-based Load Testing Service

Cloud-based Load Testing Service can be used for performance and scale testing of an application by generating load from Azure. It is often observed that application is deployed in the internal environment behind the firewall before it is deployed to production or you have an application that is deployed internally and accessible on your ...

Editing the IntelliTrace collection plan

As you probably already know, Visual Studio offers an enhanced debugging experience through the use of IntelliTrace. Your application’s execution is recorded by IntelliTrace and you can navigate through time, both backwards and forwards, and examine your code as you normally would during a debugging session by interacting with the Call Stack...

Creating unit test method stubs with “Create Unit Tests”

In Visual Studio 2015 CTP 6 we are introducing the "Create Unit Tests" feature that provides the ability to create unit test method stubs. The feature allows easy configuration of a test project, and the test class and the test method stub therein. It is conveniently available as a context menu item, and can be invoked on product code at the ...