Skip to content

Commit 563d531

Browse files
committed
freshness update
freshness update
1 parent 8e727a8 commit 563d531

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

articles/bastion/bastion-connect-vm-rdp-linux.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure Bastion to connect to Linux VM using RDP.
55
author: cherylmc
66
ms.service: bastion
77
ms.topic: how-to
8-
ms.date: 10/18/2022
8+
ms.date: 04/26/2023
99
ms.author: cherylmc
1010
ms.custom: ignite-fall-2021
1111
---
@@ -24,7 +24,7 @@ Before you begin, verify that you've met the following criteria:
2424

2525
* To use RDP with a Linux virtual machine, you must also ensure that you have xrdp installed and configured on the Linux VM. To learn how to do this, see [Use xrdp with Linux](../virtual-machines/linux/use-remote-desktop.md).
2626

27-
* Bastion must be configured with the [Standard SKU](configuration-settings.md#skus).
27+
* This configuration isn't available for the **Basic** SKU. To use this feature, [Upgrade the SKU](upgrade-sku.md) to the Standard SKU tier.
2828

2929
* You must use username/password authentication.
3030

@@ -37,7 +37,6 @@ In order to make a connection, the following roles are required:
3737
* Reader role on the Azure Bastion resource
3838
* Reader role on the virtual network of the target virtual machine (if the Bastion deployment is in a peered virtual network).
3939

40-
4140
### Ports
4241

4342
To connect to the Linux VM via RDP, you must have the following ports open on your VM:

includes/bastion-vm-rdp-linux.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
---
22
author: cherylmc
33
ms.author: cherylmc
4-
ms.date: 08/05/2022
4+
ms.date: 04/26/2023
55
ms.service: virtual-wan
66
ms.topic: include
77
---
88

9-
1. In the [Azure portal](https://portal.azure.com), go to the virtual machine that you want to connect to. On the **Overview** page, select **Connect**, then select **Bastion** from the dropdown to open the Bastion page. You can also select **Bastion** from the left pane.
9+
1. In the [Azure portal](https://portal.azure.com), go to the virtual machine that you want to connect to. On the **Overview** page, select **Connect**, then select **Bastion** from the dropdown to open the Bastion page.
1010

1111
:::image type="content" source="./media/bastion-connect-vm-rdp-linux/connect.png" alt-text="Screenshot of Connect." lightbox="./media/bastion-connect-vm-rdp-linux/connect.png":::
1212

13-
1. On the **Bastion** page, expand the **Connection Settings** section and select **RDP**. If you plan to use an inbound port different from the standard RDP port (3389), enter the **Port**.
13+
1. On the **Bastion** page, expand the **Connection Settings** section. If you don't see **Connection Settings**, your Bastion deployment is using the **Basic** SKU. See [Upgrade a SKU](../articles/bastion/upgrade-sku.md) for steps to upgrade.
1414

15-
:::image type="content" source="./media/bastion-connect-vm-rdp-linux/connection-settings.png" alt-text="Screenshot showing port." lightbox="./media/bastion-connect-vm-rdp-linux/connection-settings.png":::
15+
* Select **RDP**.
16+
* If you plan to use an inbound port different from the standard RDP port (3389), enter the **Port**.
17+
18+
:::image type="content" source="./media/bastion-connect-vm-rdp-linux/connection-settings.png" alt-text="Screenshot showing port." lightbox="./media/bastion-connect-vm-rdp-linux/connection-settings.png":::
1619

1720
1. Enter the **Username** and **Password**, and then select **Connect** to connect to the VM. The RDP connection to this virtual machine via Bastion will open directly in the browser (over HTML5) using port 443 and the Bastion service.

0 commit comments

Comments
 (0)