@@ -77,13 +77,13 @@ To create a zonal public IP address in Zone 1, use the following command:
77
77
78
78
This section details how you can create and configure the following components of the load balancer:
79
79
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
81
81
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
83
83
84
- * A health probe that determines health of the backend VM instances.
84
+ * A health probe that determines health of the backend VM instances
85
85
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
87
87
88
88
### Create the load balancer resource
89
89
@@ -120,11 +120,11 @@ Create a health probe with [az network lb probe create](/cli/azure/network/lb/pr
120
120
121
121
A load balancer rule defines:
122
122
123
- * Frontend IP configuration for the incoming traffic.
123
+ * Frontend IP configuration for the incoming traffic
124
124
125
- * The backend IP pool to receive the traffic.
125
+ * The backend IP pool to receive the traffic
126
126
127
- * The required source and destination port.
127
+ * The required source and destination port
128
128
129
129
Create a load balancer rule with [ az network lb rule create] ( /cli/azure/network/lb/rule#az_network_lb_rule_create ) :
130
130
@@ -221,9 +221,9 @@ It can take a few minutes for the Azure Bastion host to deploy.
221
221
222
222
In this section, you create:
223
223
224
- * Two network interfaces for the virtual machines.
224
+ * Two network interfaces for the virtual machines
225
225
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
227
227
228
228
### Create network interfaces for the virtual machines
229
229
0 commit comments