You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/bastion/bastion-connect-vm-rdp.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: cherylmc
6
6
7
7
ms.service: bastion
8
8
ms.topic: conceptual
9
-
ms.date: 10/15/2019
9
+
ms.date: 02/03/2020
10
10
ms.author: cherylmc
11
11
# Customer intent: As someone with a networking background, I want to connect to an Azure virtual machine running Windows that doesn't have a public IP address by using Azure Bastion.
12
12
@@ -18,14 +18,22 @@ This article shows you how to securely and seamlessly RDP to your Windows VMs in
18
18
19
19
## Before you begin
20
20
21
-
Make sure that you have set up an Azure Bastion host for the virtual network in which the VM resides. For more information, see [Create an Azure Bastion host](bastion-create-host-portal.md). Once the Bastion service is provisioned and deployed in your virtual network, you can use it to connect to any VM in this virtual network. Bastion assumes that you are using RDP to connect to a Windows VM, and SSH to connect to your Linux VMs. For information about connection to a Linux VM, see [Connect to a VM - Linux](bastion-connect-vm-ssh.md).
21
+
* Make sure that you have set up an Azure Bastion host for the virtual network in which the VM resides. For more information, see [Create an Azure Bastion host](bastion-create-host-portal.md). Once the Bastion service is provisioned and deployed in your virtual network, you can use it to connect to any VM in this virtual network.
22
+
* Bastion assumes that you are using RDP to connect to a Windows VM, and SSH to connect to your Linux VMs. For information about connection to a Linux VM, see [Connect to a VM - Linux](bastion-connect-vm-ssh.md).
22
23
24
+
### Required roles
23
25
In order to make a connection, the following roles are required:
24
26
25
27
* Reader role on the virtual machine
26
28
* Reader role on the NIC with private IP of the virtual machine
27
29
* Reader role on the Azure Bastion resource
28
30
31
+
### Ports
32
+
33
+
In order to connect via RDP, you must have the following ports open on your Windows VM:
34
+
35
+
* Inbound ports: RDP (3389)
36
+
29
37
## <aname="rdp"></a>Connect using RDP
30
38
31
39
1. Open the [Azure portal](https://portal.azure.com). Navigate to the virtual machine that you want to connect to, then click **Connect**. The VM should be a Windows virtual machine when using an RDP connection.
@@ -40,4 +48,4 @@ In order to make a connection, the following roles are required:
0 commit comments