简体   繁体   中英

how to deploy the asp.net core application in azure Docker?

I had developed a simple asp.net core application with Docker support in visual studio 2017 by following developing Docker container-based applications .

And also followed this HOW TO DEVELOP MICROSERVICES USING .NET CORE & DOCKER .

I run the asp.net application in my local Docker its working fine. But I don't know how to deploy same application in azure Docker.

Well, the question is rather vague and has lots of answers. In my opinión the most straightforward way of doing so is creating docker images and pushing them to the azure container registry. they can be pulled from there and used in Azure (or anywhere).

Here's the basics on how to do that .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM