Showing category results for CI/CD

May 15, 2017
Post comments count0
Post likes count0

Visual Studio Team Services (VSTS) IntelliJ plugin now included with JetBrains Rider IDE releases

Paul T. Barham

I am pleased to announce the Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) IntelliJ plugin is now built-in and provided with JetBrains Rider IDE out-of-the-box. The plugin is a result of a partnership between JetBrains and Microsoft. Previously, both of our companies provided separate plugins accessing certain features of VSTS...

DevOpsAzure DevOps ServerCI/CD
May 15, 2017
Post comments count2
Post likes count0

Deploying Applications to Azure Virtual Machine Scale Sets

Atul Malaviya

This blog post shows how you can deploy an application from Visual Studio Team Services to Azure Virtual Machine Scale Set.  An application running on a VM Scale Set is typically deployed in one of the two ways: Creating a custom image approach, also known as immutable deployments has its advantages. It is predictable, as you are prom...

DevOpsAzure & CloudCI/CD
May 11, 2017
Post comments count0
Post likes count0

Announcing public preview of the new Deployment Groups in Release Management

Roopesh Nair

Today we are excited to announce the public preview of the new Deployment Groups in Visual Studio Team Services. Release Management now supports robust in-the-box multi-machine deployment. You can now orchestrate  deployments across multiple machines, perform rolling updates whilst ensuring high availability of the application throughout. Agent ba...

DevOpsCI/CD
May 10, 2017
Post comments count0
Post likes count0

Announcing General Availability of the New Build Editor

Adity Agarwal

Today we are excited to announce the general availability of a new build definition editor in Visual Studio Team Services. The new editor is also available in Team Foundation Server 2017 Update 2. We started this exercise of refreshing the entire build editor a few months back. Besides the need to modernize our user experience, we addressed variou...

DevOpsAzure DevOps ServerCI/CD
May 10, 2017
Post comments count0
Post likes count0

Use Azure portal to setup Continuous Delivery for Web App On Linux

Atul Malaviya

Continuous Delivery in Visual Studio Team Services simplifies setting up a robust deployment pipeline for your Web App on Linux.  By default, the pipeline builds a container image, pushes the image to a container registry and deploys the new image to the Web App. You can easily add another Azure Web App on Linux to the pipeline to validate your cha...

DevOpsAzure & CloudCI/CD
May 9, 2017
Post comments count0
Post likes count0

Visual Studio Test Platform, MSTest V2 – Transparent Development

Pratap Lakshman

Transparent development enables collaboration. When we open sourced the Visual Studio Test Platform and the MSTest Test Framework "MSTest V2", we shared out links to issues, implementation and our roadmap. Here are all the links (including links to groomed backlogs and RFCs) for your convenience: Visual Studio Test Platform: Implementation: http...

DevOpsCI/CDTest
Apr 30, 2017
Post comments count0
Post likes count0

Setup continuous deployment to Azure Government using Visual Studio Team Services

Shashank Bansal

Azure Government clouds provide private and semi-isolated locations for specific Government or other services, separate from the normal Azure services. Highest levels of privacy have been adopted for these clouds, including restricted data access policies. Azure Government clouds require unique Azure endpoints to manage the services offered...

DevOpsAzure & CloudCI/CD
Apr 25, 2017
Post comments count0
Post likes count0

How to Build & Deploy a Java Web Application using Team Services and Azure

David Staheli

So, you’ve heard the tagline “Microsoft Loves Java” but the skeptic in you still has doubts. Well, it’s true! Visual Studio Team Services (VSTS) and Team Foundation Server (TFS) are Microsoft developer toolkits to help developers plan, design, develop, test, deploy and support (the entire DevOps cycle) with all programming languages, including Java...

DevOpsAzure & CloudAzure DevOps Server
Apr 25, 2017
Post comments count0
Post likes count0

How we use RM – Part 1

Importer

< p>The teams that contribute to VSTS (TFS and other micro-services like Release Management, Package Management, etc) began using Release Management to deploy to production as outlined by Buck Hodges in this blog. However, in Feb this year, there was some feedback that it was difficult to debug failed deployments using RM, and that engineers we...

DevOpsCI/CD
Apr 24, 2017
Post comments count0
Post likes count0

Configuring your release pipelines for safe deployments

Shashank Bansal

For large and high scale applications, the promise of “enterprise grade” availability and high reliability levels are key to customer confidence on the applications. Continuous delivery pipelines for such scaled out applications typically consist of multiple environments. DevOPS enables faster & automated delivery of changes, thereby helping c...

DevOpsCI/CD