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

preview_player
Показать описание
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.
Рекомендации по теме
Комментарии
Автор

Freat example!
Short and on the point.

elarsaks
Автор

Excellent. And Yogyogi is an awesome username :)

thefreezeteam
Автор

I have deployed a Multi-container yml file of WordPress, MySql, and PhpMyadmin to azure web app.
When I click on the app URL only WordPress is loading. How can I access PhpMyadmin?

Power_in_Praise
Автор

if there's two applications running,
how azure knows the application I want to access?

ber
Автор

Hello dear if I have sql server in docker compose and after doing like you here on video how to run this command update database in azure? Could please help if you know. Thank you

aytech
Автор

How to obtain the pfx SSL certificate sir?

sahajrajmalla
Автор

Where is the API url? You published multi app.

HimalayaGarg