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/native-client.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ description: Learn how to configure Bastion for native client connections.
5
5
author: cherylmc
6
6
ms.service: azure-bastion
7
7
ms.topic: how-to
8
-
ms.date: 12/09/2024
8
+
ms.date: 01/24/2025
9
9
ms.author: cherylmc
10
10
---
11
11
12
12
# Configure Bastion for native client connections
13
13
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.
15
15
16
16
:::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":::
17
17
@@ -22,7 +22,7 @@ You can configure this feature by modifying an existing Bastion deployment, or y
22
22
23
23
## Deploy Bastion with the native client feature
24
24
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:
26
26
27
27
1. On the **Basics** tab, for **Instance Details -> Tier** select **Standard**. Native client support requires the Standard SKU.
28
28
@@ -34,7 +34,7 @@ If you haven't already deployed Bastion to your VNet, you can deploy with the na
34
34
35
35
## Modify an existing Bastion deployment
36
36
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:
38
38
39
39
1. Navigate to the **Configuration** page for your Bastion resource. Verify that the SKU Tier is **Standard**. If it isn't, select **Standard**.
40
40
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
53
53
54
54
| Client | Target VM | Method | Microsoft Entra authentication | File transfer | Concurrent VM sessions | Custom port |
55
55
|---|---|---|---| --- |---|---|
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 |
57
57
|| 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 |
59
59
| 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 |
Copy file name to clipboardExpand all lines: articles/bastion/vm-upload-download-native.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to upload or download files using Azure Bastion and a nat
5
5
author: cherylmc
6
6
ms.service: azure-bastion
7
7
ms.topic: how-to
8
-
ms.date: 03/11/2024
8
+
ms.date: 01/24/2025
9
9
ms.author: cherylmc
10
10
# Customer intent: I want to upload or download files using Bastion.
11
11
@@ -30,7 +30,7 @@ Azure Bastion offers support for file transfer between your target VM and local
30
30
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).
31
31
32
32
> [!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.
34
34
>
35
35
36
36
1. Sign in to your Azure account. If you have more than one subscription, select the subscription containing your Bastion resource.
0 commit comments