Update LAB_05-Implement_Intersite_Connectivity.md

This commit is contained in:
staleycyn 2023-11-30 15:57:25 -08:00 committed by GitHub
parent 870fa55f20
commit 0806fbdc30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)