Skip to content

Commit 07de469

Browse files
committed
change table
1 parent 3d55eab commit 07de469

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/bastion/native-client.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: Learn how to configure Bastion for native client connections.
55
author: cherylmc
66
ms.service: azure-bastion
77
ms.topic: how-to
8-
ms.date: 12/09/2024
8+
ms.date: 01/24/2025
99
ms.author: cherylmc
1010
---
1111

1212
# Configure Bastion for native client connections
1313

14-
This article helps you configure your Bastion deployment to accept connections from the native client (SSH or RDP) on your local computer to VMs located in the VNet. The native client feature lets you connect to your target VMs via Bastion using Azure CLI, and expands your sign-in options to include local SSH key pair and Microsoft Entra ID. Additionally, you can also upload or download files, depending on the connection type and client.
14+
This article helps you configure your Bastion deployment to accept connections from the native client (SSH or RDP) on your local computer to VMs located in the virtual network. The native client feature lets you connect to your target VMs via Bastion using Azure CLI, and expands your sign-in options to include local SSH key pair and Microsoft Entra ID. Additionally, you can also upload or download files, depending on the connection type and client.
1515

1616
:::image type="content" source="./media/native-client/native-client-architecture.png" alt-text="Diagram shows a connection via native client." lightbox="./media/native-client/native-client-architecture.png":::
1717

@@ -22,7 +22,7 @@ You can configure this feature by modifying an existing Bastion deployment, or y
2222
2323
## Deploy Bastion with the native client feature
2424

25-
If you haven't already deployed Bastion to your VNet, you can deploy with the native client feature specified by deploying Bastion using manual settings. For steps, see [Tutorial - Deploy Bastion with manual settings](tutorial-create-host-portal.md#createhost). When you deploy Bastion, specify the following settings:
25+
If you haven't already deployed Bastion to your virtual network, you can deploy with the native client feature specified by deploying Bastion using manual settings. For steps, see [Tutorial - Deploy Bastion with manual settings](tutorial-create-host-portal.md#createhost). When you deploy Bastion, specify the following settings:
2626

2727
1. On the **Basics** tab, for **Instance Details -> Tier** select **Standard**. Native client support requires the Standard SKU.
2828

@@ -34,7 +34,7 @@ If you haven't already deployed Bastion to your VNet, you can deploy with the na
3434

3535
## Modify an existing Bastion deployment
3636

37-
If you've already deployed Bastion to your VNet, modify the following configuration settings:
37+
If you've already deployed Bastion to your virtual network, modify the following configuration settings:
3838

3939
1. Navigate to the **Configuration** page for your Bastion resource. Verify that the SKU Tier is **Standard**. If it isn't, select **Standard**.
4040
1. Select the box for **Native Client Support**, then apply your changes.
@@ -53,12 +53,12 @@ Use the following table to understand how to connect from native clients. Notice
5353

5454
| Client | Target VM | Method | Microsoft Entra authentication | File transfer | Concurrent VM sessions | Custom port |
5555
|---|---|---|---| --- |---|---|
56-
| Windows native client | Windows VM | [RDP](connect-vm-native-client-windows.md) | Yes | [Upload/Download](vm-upload-download-native.md#rdp) | Yes | Yes |
56+
| Windows native client | Windows VM | [RDP](connect-vm-native-client-windows.md) | Yes | [Yes](vm-upload-download-native.md#rdp) | Yes | Yes |
5757
| | Linux VM | [SSH](connect-vm-native-client-windows.md) | Yes |No | Yes | Yes |
58-
| | Any VM|[az network bastion tunnel](connect-vm-native-client-windows.md#connect-to-a-vm---tunnel-command) |No |[Upload](vm-upload-download-native.md#tunnel-command)| No | No |
58+
| | Any VM|[az network bastion tunnel](connect-vm-native-client-windows.md#connect-to-a-vm---tunnel-command) |No |[Yes](vm-upload-download-native.md#tunnel-command)| No | No |
5959
| Linux native client | Linux VM |[SSH](connect-vm-native-client-linux.md#ssh)| Yes | No | Yes | Yes |
60-
| | Windows or any VM| [az network bastion tunnel](connect-vm-native-client-linux.md) | No | [Upload](vm-upload-download-native.md#tunnel-command) | No | No |
61-
| Other native client (putty) | Any VM | [az network bastion tunnel](connect-vm-native-client-linux.md) | No | [Upload](vm-upload-download-native.md#tunnel-command) | No | No |
60+
| | Windows or any VM| [az network bastion tunnel](connect-vm-native-client-linux.md) | No | [Yes](vm-upload-download-native.md#tunnel-command) | No | No |
61+
| Other native client (putty) | Any VM | [az network bastion tunnel](connect-vm-native-client-linux.md) | No | [Yes](vm-upload-download-native.md#tunnel-command) | No | No |
6262

6363
**Limitations:**
6464

articles/bastion/vm-upload-download-native.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to upload or download files using Azure Bastion and a nat
55
author: cherylmc
66
ms.service: azure-bastion
77
ms.topic: how-to
8-
ms.date: 03/11/2024
8+
ms.date: 01/24/2025
99
ms.author: cherylmc
1010
# Customer intent: I want to upload or download files using Bastion.
1111

@@ -30,7 +30,7 @@ Azure Bastion offers support for file transfer between your target VM and local
3030
The steps in this section apply when connecting to a target VM from a Windows local computer using the native Windows client and RDP. The **az network bastion rdp** command uses the native client MSTSC. Once connected to the target VM, you can upload and download files using **right-click**, then **Copy** and **Paste**. To learn more about this command and how to connect, see [Connect from a Windows native client](connect-vm-native-client-windows.md).
3131

3232
> [!NOTE]
33-
> File transfer over SSH is not supported using this method. Instead, use the [az network bastion tunnel command](#tunnel-command) to upload files over SSH.
33+
> File transfer over SSH isn't supported using this method. Instead, use the [az network bastion tunnel command](#tunnel-command) to upload files over SSH.
3434
>
3535
3636
1. Sign in to your Azure account. If you have more than one subscription, select the subscription containing your Bastion resource.

0 commit comments

Comments
 (0)