From the course: Microsoft Azure Administrator Associate (AZ-104) Cert Prep by Microsoft Press

Unlock this course with a free trial

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

Connecting to VMs through Azure Bastion

Connecting to VMs through Azure Bastion

- [Instructor] Hi. In this lecture, we're going to look at Azure Bastion service. So the Azure Bastion service allows you to connect securely to a virtual machine without using its public IP address. And in fact, you can also connect to it through your browser, rather than to use the RDP software on your client. And this makes connectivity to VMs far more secure. Before we can set up a Bastion service, we actually have to create a special subnet called an Azure Bastion Subnet. Now I'm going set it up so that I can connect to this virtual machine here that I've already got built called vm-1, and it's in a VNET called VNET-One. So I'm going to go to that VNET and I'm going to go to the subnet section. And first I'm going to create a subnet. And as I said, you actually have to call this subnet by a specific name, and we have to call it AzureBastionSubnet. The address range as well needs to be at least a /26, giving us at least 59 + 5 reserved addresses. But beyond that, they're the only…

Contents