Skip to content

Commit d226d93

Browse files
authored
Apply suggestions from PR review
1 parent e4f41cd commit d226d93

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/virtual-network/what-is-ip-address-168-63-129-16.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ The public IP address 168.63.129.16 is used in all regions and all national clou
4343

4444
- When the VM is part of a load balancer backend pool, [health probe](../load-balancer/load-balancer-custom-probe-overview.md) communication should be allowed to originate from 168.63.129.16. The default network security group configuration has a rule that allows this communication. This rule leverages the [AzureLoadBalancer](../virtual-network/service-tags-overview.md#available-service-tags) service tag. If desired this traffic can be blocked by configuring the network security group however this will result in probes that fail.
4545

46-
## Troubleshooting Connectivity
46+
## Troubleshoot connectivity
4747
### Windows OS
48-
You can test communication to 168.63.129.16 using the following tests with PowerShell.
48+
You can test communication to 168.63.129.16 by using the following tests with PowerShell.
4949

5050
```
5151
Test-NetConnection -ComputerName 168.63.129.16 -Port 80
@@ -80,9 +80,9 @@ xml Versions
8080
--- --------
8181
version="1.0" encoding="utf-8" Versions
8282
```
83-
You can also test communication to 168.63.129.16 using telnet or psping as shown below.
83+
You can also test communication to 168.63.129.16 by using telnet or psping.
8484

85-
If successful telnet should connect and the file that is created below will be empty
85+
If successful, telnet should connect and the file that is created will be empty.
8686

8787
```
8888
telnet 168.63.129.16 80 >> C:\<<EDIT-DIRECTORY>>\168-63-129-16_test-port80.txt
@@ -94,7 +94,7 @@ Psping 168.63.129.16:80 >> C:\<<EDIT-DIRECTORY>>\168-63-129-16_test--port80.txt
9494
Psping 168.63.129.16:32526 >> C:\<<EDIT-DIRECTORY>>\168-63-129-16_test-port32526.txt
9595
```
9696
### Linux OS
97-
On Linux you can test communication to 168.63.129.16 using the following tests.
97+
On Linux, you can test communication to 168.63.129.16 by using the following tests.
9898

9999
```
100100
echo "Testing 80 168.63.129.16 Port 80" > 168-63-129-16_test.txt
@@ -105,7 +105,7 @@ echo "Test 168.63.129.16 Versions" >> 168-63-129-16_test.txt
105105
curl http://168.63.129.16/?comp=versions >> 168-63-129-16_test.txt
106106
```
107107

108-
Results inside 168-63-129-16_test.txt should return as shown below:
108+
Results inside 168-63-129-16_test.txt should return as shown below.
109109

110110
```
111111
traceroute -T -p 80 168.63.129.16

0 commit comments

Comments
 (0)