From 0806fbdc302e87f6763c31de12b6fbaa18bbef2b Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:57:25 -0800 Subject: [PATCH] Update LAB_05-Implement_Intersite_Connectivity.md --- .../Lab/LAB_05-Implement_Intersite_Connectivity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/New Instructions/Lab/LAB_05-Implement_Intersite_Connectivity.md b/New Instructions/Lab/LAB_05-Implement_Intersite_Connectivity.md index 3884b532..d5dd64f7 100644 --- a/New Instructions/Lab/LAB_05-Implement_Intersite_Connectivity.md +++ b/New Instructions/Lab/LAB_05-Implement_Intersite_Connectivity.md @@ -164,7 +164,7 @@ In this task, you will test whether the VMs can communicate with each other. Thi 1. The test connection should fail, and you will see a result similar to the following: - ![PowerShell window with Test-NetConnection 10.0.0.4 -port 3389 showing failed ](./media/az104-lab05-fail.png) + ![PowerShell window with Test-NetConnection failed ](../media/az104-lab05-fail.png) @@ -219,7 +219,7 @@ In this task, you will check whether the VMs can communicate with each other. Yo 1. The test connection should succeed, and you will see a result similar to the following: - ![Powershell window with Test-NetConnection 10.20.20.4 -port 3389 showing TCP test succeeded: true](../media/az104-lab05-success.png) + ![Powershell window with Test-NetConnection succeeded](../media/az104-lab05-success.png)