Skip to content

Commit b2b517a

Browse files
authored
Acrolinx feedback
1 parent c6e60b9 commit b2b517a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ 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. See [Load Balancer Types] (https://docs.microsoft.com/azure/load-balancer/concepts-limitations#load-balancer-types) for more details.
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 more information, see [Load Balancer Types] (https://docs.microsoft.com/azure/load-balancer/concepts-limitations#load-balancer-types).
1515

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.
16+
For both these types, Azure offers a Basic SKU and Standard SKU that have different functional, performance, security and health tracking capabilities. These differences are explained in our [SKU Comparison] (https://docs.microsoft.com/en-us/azure/load-balancer/concepts-limitations#skus) article.
1717

1818
## How can I upgrade from a Basic Load Balancer to a Standard Load Balancer?
19-
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.
19+
See the [upgrade from Basic to Standard](upgrade-basic-standard.md) article for an automated script and guidance on upgrading a Load Balancer SKU.
2020

21-
## What are the different load balancing options in Azure?
22-
See the [load balancer technology guide](https://docs.microsoft.com/azure/architecture/guide/technology-choices/load-balancing-overview) for the available load balancing services and an in-depth explanation on the differences and recommended uses for each.
21+
## What are the different load-balancing options in Azure?
22+
See the [load balancer technology guide](https://docs.microsoft.com/azure/architecture/guide/technology-choices/load-balancing-overview) for the available load-balancing services and recommended uses for each.
2323

2424
## Where can I find Load Balancer ARM templates?
2525
See the [list of Azure Load Balancer quickstart templates](https://docs.microsoft.com/azure/templates/microsoft.network/loadbalancers#quickstart-templates) for ARM templates of common deployments.
2626

27-
## How are inbound NAT rules different from LB rules?
28-
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+
## How are inbound NAT rules different from load-balancing rules?
28+
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 to route HTTP requests on port 80 of the load balancer across a pool of web servers.

0 commit comments

Comments
 (0)