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/connect-ip-address.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: cherylmc
10
10
11
11
---
12
12
13
-
# Connect to a VM via specified private IP address through the portal
13
+
# Connect to a VM via specified private IP address
14
14
15
15
IP-based connection lets you connect to your on-premises, non-Azure, and Azure virtual machines via Azure Bastion over ExpressRoute or a VPN site-to-site connection using a specified private IP address. The steps in this article show you how to configure your Bastion deployment, and then connect to an on-premises resource using IP-based connection. For more information about Azure Bastion, see the [Overview](bastion-overview.md).
16
16
@@ -48,7 +48,7 @@ Before you begin these steps, verify that you have the following environment set
48
48
49
49
1. Select **Apply** to apply the changes. It takes a few minutes for the Bastion configuration to complete.
50
50
51
-
## Connect to VM
51
+
## Connect to VM - Azure portal
52
52
53
53
1. To connect to a VM using a specified private IP address, you make the connection from Bastion to the VM, not directly from the VM page. On your Bastion page, select **Connect** to open the Connect page.
54
54
@@ -62,6 +62,29 @@ Before you begin these steps, verify that you have the following environment set
62
62
63
63
1. Select **Connect** to connect to your virtual machine.
64
64
65
+
## Connect to VM - native client
66
+
67
+
You can connect to VMs using a specified IP address with native client via SSH, RDP, or tunnelling. Note that this feature does not support Azure Active Directory authentication or custom port and protocol at the moment. To learn more about configuring native client support, see [Connect to a VM - native client](connect-native-client-windows.md). Use the following commands as examples:
68
+
69
+
**RDP:**
70
+
71
+
```azurecli
72
+
az network bastion rdp --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-ip-address "<VMIPAddress>
0 commit comments