Skip to content

Commit 3ff5a1d

Browse files
authored
Update vm-upload-download-native.md
note that user needs to open second command prompt
1 parent 2f947dc commit 3ff5a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This section helps you upload files from your local computer to your target VM o
6464
az network bastion tunnel --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-resource-id "<VMResourceId>" --resource-port "<TargetVMPort>" --port "<LocalMachinePort>"
6565
```
6666
67-
1. Upload files to your local machine to your target VM using the following command:
67+
1. Open a second command prompt to connect to your target VM through the tunnel. In this second command prompt window, you can upload files from your local machine to your target VM using the following command:
6868
6969
```azurecli-interactive
7070
scp -P <LocalMachinePort> <local machine file path> <username>@127.0.0.1:<target VM file path>

0 commit comments

Comments
 (0)