Deploying Your Dockerized Angular Application To Azure Using VSTS (Part II)

Developer Support

Premier Developer Consultant Wael Kdouh demonstrates how to maintain consistency across development and production environments by utilizing Docker containers. He will show you how this is possible while concurrently automating the process with VSTS.


In my previous post, I showed you how to deploy your Angular application to Azure using Visual Studio Team Services (VSTS). Whereas VSTS made it extremely easy to build a CI/CD pipeline, there is one aspect which always proves to be challenging. This aspect is the consistency across the development environment and the production environment. For example, when you develop your Angular application locally, the application is served by the webpack server. However, when you host on Azure, it is served using IIS. In this post, I will show you how you can use Docker containers to use the same environment under both the development and production machines while automating the whole process using VSTS.

Read more of Wael’s post here.

0 comments

Discussion is closed.

Feedback usabilla icon