Skip to content

Commit ebd4bd2

Browse files
authored
Merge pull request #187763 from isamorris/patch-9
Update vm-upload-download-native.md
2 parents c7737c6 + 3ff5a1d commit ebd4bd2

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)