diff --git a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md index e945548..a0c78fc 100644 --- a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md @@ -1,4 +1,10 @@ ## Setting eShopOnContainers up in a Visual Studio 2017 development machine +Visual Studio 2017 with its built-in Docker Tools adds a number of very convenient features which are solid reasons why you'd want to use VS 2017 when developing Docker container based applications. The most important features are: +* Multi-container debugging, supporting true microservice scenarios +* Windows Server Containers for .NET Framework apps +* Addition of CI build definition using a docker-compose.ci.build.yml file at the solution level. +* Configure Continuous Integration experience for setting up CI/CD with VSTS to Azure Container Services +Being the first one (Multi-container debugging, supporting true microservice scenarios) the most loved feature, probably. ### GitHub branch to use As of February 20th, the branch to use with VS 2017 (.CSPROJ support) is the branch: vs2017 :