Skip to content

Commit 5fdf75d

Browse files
authored
Merge pull request #190075 from cherylmc/rdp
include
2 parents a5cad46 + 2176666 commit 5fdf75d

File tree

6 files changed

+29
-2
lines changed

6 files changed

+29
-2
lines changed

articles/bastion/tutorial-create-host-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ This is the public IP address of the Bastion host resource on which RDP/SSH will
152152

153153
## Connect to a VM
154154

155-
[!INCLUDE [Connect to a Windows VM](../../includes/bastion-vm-rdp.md)]
155+
[!INCLUDE [Connect to a VM](../../includes/bastion-vm-connect.md)]
156156

157157
## Remove VM public IP address
158158

@@ -169,7 +169,7 @@ your resources using the following steps:
169169

170170
## Next steps
171171

172-
In this tutorial, you deployed Bastion to a virtual network and connected to a VM. You then removed the public IP address from the VM. Next, configure additional Bastion features.
172+
In this tutorial, you deployed Bastion to a virtual network and connected to a VM. You then removed the public IP address from the VM. Next, learn about and configure additional Bastion features.
173173

174174
> [!div class="nextstepaction"]
175175
> [Bastion features and configuration settings](configuration-settings.md)

includes/bastion-vm-connect.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
author: cherylmc
3+
ms.service: bastion
4+
ms.topic: include
5+
ms.date: 02/28/2022
6+
ms.author: cherylmc
7+
---
8+
9+
1. In the [Azure portal](https://portal.azure.com), navigate to the virtual machine to which you want to connect.
10+
1. At the top of the page, select **Connect->Bastion** to navigate to the **Bastion** page. You can also navigate to the Bastion page using the left menu.
11+
1. The options available on the **Bastion** page are dependant on the Bastion SKU tier.
12+
13+
When the Bastion **Basic SKU** is configured, you connect to a Windows computer using RDP and port 3389, and to a Linux computer using SSH and port 22. You don't have options to change the port number or the protocol.
14+
15+
:::image type="content" source="./media/bastion-connect-vm/basic-sku.png" alt-text="Screenshot of Bastion page." lightbox="./media/bastion-connect-vm/windows-rdp.png":::
16+
17+
When the **Standard SKU** is configured, you have more connection options available. Expand **Connection Settings** to see the options. The following example shows a Windows computer with SSH selected.
18+
19+
:::image type="content" source="./media/bastion-connect-vm/connection-settings.png" alt-text="Screenshot connection settings expanded." lightbox="./media/bastion-connect-vm/connection-settings.png":::
20+
1. Complete the values. Typically, unless you have configured different settings, you connect to a Windows computer using RDP and port 3389, and to a Linux machine using SSH and port 22.
21+
1. Select **Connect** to connect to the VM.
22+
1. The connection to this virtual machine, via Bastion, will open directly in the Azure portal (over HTML5) using port 443 and the Bastion service.
23+
24+
* When you connect, the desktop of the VM will look different than the example screenshot.
25+
* Using keyboard shortcut keys while connected to a VM may not result in the same behavior as shortcut keys on a local computer. For example, when connected to a Windows VM from a Windows client, CTRL+ALT+END is the keyboard shortcut for CTRL+ALT+Delete on a local computer. To do this from a Mac while connected to a Windows VM, the keyboard shortcut is Fn+CTRL+ALT+Backspace.
26+
27+
:::image type="content" source="./media/bastion-vm-rdp/connection.png" alt-text="Screenshot of Connect using port 443.":::
141 KB
Loading
165 KB
Loading
134 KB
Loading
167 KB
Loading

0 commit comments

Comments
 (0)