Azure DevOps (formerly known as Visual Studio Team Services a.k.a VSTS) & Team Foundation Server (TFS) Tutorials

Azure DevOps is the evolution of VSTS and provides a set of services to build, test, deploy, monitor and manage applications in the cloud. It integrates with Visual Studio to give a seamless environment to the team members of the development team. Team Foundation Server (TFS) automates and streamlines the software delivery process for all team members.

So far, we have published 83 VSTS & TFS (Azure DevOps) tutorials and articles, which have been read by over 4895437 (Four Million Eight Hundred Ninety Five Thousand Four Hundred Thirty Seven) developers and architects.

82165 views
Abstract: In this tutorial, you will learn to use REST APIs to connect to Azure DevOps, fetch data for work items and finally how to create work items.
15749 views
Abstract: In this load testing tutorial, I will discuss what is Load Testing and how VSTS (Azure DevOps) Test hub provides different types of Load Testing.
23445 views
Abstract: Create a custom build task in Visual Studio Team Services (VSTS) which can be used for build or release definitions. Also learn how to package and publish the custom build task.
30903 views
Abstract: NuGet can be used to create, distribute and consume packages. Learn how to do NuGet Package Management in Visual Studio Team System.
24512 views
Abstract: How VSTS can be effectively used for CI/CD and Continuous Testing (CT) of a Java Web App using a non-Microsoft tool like Selenium.
25824 views
Abstract: Walkthrough of using Microsoft VSTS services for doing Continuous Integration – Continuous Deployment (CICD) of a Java Web Application.
30174 views
Abstract: Learn to execute an automated test with the help of Test Hub in Visual Studio Team System (VSTS)
23051 views
Abstract: Learn about Exploratory Testing XT (also known as XT) with Test Hub in Visual Studio Team System.
19092 views
Abstract: Creation virtual machines and provision them using the Release Management Service of TFS and VSTS
21767 views
Abstract: Using VSTS Release Management to create a VM in Azure using Azure Resource Manager (ARM) Template.
24765 views
Abstract: Create service hook for any VSTS project by using a wizard as well as programmatically and use this web hook with an azure function.
22323 views
Abstract: Overview of a feature in VSTS Git called Pull Request which enables code review. We also look at a scenario where a solution in local repository needs to be added to a remote repository.
17320 views
Abstract: Create a Build Task that automates package, publish, share and installation of a VSTS extension.
16501 views
Abstract: Create a simple VSTS extension as well as publish it. Also learn how to create and use an Azure function with VSTS extension.
77462 views
Abstract: What is Visual Studio Team System (VSTS)? This article gives an overview of the services available in VSTS, and how they can be used.
18267 views
Abstract: New features and enhancements available with Test hub using Visual Studio Team Services (VSTS).
51337 views
Abstract: SonarLint is a tool for managing code quality. We will integrate SonarLint with Visual Studio 2015 and with TFS build by creating a build definition
32393 views
Abstract: Use VSTS to create a DACPAC and deploy it on a VM in Azure Resource Group to make it immediately available to the application
26555 views
Abstract: Overview of a basic scenario for continuous integration, continuous deployment of web apps in Azure VM, which is part of the DevOps
15024 views
Abstract: Microsoft now allows limited customization of Process in Visual Studio Team Services. This article explores the different options available.
34046 views
Abstract: Visual Studio Team Services and TFS 2015 has given us a new way to customize the Welcome page and the dashboard. Let us explore how to do it in this article.
19601 views
Abstract: Code Search is a cool feature available only with Visual Studio Team Services a.k.a Visual Studio Online. It allows you to search code across TFVS and Git projects in Visual Studio Team Services.
37337 views
Abstract: Customize Build activities in TFS 2015. We will use PowerShell to add custom tasks.
70754 views
Abstract: The new builds of TFS 2015 and Visual Studio Online are web and script based, and are highly customizable. This article explores new Build Features in TFS 2015 and Visual Studio Online
72252 views
Abstract: Visual Studio Online and TFS 2015 provide RESTful APIs that allow you to extend the functionality of VSO from your apps and services. This article talks about accessing VSO using a client that uses RESTful services of TFS and the security challenges we face while accessing these services.
25064 views
Abstract: TFS and Visual Studio Online (VSO) have embraced Git as one of the default options for version control while creating a new team project. In this article, I will attempt to explain the concepts of Git as implemented by TFS / VSO.
22426 views
Abstract: In this article we will discuss how arguments and variables can be used during TFS 2013 Build Process and the difference between them.
57384 views
Abstract: Microsoft Team Foundation Server 2013 provides features for implementing both Continuous Integration (CI) and Continuous Deployment (CD). In this article, we will use the component of Release Management and explore the same.
25882 views
Abstract: Team Foundation Server provides API's which makes it extensible in a number of ways. This article discusses some of these methods taking some case studies as a base.
62031 views
Abstract: Visual Studio Online (VSO) has new features like Project Repository, Tools for Project Planning, Testing with VSO, Distribution of work, CI Build, Collaboration between team members using Team Room and Load Testing. In this article we will explore these features.
85493 views
Abstract: Explore new features in Team Build 2013. Also discus how Git repository can be incorporated in Team Build and how to customize the build without changing the process template.
45869 views
Abstract: This article discusses how strongly Team Foundation Server 2012 supports the implementation of SCRUM and CMMI processes
127997 views
Abstract: In our previous article, Using TFS 2012 and SCRUM for Iteration Capacity Planning for Software Development, we had seen how to plan the sprint and balance the work to be done during the sprint. In this article, we will take a look at how to run the sprint till the finish line. We will use TFS 2012 and its task board capability to do that.
133201 views
Abstract: In this article, I will explain how the sprint planning is done by the SCRUM Team using Team Foundation Server 2012 a.k.a TFS 2012. I will also show you how to consider capacity of the team while planning the sprint backlog.
89167 views
Abstract: In this article we will explore how to debug and run a custom check-in policy using TFS SDK 11 and then deploy it on a developer’s machine.
117841 views
Abstract: In this article, I will take you through the process of creating and deploying a custom check-in policy using TFS SDK 11 for Java.
126654 views
Abstract: In this article, we will explore how the local workspaces concept works in Team Explorer Everywhere in TFS 11
126787 views
Abstract: In this article, we will take a first look at Team Explorer Everywhere Beta 11 plugin for Eclipse from the point of view of how to install it and how to use it.
198733 views
Abstract: Team Foundation Server (TFS 2010) administrators have experienced that managing source control from the command line (tf.exe) is faster and more convenient. In this article, we are going to explore the capability to build customized utilities using a set of commands provided by TFS in tf.exe
123405 views
Abstract: In this article, we will explore how to use TFS 2010 for Build Management of Java Projects. We will use Eclipse based plug-in named Team Explorer Everywhere for creating a build definition that encapsulates an ant script and provides manageability to it.
117359 views
Abstract: In this article, I am going to walk you through the entire process of how to use the Team Explorer Everywhere plug-in in Team Foundation Server 2010 (TFS) for version control of a Java project .
70914 views
Abstract: While exploring various Build related features in TFS vNext 11, I observed some preliminary differences in Build related features in TFS 11 compared to TFS 2010. In this article on TFS 11, we will take a quick overview of these differences. In the subsequent articles, we will explore these differences in depth.
85852 views
Abstract: With Team Foundation Server (TFS), Microsoft introduced a much better mechanism for source control. In fact, TFS can do much more than just source control. In this article, I have listed 8 reasons to upgrade your SCM from Visual Source Safe (VSS) to using TFS 2010.
125234 views
Abstract: We began a series of articles on Customize work item type definition in TFS 2010. In the first part of this series we had seen how to use a tool WitAdmin to export the work item type definition of Bug work item and then import it back in TFS after making a small modification in it, as Defect work item type definition. In this article, we will do a non-trivial modification in the Defect work item, using Team Foundation Power Tool.
79972 views
Abstract: With this article, we will start a series of articles to review the customization of work item type definition in the context of changes that we observe in work item tracking in TFS 2010. In this article, we will cover the tools and process to export work item type definition from an existing team project and then import it back with some modifications. We will use command line tools and XML editing in the notepad. We will also see how to export and import Global Lists from TFS.
73216 views
Abstract: In this article, we will take an overview of the Lab Management feature of Team Foundation Server (TFS) 2010 and Microsoft Test Manager 2010, in a nice Q & A format.
77257 views
Abstract: Microsoft Test Manager (MTM) is a new tool used for creating, managing and running tests associated with a TFS project. While creating the Microsoft Test Manager (MTM) Environment setup for the first time, I faced a few challenges while syncing with TFS and Visual Studio 2010. I thought of sharing my experiences which may help Test Engineers/ admin to create an MTM setup on their own.
61004 views
Abstract: In this article, we will see how a report can be created with the help of Business Intelligence Development Studio (using Microsoft SQL Server 2008) by taking data source as Analysis Services Cube.
68441 views
Abstract: In this article we will see how a report can be created with the help of Business Intelligence Development Studio (BIDS), using Microsoft SQL Server 2008 and how it can be added as a web part to a Project Portal of TFS 2010.
84957 views
Abstract: In this article we will focus on how a new report can be created with Excel and also how an existing report can be modified using Excel and Visual Studio 2010.
12

  
Article Filter :
Per page: