Skip to content

Commit 76751d4

Browse files
authored
Merge pull request #100636 from asudbring/lboverview
LB Overview changes
2 parents 6046f88 + a307a4d commit 76751d4

22 files changed

+210
-113
lines changed

articles/aks/internal-lb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Learn more about Kubernetes services at the [Kubernetes services documentation][
147147
[advanced-networking]: configure-azure-cni.md
148148
[az-aks-show]: /cli/azure/aks#az-aks-show
149149
[az-role-assignment-create]: /cli/azure/role/assignment#az-role-assignment-create
150-
[azure-lb-comparison]: ../load-balancer/load-balancer-overview.md#skus
150+
[azure-lb-comparison]: ../load-balancer/concepts-limitations.md#skus
151151
[use-kubenet]: configure-kubenet.md
152152
[aks-quickstart-cli]: kubernetes-walkthrough.md
153153
[aks-quickstart-portal]: kubernetes-walkthrough-portal.md

articles/aks/load-balancer-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Learn more about Kubernetes services at the [Kubernetes services documentation][
234234
[az-network-public-ip-prefix-show]: /cli/azure/network/public-ip/prefix?view=azure-cli-latest#az-network-public-ip-prefix-show
235235
[az-role-assignment-create]: /cli/azure/role/assignment#az-role-assignment-create
236236
[azure-lb]: ../load-balancer/load-balancer-overview.md
237-
[azure-lb-comparison]: ../load-balancer/load-balancer-overview.md#skus
237+
[azure-lb-comparison]: ../load-balancer/concepts-limitations.md#skus
238238
[azure-lb-outbound-rules]: ../load-balancer/load-balancer-outbound-rules-overview.md#snatports
239239
[azure-lb-outbound-connections]: ../load-balancer/load-balancer-outbound-connections.md#snat
240240
[install-azure-cli]: /cli/azure/install-azure-cli

articles/hdinsight/hdinsight-plan-virtual-network-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ For more information on firewall rules for virtual appliances, see the [virtual
246246
247247
## Load balancing
248248
249-
When you create an HDInsight cluster, a load balancer is created as well. The type of this load balancer is at the [basic SKU level](../load-balancer/load-balancer-overview.md#skus) which has certain constraints. One of these constraints is that if you have two virtual networks in different regions, you cannot connect to basic load balancers. See [virtual networks FAQ: constraints on global vnet peering](../virtual-network/virtual-networks-faq.md#what-are-the-constraints-related-to-global-vnet-peering-and-load-balancers), for more information.
249+
When you create an HDInsight cluster, a load balancer is created as well. The type of this load balancer is at the [basic SKU level](../load-balancer/concepts-limitations.md#skus) which has certain constraints. One of these constraints is that if you have two virtual networks in different regions, you cannot connect to basic load balancers. See [virtual networks FAQ: constraints on global vnet peering](../virtual-network/virtual-networks-faq.md#what-are-the-constraints-related-to-global-vnet-peering-and-load-balancers), for more information.
250250
251251
## Transport Layer Security
252252

articles/load-balancer/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151
href: powershell-samples.md
5252
- name: Concepts
5353
items:
54+
- name: Components and limitations
55+
href: concepts-limitations.md
5456
- name: Health monitoring
5557
items:
5658
- name: Health probes

articles/load-balancer/concepts-limitations.md

Lines changed: 156 additions & 0 deletions
Large diffs are not rendered by default.

articles/load-balancer/create-load-balancer-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.author: allensu
1717

1818
# Create an Azure Basic Load Balancer using REST API
1919

20-
An Azure Load Balancer distributes new inbound flows that arrive on the load balancer's frontend to the backend pool instances, according to rules and health probes. The Load Balancer is available in two SKUs: Basic and Standard. To understand the difference between the two SKU versions, [Load Balancer SKU comparisons](load-balancer-overview.md#skus).
20+
An Azure Load Balancer distributes new inbound flows that arrive on the load balancer's frontend to the backend pool instances, according to rules and health probes. The Load Balancer is available in two SKUs: Basic and Standard. To understand the difference between the two SKU versions, [Load Balancer SKU comparisons](concepts-limitations.md#skus).
2121

2222
This how-to shows how to create an Azure Basic Load Balancer using [Azure REST API](/rest/api/azure/) to help load balance incoming request across multiple VMs within an Azure virtual network.
2323
Complete reference documentation and additional samples are available in the [Azure Load Balancer REST reference](/rest/api/load-balancer/).

articles/load-balancer/load-balancer-get-started-ilb-arm-ps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To deploy a load balancer, the following objects must be created:
4343
* Probe configuration: The health status probes for virtual machines.
4444
* Inbound NAT rules: The port rules for direct access to virtual machines.
4545

46-
For more information about load balancer components, see [Azure Load Balancer components](load-balancer-overview.md#load-balancer-components).
46+
For more information about load balancer components, see [Azure Load Balancer components](concepts-limitations.md#load-balancer-components).
4747

4848
The following steps explain how to configure a load balancer between two virtual machines.
4949

articles/load-balancer/load-balancer-ipv6-internet-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ms.author: allensu
1818

1919
# Create a public load balancer with IPv6 using Azure CLI
2020

21-
>[!NOTE: Change in Best Practice for IPv6]
22-
>This article describes an introductory IPv6 feature to allow Basic Load Balancers to provide both IPv4 and IPv6 connectivity. More comprehensive IPv6 connectivity is now available with [IPv6 for Azure VNETs](../virtual-network/ipv6-overview.md) which integrates IPv6 connectivity with your Virtual Networks and includes key features such as IPv6 Network Security Group rules, IPv6 User-defined routing, IPv6 Basic and Standard load balancing, and more. IPv6 for Azure VNETs is the recommended best practice for IPv6 applications in Azure.
23-
>Please see [IPv6 for Azure VNET CLI Deployment](../virtual-network/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-cli.md)
21+
>[!NOTE]
22+
>This article describes an introductory IPv6 feature to allow Basic Load Balancers to provide both IPv4 and IPv6 connectivity. More comprehensive IPv6 connectivity is now available with [IPv6 for Azure VNETs](../virtual-network/ipv6-overview.md) which integrates IPv6 connectivity with your Virtual Networks and includes key features such as IPv6 Network Security Group rules, IPv6 User-defined routing, IPv6 Basic and Standard load balancing, and more. IPv6 for Azure VNETs is the recommended standard for IPv6 applications in Azure.
23+
Please see [IPv6 for Azure VNET Powershell Deployment](../virtual-network/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md)
2424

2525
An Azure load balancer is a Layer-4 (TCP, UDP) load balancer. Load balancers provide high availability by distributing incoming traffic among healthy service instances in cloud services or virtual machines in a load balancer set. Load balancers can also present these services on multiple ports or multiple IP addresses or both.
2626

articles/load-balancer/load-balancer-ipv6-internet-ps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ ms.author: allensu
2323
> * [Azure CLI](load-balancer-ipv6-internet-cli.md)
2424
> * [Template](load-balancer-ipv6-internet-template.md)
2525
26-
>[!NOTE: Change in Best Practice for IPv6]
27-
>This article describes an introductory IPv6 feature to allow Basic Load Balancers to provide both IPv4 and IPv6 connectivity. More comprehensive IPv6 connectivity is now available with [IPv6 for Azure VNETs](../virtual-network/ipv6-overview.md) which integrates IPv6 connectivity with your Virtual Networks and includes key features such as IPv6 Network Security Group rules, IPv6 User-defined routing, IPv6 Basic and Standard load balancing, and more. IPv6 for Azure VNETs is the recommended best practice for IPv6 applications in Azure.
28-
>Please see [IPv6 for Azure VNET Powershell Deployment](../virtual-network/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md)
26+
>[!NOTE]
27+
>This article describes an introductory IPv6 feature to allow Basic Load Balancers to provide both IPv4 and IPv6 connectivity. More comprehensive IPv6 connectivity is now available with [IPv6 for Azure VNETs](../virtual-network/ipv6-overview.md) which integrates IPv6 connectivity with your Virtual Networks and includes key features such as IPv6 Network Security Group rules, IPv6 User-defined routing, IPv6 Basic and Standard load balancing, and more. IPv6 for Azure VNETs is the recommended standard for IPv6 applications in Azure.
28+
Please see [IPv6 for Azure VNET Powershell Deployment](../virtual-network/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md)
2929

3030
An Azure load balancer is a Layer-4 (TCP, UDP) load balancer. The load balancer provides high availability by distributing incoming traffic among healthy service instances in cloud services or virtual machines in a load balancer set. Azure Load Balancer can also present those services on multiple ports, multiple IP addresses, or both.
3131

@@ -57,7 +57,7 @@ To deploy a load balancer, you create and configure the following objects:
5757
* 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.
5858
* Probes - contains health probes used to check availability of virtual machines instances in the back-end address pool.
5959

60-
For more information, see [Azure Load Balancer components](load-balancer-overview.md#load-balancer-components).
60+
For more information, see [Azure Load Balancer components](./concepts-limitations.md#load-balancer-components).
6161

6262
## Set up PowerShell to use Resource Manager
6363

articles/load-balancer/load-balancer-ipv6-internet-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ ms.author: allensu
2424
> * [Template](load-balancer-ipv6-internet-template.md)
2525
2626

27-
>[!NOTE: Change in Best Practice for IPv6]
28-
>This article describes an introductory IPv6 feature to allow Basic Load Balancers to provide both IPv4 and IPv6 connectivity. More comprehensive IPv6 connectivity is now available with [IPv6 for Azure VNETs](../virtual-network/ipv6-overview.md) which integrates IPv6 connectivity with your Virtual Networks and includes key features such as IPv6 Network Security Group rules, IPv6 User-defined routing, IPv6 Basic and Standard load balancing, and more. IPv6 for Azure VNETs is the recommended best practice for IPv6 applications in Azure.
29-
>Please see [IPv6 for Azure VNET Template Deployment](../virtual-network/ipv6-configure-standard-load-balancer-template-json.md)
27+
>[!NOTE]
28+
>This article describes an introductory IPv6 feature to allow Basic Load Balancers to provide both IPv4 and IPv6 connectivity. More comprehensive IPv6 connectivity is now available with [IPv6 for Azure VNETs](../virtual-network/ipv6-overview.md) which integrates IPv6 connectivity with your Virtual Networks and includes key features such as IPv6 Network Security Group rules, IPv6 User-defined routing, IPv6 Basic and Standard load balancing, and more. IPv6 for Azure VNETs is the recommended standard for IPv6 applications in Azure.
29+
Please see [IPv6 for Azure VNET Powershell Deployment](../virtual-network/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md)
3030

3131
An Azure load balancer is a Layer-4 (TCP, UDP) load balancer. The load balancer provides high availability by distributing incoming traffic among healthy service instances in cloud services or virtual machines in a load balancer set. Azure Load Balancer can also present those services on multiple ports, multiple IP addresses, or both.
3232

0 commit comments

Comments
 (0)