Skip to content

Commit c6e60b9

Browse files
authored
Add links
1 parent 62233b6 commit c6e60b9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/load-balancer/load-balancer-faqs.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ ms.author: errobin
1111
# Frequently Asked Questions
1212

1313
## What types of Load Balancer exist?
14-
Internal load balancers which balance traffic within a VNET and external load balancers which balance traffic to and from an internet connected endpoint. For both these types, Azure offers a Basic SKU and Standard SKU which have differing functional, performance, security and health tracking capabilities.
14+
Internal load balancers which balance traffic within a VNET and external load balancers which balance traffic to and from an internet connected endpoint. See [Load Balancer Types] (https://docs.microsoft.com/azure/load-balancer/concepts-limitations#load-balancer-types) for more details.
15+
16+
For both these types, Azure offers a Basic SKU and Standard SKU which have differing functional, performance, security and health tracking capabilities. See our [SKU Comparison] (https://docs.microsoft.com/en-us/azure/load-balancer/concepts-limitations#skus) for more details.
1517

1618
## How can I upgrade from a Basic Load Balancer to a Standard Load Balancer?
1719
See the [upgrade from Basic to Standard](upgrade-basic-standard.md) article for an automated script and guidance on upgrading from Basic SKU to Standard SKU.
@@ -24,8 +26,3 @@ See the [list of Azure Load Balancer quickstart templates](https://docs.microsof
2426

2527
## How are inbound NAT rules different from LB rules?
2628
NAT rules are used to specify a backend resource to route traffic to. For example, configuring a specific load balancer port to send RDP traffic to a specific VM. Load balancing rules are used to specify a pool of backend resources to route traffic to, balancing the load across each instance. An example of this is routing HTTP requests on port 80 of the load balancer across a pool of web servers.
27-
28-
## How is the load distributed across backend instances?
29-
30-
## Are there data throughput limits for the Load Balancer?
31-
There are no hard limits on data throughput. For public load balancers, the recommend ingress rate is 10 Gbps for Standard SKU and XXX Gbps for Basic SKU, with no egress limit. Internal load balancers have no ingress or egress throughput limits. It is important to consider the data throughput of your backend resources in all configurations.

0 commit comments

Comments
 (0)