From the course: Docker on Azure (2019)

Unlock the full course today

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

Solution: Update security group

Solution: Update security group

From the course: Docker on Azure (2019)

Start my 1-month free trial

Solution: Update security group

(upbeat music) - [Instructor] So if we want to go and modify our virtual machine to allow access to the port 90 container, so it's still running, we didn't stop it. If we login to our VM, there's two ways that we can do this. One, we can go into Networking and we can add an inbound port rule, or better yet we want to modify this port rule specifically. And we can just select it, modify it to include port 90, and then we should be able to Save it. And once it's saved, we have access to port 90. So if we do Control + R curl, there's our port 90 curl request. And once the security group is updated, we should actually get a response. And sure enough, there we go.

Contents