From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Connectivity walkthrough

Connectivity walkthrough

- [Instructor] In this lesson, we're going to look at some examples to do with routing, peering and network security groups and how they affect things when trying to communicate between devices in Azure. So what I've done is I've got two servers I've built in Azure. The first is a Linux server here, which is running Apache. It's not got a public IP address, but it has got a private IP address. Now this is running on a VNET called VNET-2 on a default subnet. I've then got another server which is actually the work session I'm looking at here, which is a Windows virtual machine. Now this is running on VNET-1 so it's a completely different VNET to what the Linux server is built on. Again, it's got a private IP range. It's on a slightly different address. That's on 10.0.0.4, whereas my Apache is on 10.1.0.4. It has got a public IP address but that's purely for me to connect to it. Now, the actual virtual…

Contents