Skip to content

Commit 3e3dd84

Browse files
committed
fixed numbering
1 parent a07ae2f commit 3e3dd84

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
@@ -50,12 +50,12 @@ In order to function, you configure the Guest OS for the virtual machine to rece
5050

5151
For each VM in the backend pool, run the following commands at a Windows Command Prompt on the server.
5252

53-
1.To get the list of interface names you have on your VM, enter this command:
53+
1. To get the list of interface names you have on your VM, enter this command:
5454

5555
```console
5656
netsh interface ipv4 show interface
5757
```
58-
1.For the VM NIC (Azure managed), enter the following command after replacing **interface-name** with the name of the interface you want to use:
58+
1. For the VM NIC (Azure managed), enter the following command after replacing **interface-name** with the name of the interface you want to use:
5959

6060
```console
6161
netsh interface ipv4 set interface <interface-name> weakhostreceive=enabled

0 commit comments

Comments
 (0)