File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ The following steps show how to create an Internet facing load balancer using Az
51
51
52
52
To deploy a load balancer, you create and configure the following objects:
53
53
54
- * Front-end IP configuration - contains public IP addresses for incoming network traffic.
55
- * Back-end address pool - contains network interfaces (NICs) for the virtual machines to receive network traffic from the load balancer.
54
+ * Frontend IP configuration - contains public IP addresses for incoming network traffic.
55
+ * Backend address pool - contains network interfaces (NICs) for the virtual machines to receive network traffic from the load balancer.
56
56
* Load balancing rules - contains rules mapping a public port on the load balancer to port in the back-end address pool.
57
57
* Inbound NAT rules - contains rules mapping a public port on the load balancer to a port for a specific virtual machine in the back-end address pool.
58
58
* Probes - contains health probes used to check availability of virtual machines instances in the back-end address pool.
59
59
60
- For more information, see [ Azure Resource Manager support for Load Balancer] ( load-balancer-arm .md ) .
60
+ For more information, see [ Azure Load Balancer components ] ( load-balancer-overview .md#load-balancer-components ) .
61
61
62
62
## Set up PowerShell to use Resource Manager
63
63
You can’t perform that action at this time.
0 commit comments