1

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.

1 Answer 1

2

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.