Deployment to Azure of a Multi-Container ASP.NET Core app with Docker Compose
Mar 05 2021

Yogi S

In this tutorial I will show you the Deployment to Azure of a Multi-Container ASP.NET Core app with Docker Compose.Notes: 1. App is build in ASP.NET Core MVC techonlogy. 2. It has 2 Docker Containers, one hosting a Web Application and Other Hosting a Web API. 3. Images are pushed from local pc to docker hub repostitory using command - docker-compose push.Enjoy and have fun.