Skip to content

Commit af615b1

Browse files
Fix consistent section headers
1 parent 508f4bd commit af615b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-balancer/tutorial-gateway-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ New-AzLoadBalancer @lb
236236
## Add network virtual appliances to the Gateway Load Balancer backend pool
237237
Deploy NVAs through the Azure Marketplace. Once deployed, add the virtual machines to the backend pool with [Add-AzVMNetworkInterface](/powershell/module/az.compute/add-azvmnetworkinterface)
238238

239-
## Chain load balancer frontend to gateway load balancer
239+
## Chain load balancer frontend to Gateway Load Balancer
240240

241241
In this example, you'll chain the frontend of a standard load balancer to the gateway load balancer.
242242

@@ -279,7 +279,7 @@ $config | Set-AzLoadBalancer
279279
280280
```
281281

282-
## Chain VM (NIC IP configuration) to Gateway Load Balancer
282+
## Chain virtual machine to Gateway Load Balancer
283283

284284
Alternatively, you can chain a VM's NIC IP configuration to the gateway load balancer.
285285

0 commit comments

Comments
 (0)