Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

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

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.

Share the post

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

×

Subscribe to Msdn Blogs | Get The Latest Information, Insights, Announcements, And News From Microsoft Experts And Developers In The Msdn Blogs.

Get updates delivered right to your inbox!

Thank you for your subscription

×