Skip to content

Commit 33191ac

Browse files
committed
fixes
1 parent d99dc42 commit 33191ac

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/load-balancer/quickstart-load-balancer-standard-public-cli.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ To create a zonal public IP address in Zone 1, use the following command:
7777

7878
This section details how you can create and configure the following components of the load balancer:
7979

80-
* A frontend IP pool that receives the incoming network traffic on the load balancer.
80+
* A frontend IP pool that receives the incoming network traffic on the load balancer
8181

82-
* A backend IP pool where the frontend pool sends the load balanced network traffic.
82+
* A backend IP pool where the frontend pool sends the load balanced network traffic
8383

84-
* A health probe that determines health of the backend VM instances.
84+
* A health probe that determines health of the backend VM instances
8585

86-
* A load balancer rule that defines how traffic is distributed to the VMs.
86+
* A load balancer rule that defines how traffic is distributed to the VMs
8787

8888
### Create the load balancer resource
8989

@@ -120,11 +120,11 @@ Create a health probe with [az network lb probe create](/cli/azure/network/lb/pr
120120

121121
A load balancer rule defines:
122122

123-
* Frontend IP configuration for the incoming traffic.
123+
* Frontend IP configuration for the incoming traffic
124124

125-
* The backend IP pool to receive the traffic.
125+
* The backend IP pool to receive the traffic
126126

127-
* The required source and destination port.
127+
* The required source and destination port
128128

129129
Create a load balancer rule with [az network lb rule create](/cli/azure/network/lb/rule#az_network_lb_rule_create):
130130

@@ -221,9 +221,9 @@ It can take a few minutes for the Azure Bastion host to deploy.
221221

222222
In this section, you create:
223223

224-
* Two network interfaces for the virtual machines.
224+
* Two network interfaces for the virtual machines
225225

226-
* Two virtual machines to be used as backend servers for the load balancer.
226+
* Two virtual machines to be used as backend servers for the load balancer
227227

228228
### Create network interfaces for the virtual machines
229229

0 commit comments

Comments
 (0)