Showing results for April 2017 - Azure DevOps Blog

Apr 30, 2017
0
0

Setup continuous deployment to Azure Government using Visual Studio Team Services

Shashank Bansal
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 ...

DevOpsAzure & CloudCI/CD
Apr 30, 2017
0
0

Team Services Extensions Roundup – April

Joe Bourne
Joe Bourne

A 6 month high of 30 new Visual Studio Team Services extensions got added to the Marketplace in April. It was really hard to only pick two from such a big set so I encourage everyone to check them all out on the 'Recently Added' section of our Marketplace. There are two extensions I want to highlight this month. One is from a well known Visual ...

DevOps
Apr 25, 2017
0
0

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

David Staheli
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, ...

DevOpsAzure & CloudAzure DevOps Server
Apr 25, 2017
0
0

How we use RM – Part 1

Importer
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 ...

DevOpsCI/CD
Apr 24, 2017
0
0

Configuring your release pipelines for safe deployments

Shashank Bansal
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 ...

DevOpsCI/CD
Apr 24, 2017
0
0

Update on Team Explorer in Visual Studio 2017

Jeremy Epling
Jeremy Epling

Last month, we shipped Visual Studio 2017 RTM and since then we’ve had many reports on Team Explorer issues.  In a nutshell, the quality of Team Explorer in Visual Studio 2017 RTM isn’t up to our usual standards. Most of the bugs stem from 2 sets of changes: a major refactor of the authentication library and moving the Git experience from ...

DevOps
Apr 18, 2017
0
0

Deploy PHP application to Azure App Service using VSTS

Roopesh Nair
Roopesh Nair

This blog post shows how you can deploy a new PHP application from Visual Studio Team Services or Microsoft Team Foundation Server to Azure App Service. Download the sample Create a web app Setup Release...

DevOps
Apr 17, 2017
0
0

Deploy Node.js applications to Azure App Service

Gopinath C H[MSFT]
Gopinath C H[MSFT]

This blog post shows how you can deploy a new Node.js application from Visual Studio Team Services or Microsoft Team Foundation Server to Azure App Service. Code Build       Add the build steps On the Tasks or Build tab, add these steps. Enable continuous ...

DevOpsAzure & CloudCI/CD
Apr 13, 2017
0
0

Streamlined User Management

Ali Tai
Ali Tai

Effective user management helps administrators ensure they are paying for the right resources and enabling the right access in their projects. We've repeatedly heard in support calls and from our customers that they want capabilities to simplify this process in Visual Studio Team Services. I’m excited to announce that we have released a preview...

DevOpsAdmin & Licensing
Apr 13, 2017
0
0

Building Your App in a CI Pipeline with Customized Build Servers (Private Agents)

Chris Patterson (MSFT)
Chris Patterson (MSFT)

With the expanding number of tools to help you become more productive or to improve the functionality of your app, you may have a requirement for a custom tool or specific version to be used during the build process in a Continuous Integration build. If using Visual Studio Team Services, there may be instances when the Hosted agent won’t work to ...

DevOps