Skip to content

Commit bd63092

Browse files
authored
Merge pull request #112561 from erichrt/FAQbranch
create FAQ page
2 parents 3bc25ef + 49c9aad commit bd63092

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

articles/load-balancer/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
items:
55
- name: What is Azure Load Balancer?
66
href: load-balancer-overview.md
7+
- name: Frequently asked questions
8+
href: load-balancer-faqs.md
79
- name: Quickstart
810
items:
911
- name: Create Load Balancer - Portal

articles/load-balancer/index.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,7 @@ landingContent:
106106
url: https://docs.microsoft.com/powershell/module/az.network/?view=azps-2.5.0#load_balancer
107107
- text: Azure CLI
108108
url: https://docs.microsoft.com/cli/azure/network/lb?view=azure-cli-latest
109+
- text: ARM templates
110+
url: https://docs.microsoft.com/azure/templates/microsoft.network/loadbalancers#quickstart-templates
111+
- text: Frequently asked Load Balancer questions
112+
url: load-balancer-faqs.md
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Frequently asked questions - Azure Load Balancer
3+
description: Answers to frequently asked questions about the Azure Load Balancer.
4+
services: load-balancer
5+
author: erichrt
6+
ms.service: load-balancer
7+
ms.topic: article
8+
ms.date: 04/22/2020
9+
ms.author: errobin
10+
---
11+
# Frequently asked questions
12+
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. For more information, see [Load Balancer Types] (https://docs.microsoft.com/azure/load-balancer/concepts-limitations#load-balancer-types).
15+
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/azure/load-balancer/concepts-limitations#skus) article.
17+
18+
## How can I upgrade from a Basic 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 a Load Balancer SKU.
20+
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+
24+
## Where can I find Load Balancer ARM templates?
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+
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. For example, a load balancer rule can route TCP packets on port 80 of the load balancer across a pool of web servers.
29+
30+
## Next Steps
31+
If your question is not listed above, please send feedback about this page with your question. This will create a GitHub issue for the product team to ensure all of our valued customer questions are answered.

0 commit comments

Comments
 (0)