Skip to content

Commit 89654a4

Browse files
authored
Merge pull request #202961 from brianlehr/patch-14
Update load-balancer-floating-ip.md
2 parents e5b04c6 + 6e0f4c5 commit 89654a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/load-balancer-floating-ip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To get the list of interface names you have on your VM, type this command:
9393
```console
9494
ip addr
9595
```
96-
For each loopback interface, repeat these commands, which assigns the floating IP to the loopback alias:
96+
For each loopback interface, repeat these commands, which assign the floating IP to the loopback alias:
9797

9898
```console
9999
sudo ip addr add floatingip/floatingipnetmask dev lo:0
@@ -121,4 +121,4 @@ sudo ufw allow 80/tcp
121121
- Learn more about [Azure Load Balancer](load-balancer-overview.md).
122122
- Learn about [Health Probes](load-balancer-custom-probe-overview.md).
123123
- Learn about [Standard Load Balancer Diagnostics](load-balancer-standard-diagnostics.md).
124-
- Learn more about [Network Security Groups](../virtual-network/network-security-groups-overview.md).
124+
- Learn more about [Network Security Groups](../virtual-network/network-security-groups-overview.md).

0 commit comments

Comments
 (0)