DEV Community

Mohsen Kokabi
Mohsen Kokabi

Posted on

Azure Bastion

Azure Bastion service provides Remote Desktop in browser over SSL port (443). It comes handy if your corporate network is blocking the RDP ports (3389 or 22 for SSH).

Step 1.

First create a Bastion service
image01
image02
For resource group and instance name you can chose anything
image03
The important settings are for vnet and subnet then hit Create new on the Virtual Network
image04
The subnet should be AzureBastionSubnet and its IP range should be /27 (or smaller range like /28)
image05
Make sure there is also a default subnet
image07
Now, when you are creating the VM, you should select the Bastion VNet.
image08

Now when you try to connect to your VMs, go to the last tab Bastion
image06
and you would see a remote desktop session would open in your browser.

Top comments (0)