Update LAB_05-Implement_Intersite_Connectivity.md

change IP address from 10.51.0.4 to 10.52.0.4
This commit is contained in:
djsuszi 2020-04-07 14:44:55 +02:00 committed by GitHub
parent d4a0761510
commit bd3333fc0c
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.