Category: DevOps

Browse all posts in DevOps

Setting up CI for ASP.NET MVC to deploy on Azure Cloud WebApp using Visual Studio Team System

by: Saurabh Nandu on: 29-Apr-2017 in: DevOps

Importance of DevOps is growing by the day as development teams adopt agile practices and start on the path of shorter development cycles. Having a good Continuous Integration system in place is one of the key parts of DevOps setup. In this blog I will explore the process of getting a simple ASP.NET MVC application configured using Online Visual Studio Team System's Build and Release process to deploy to an Azure WebApp.

Read More