Skip to content

Commit 2486b16

Browse files
Fix a label that was repeated
1 parent c19049d commit 2486b16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/operator-nexus/howto-gather-vm-console-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ If there's a problem that needs to further investigation by the VM Console servi
4747

4848
1. Navigate to the Azure portal where customer's work environment is located.
4949
2. Select the Private endpoint resource used for `ssh` to the virtual machine
50-
:::image type="content" source="media/vm-console-ple-connectivity-1.png" alt-text="Screenshot that shows the link to the Private link resource.":::
50+
:::image type="content" source="media/vm-console-ple-connectivity-1.png" alt-text="Screenshot that shows the link to the Private link resource for the Private endpoint.":::
5151
3. In the Private endpoint screen, select the `Network interface`
52-
:::image type="content" source="media/vm-console-ple-ip-2.png" alt-text="Screenshot that shows the details of the Private link resource.":::
52+
:::image type="content" source="media/vm-console-ple-ip-2.png" alt-text="Screenshot that shows the details of the Private endpoint network interface.":::
5353
4. In that screen, you find the `Private IPv4 address`, for example, `10.1.0.5`
5454
:::image type="content" source="media/vm-console-ple-ip-3.png" alt-text="Screenshot that shows the details of the Private IPV4 address.":::
5555
5. Confirm with customer that whit IP address was in the `ssh` command, for example, `ssh -p 2222 <virtual machine access id>@10.1.0.5`

0 commit comments

Comments
 (0)