From the course: Deploying ASP.NET Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Deploy a Docker image to Azure

Deploy a Docker image to Azure

From the course: Deploying ASP.NET Applications

Start my 1-month free trial

Deploy a Docker image to Azure

- [Instructor] So far we have seen how easy it is to create a docker image and to publish it and then use it on another machine. But what I think is the most powerful feature of Azure creating containers, is the fact that you can take a container and use it inside a web application. So I can go in here, choose create a resource. The resource that I want to create, it's a web application. I can put a name, let's try demodocker and see if it's available. If the name is available I get the green tick. I have to create a new resource group if I want to use a docker image. Because I'm using the docker image which will automatically create a new service plan as well. And then I need to configure the container, and the configuration of the container, it's very simple. From Docker Hub, I want to take the public image called tibor19/hplussports, and if I want to specify a tag, in our case being latest, I can do that as well. But I don't need to do that because it will automatically take the…

Contents