Merge pull request #35 from djsuszi/patch-1

Update LAB_05-Implement_Intersite_Connectivity.md
This commit is contained in:
polichtm 2020-04-07 13:06:13 -07:00 committed by GitHub
commit aa9bb643b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,7 @@ In this task, you will test connectivity between virtual machines on the three v
1. In the Windows PowerShell console window, run the following to test connectivity to **az104-05-vm2** (which has the private IP address of **10.52.0.4**):
```pwsh
Test-NetConnection -ComputerName 10.51.0.4 -Port 3389 -InformationLevel 'Detailed'
Test-NetConnection -ComputerName 10.52.0.4 -Port 3389 -InformationLevel 'Detailed'
```
1. Switch back to the Azure portal on your lab computer and navigate back to the **Virtual machines** blade.