You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/load-balancer-faqs.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,18 @@ ms.author: errobin
11
11
# Frequently Asked Questions
12
12
13
13
## 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).
15
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.
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.
17
17
18
18
## 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.
20
20
21
-
## What are the different loadbalancing 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 loadbalancing 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.
23
23
24
24
## Where can I find Load Balancer ARM templates?
25
25
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.
26
26
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. Loadbalancing 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