Tag

VSTS

1 views collected around this technical thread.

DevOps
DevOps
Sep 12, 2018 · Cloud Computing

Using Azure Key Vault to Secure Secrets in TFS/VSTS Build and Release Pipelines

This guide explains how to store sensitive information such as passwords, tokens, and connection strings in Azure Key Vault and integrate it with TFS/VSTS build and release pipelines to improve security, simplify management, and avoid secret leakage across multiple projects.

AzureCI/CDSecret Management
0 likes · 8 min read
Using Azure Key Vault to Secure Secrets in TFS/VSTS Build and Release Pipelines
DevOps
DevOps
Jun 12, 2018 · Cloud Computing

How to Install SonarQube on Azure and Integrate with VSTS for Continuous Integration

This guide explains step‑by‑step how to deploy SonarQube on Azure using the Bitnami‑provided resource, retrieve the default admin credentials, configure VSTS (Azure DevOps) tasks, and set up continuous integration pipelines to automatically scan code quality during builds.

AzureCI/CDCode Analysis
0 likes · 4 min read
How to Install SonarQube on Azure and Integrate with VSTS for Continuous Integration
DevOps
DevOps
May 17, 2018 · Operations

Understanding Continuous Integration, Delivery, and Deployment with a Step‑by‑Step VSTS CI/CD Pipeline and Docker

This article explains the concepts of Continuous Integration, Continuous Delivery, and Continuous Deployment, then walks through a complete VSTS (Azure DevOps) pipeline setup—including project creation, Git configuration, CI build, Release deployment, SSH tasks, Docker image building, and container execution—targeted at automating .NET Core web applications on a cloud server.

Azure DevOpsCI/CDContinuous Deployment
0 likes · 8 min read
Understanding Continuous Integration, Delivery, and Deployment with a Step‑by‑Step VSTS CI/CD Pipeline and Docker
DevOps
DevOps
Apr 17, 2018 · Operations

Managing Shared Configuration in VSTS Using Library Variable Groups

This guide explains how to centralize duplicated VSTS deployment parameters and PowerShell scripts by creating Library variable groups, setting their security, and referencing them in Release definitions to simplify configuration management across multiple projects.

Azure DevOpsCI/CDVSTS
0 likes · 3 min read
Managing Shared Configuration in VSTS Using Library Variable Groups
DevOps
DevOps
Apr 8, 2018 · Operations

Pull Request Diff Copy Plugin for VSTS: Incremental Deployment and CI/CD Automation

This article introduces the Pull Request Diff Copy plugin for Visual Studio Team Services, explains its background, how it extracts incremental file differences during pull‑request builds, and details the automated CI/CD pipeline used to develop, test, and publish the extension, significantly reducing deployment time.

CI/CDDevOpsVSTS
0 likes · 9 min read
Pull Request Diff Copy Plugin for VSTS: Incremental Deployment and CI/CD Automation
DevOps
DevOps
Jan 14, 2018 · Fundamentals

Setting Up Git for Windows and Enterprise Development (g4e) – Installation, Configuration, and Toolchain

This guide introduces the g4e series, explains why version control is essential, walks through installing Git for Windows, configuring user identity and enterprise credentials, and reviews popular Git GUI tools, Visual Studio integration, VS Code extensions, VSTS/TFS private servers, and the Cmder command‑line alternative.

DevOpsTortoiseGitVSTS
0 likes · 11 min read
Setting Up Git for Windows and Enterprise Development (g4e) – Installation, Configuration, and Toolchain
DevOps
DevOps
Dec 13, 2017 · Operations

Using VSTS (Azure DevOps) with GitHub for Automated Build and Deployment

This guide explains how to set up a VSTS (Azure DevOps) project, connect it to a GitHub repository, configure a CI/CD pipeline with build triggers, customize build options, and display the build status badge in the repository’s README, enabling fully automated builds for .NET projects.

Azure DevOpsCI/CDDevOps
0 likes · 6 min read
Using VSTS (Azure DevOps) with GitHub for Automated Build and Deployment
DevOps
DevOps
Aug 13, 2017 · Operations

Configuring Continuous Build and Continuous Delivery with VSTS for Azure Web Apps

This guide explains how to configure Continuous Build and Continuous Delivery in Visual Studio Team Services (VSTS) for Azure Web Apps, covering source, build, test, and release steps, linking accounts, setting up pipelines, and customizing build tasks for .NET and other projects.

AzureAzure Web AppCI/CD
0 likes · 7 min read
Configuring Continuous Build and Continuous Delivery with VSTS for Azure Web Apps
DevOps
DevOps
Aug 10, 2017 · Information Security

Securing VSTS with Azure Conditional Access: A Step‑by‑Step Guide

This article explains how to protect Visual Studio Team Services (VSTS) by integrating Azure Conditional Access, covering account binding, rule creation, user and group selection, condition settings such as sign‑in risk and location, and testing the resulting access restrictions.

Azure ADAzure Conditional AccessCloud Security
0 likes · 6 min read
Securing VSTS with Azure Conditional Access: A Step‑by‑Step Guide
DevOps
DevOps
Sep 29, 2016 · Cloud Native

Building a Container‑Based CI/CD Pipeline with VSTS/TFS for ASP.NET Core

This article explains how to use Microsoft Visual Studio Team Services/Team Foundation Server together with Docker to create a full‑stack, container‑based CI/CD pipeline for ASP.NET Core applications, covering environment setup, build agents, Docker host connections, and release strategies for test and production.

ASP.NET CoreCI/CDDevOps
0 likes · 8 min read
Building a Container‑Based CI/CD Pipeline with VSTS/TFS for ASP.NET Core
DevOps
DevOps
Sep 23, 2016 · Mobile Development

Setting Up iOS Continuous Integration with VSTS/TFS

This guide explains how to configure a cross‑platform CI pipeline for iOS apps using VSTS/TFS, covering project setup, Git repository linking, agent installation on macOS, build definition creation, variable configuration, and triggering builds to produce signed IPA packages.

CIDevOpsMobile Development
0 likes · 7 min read
Setting Up iOS Continuous Integration with VSTS/TFS
DevOps
DevOps
Jul 22, 2016 · Information Security

How to Connect to TFS/VSTS Git Repositories via SSH

This guide explains how to generate SSH keys, upload the public key to TFS/VSTS, and clone repositories over SSH, providing a secure, password‑less workflow for Git on any operating system.

DevOpsSSHTFS
0 likes · 5 min read
How to Connect to TFS/VSTS Git Repositories via SSH
DevOps
DevOps
May 9, 2016 · Operations

Configuring Bi‑directional Sync Between GitHub and VSTS Using CI Pipelines

This guide explains how to set up bi‑directional synchronization between public GitHub repositories and private VSTS (Azure DevOps) repos using VSTS CI pipelines, covering configuration steps, command‑line tasks, token handling, and common synchronization scenarios.

Azure DevOpsCIDevOps
0 likes · 6 min read
Configuring Bi‑directional Sync Between GitHub and VSTS Using CI Pipelines
DevOps
DevOps
Dec 16, 2015 · R&D Management

Customizing Process Templates in TFS/VSTS: Adding Fields and Inheritance

This article explains how to choose, customize, and extend TFS/VSTS process templates—including adding custom fields, configuring layouts, and using template inheritance—to align the tool with team-specific workflows and organizational change requirements.

ALMProcess CustomizationTFS
0 likes · 8 min read
Customizing Process Templates in TFS/VSTS: Adding Fields and Inheritance