Skip to content

Commit 8f6f850

Browse files
authored
Update link
Fixed a bad link to WSL docs
1 parent 4d8ba30 commit 8f6f850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/tutorial-create-route-table-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Take note of the **publicIpAddress**. This address is used to access the VM from
203203

204204
## Route traffic through an NVA
205205

206-
Using an SSH client of your choice, connect to the VMs created above. For example, the following command can be used from a command line interface such as [WSL](windows/wsl/install) to create an SSH session with the *myVmPrivate* VM. Replace *\<publicIpAddress>* with the public IP address of your VM. In the example above, the IP address is *13.90.242.231*.
206+
Using an SSH client of your choice, connect to the VMs created above. For example, the following command can be used from a command line interface such as [WSL](/windows/wsl/install) to create an SSH session with the *myVmPrivate* VM. Replace *\<publicIpAddress>* with the public IP address of your VM. In the example above, the IP address is *13.90.242.231*.
207207

208208
```bash
209209
ssh azureuser@<publicIpAddress>

0 commit comments

Comments
 (0)