Skip to content

Commit 435b499

Browse files
authored
Merge pull request #278565 from mbender-ms/lb-image-updates-265739
load balancer - updated images and acrolinx
2 parents 921f3ee + 4521bc1 commit 435b499

File tree

7 files changed

+16
-232
lines changed

7 files changed

+16
-232
lines changed

articles/load-balancer/components.md

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: load-balancer
55
author: mbender-ms
66
ms.service: load-balancer
77
ms.topic: conceptual
8-
ms.date: 05/08/2023
8+
ms.date: 06/18/2024
99
ms.author: mbender
1010
ms.custom: template-concept, engagement-fy23
1111
---
@@ -81,9 +81,7 @@ The load-balancing decision is made per flow. This action is based on the follow
8181

8282
The HA ports load-balancing rules help you with critical scenarios, such as high availability and scale for network virtual appliances (NVAs) inside virtual networks. The feature can help when a large number of ports must be load-balanced.
8383

84-
<p align="center">
85-
<img src="./media/load-balancer-components/harules.svg" alt="Figure depicts how Azure Load Balancer directs all frontend ports to three instances of all backend ports" width="512" title="HA Ports rules">
86-
</p>
84+
:::image type="content" source="media/load-balancer-components/harules.png" alt-text="Diagram of Azure Load Balancer directing all frontend ports to three instances of all backend ports":::
8785

8886
*Figure: HA Ports rules*
8987

@@ -121,16 +119,7 @@ Basic load balancer doesn't support outbound rules.
121119
- Forwarding IP fragments isn't supported on load-balancing rules. IP fragmentation of UDP and TCP packets isn't supported on load-balancing rules.
122120
- You can only have one Public Load Balancer (NIC based) and one internal Load Balancer (NIC based) per availability set. However, this constraint doesn't apply to IP-based load balancers.
123121

124-
## Next steps
125-
126-
- See [Create a public Standard load balancer](quickstart-load-balancer-standard-public-portal.md) to get started with using a Load Balancer.
127-
- Learn more about [Azure Load Balancer](load-balancer-overview.md).
128-
- Learn about [Public IP Address](../virtual-network/ip-services/virtual-network-public-ip-address.md)
129-
- Learn about [Private IP Address](../virtual-network/ip-services/private-ip-addresses.md)
130-
- Learn about using [Standard load balancer and Availability Zones](load-balancer-standard-availability-zones.md).
131-
- Learn about [Standard load balancer Diagnostics](load-balancer-standard-diagnostics.md).
132-
- Learn about [TCP Reset on Idle](load-balancer-tcp-reset.md).
133-
- Learn about [Standard load balancer with HA Ports load balancing rules](load-balancer-ha-ports-overview.md).
134-
- Learn more about [Network Security Groups](../virtual-network/network-security-groups-overview.md).
135-
- Learn more about [Load balancer limits](../azure-resource-manager/management/azure-subscription-service-limits.md#load-balancer).
136-
- Learn about using [Port forwarding](./tutorial-load-balancer-port-forwarding-portal.md).
122+
## Next step
123+
124+
> [!div class="nextstepaction"]
125+
> [Create a public Standard load balancer](quickstart-load-balancer-standard-public-portal.md)

articles/load-balancer/load-balancer-overview.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: overview
9-
ms.date: 09/15/2023
9+
ms.date: 06/18/2024
1010
ms.author: mbender
1111
ms.custom: template-overview, engagement-fy23
1212
# Customer intent: As an IT administrator, I want to learn more about the Azure Load Balancer service and what I can use it for.
@@ -20,7 +20,7 @@ Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI
2020

2121
A **[public load balancer](./components.md#frontend-ip-configurations)** can provide outbound connections for virtual machines (VMs) inside your virtual network. These connections are accomplished by translating their private IP addresses to public IP addresses. Public Load Balancers are used to load balance internet traffic to your VMs.
2222

23-
An **[internal (or private) load balancer](./components.md#frontend-ip-configurations)** is used where private IPs are needed at the frontend only. Internal load balancers are used to load balance traffic inside a virtual network. A load balancer frontend can be accessed from an on-premises network in a hybrid scenario.
23+
An **[internal (or private) load balancer](./components.md#frontend-ip-configurations)** is used in scenarios where private IPs are needed at the frontend only. Internal load balancers are used to load balance traffic inside a virtual network. A load balancer frontend can be accessed from an on-premises network in a hybrid scenario.
2424

2525
:::image type="content" source="media/load-balancer-overview/load-balancer.png" alt-text="Diagram depicts public and internal load balancers directing traffic to web and business tiers.":::
2626

@@ -36,7 +36,7 @@ Key scenarios that you can accomplish using Azure Standard Load Balancer include
3636

3737
- Load balance **[internal](./quickstart-load-balancer-standard-internal-portal.md)** and **[external](./quickstart-load-balancer-standard-public-portal.md)** traffic to Azure virtual machines.
3838

39-
- Pass-through load balancing which results in ultra-low latency.
39+
- Pass-through load balancing, which results in ultra-low latency.
4040

4141
- Increase availability by distributing resources **[within](./tutorial-load-balancer-standard-public-zonal-portal.md)** and **[across](./quickstart-load-balancer-standard-public-portal.md)** zones.
4242

@@ -48,7 +48,7 @@ Key scenarios that you can accomplish using Azure Standard Load Balancer include
4848

4949
- Enable support for **[load-balancing](./virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md)** of **[IPv6](../virtual-network/ip-services/ipv6-overview.md)**.
5050

51-
- Standard load balancer provides multi-dimensional metrics through [Azure Monitor](../azure-monitor/overview.md). These metrics can be filtered, grouped, and broken out for a given dimension. They provide current and historic insights into performance and health of your service. [Insights for Azure Load Balancer](./load-balancer-insights.md) offers a preconfigured dashboard with useful visualizations for these metrics. Resource Health is also supported. Review **[Standard load balancer diagnostics](load-balancer-standard-diagnostics.md)** for more details.
51+
- Standard load balancer provides multi-dimensional metrics through [Azure Monitor](../azure-monitor/overview.md). These metrics can be filtered, grouped, and broken out for a given dimension. They provide current and historic insights into performance and health of your service. [Insights for Azure Load Balancer](./load-balancer-insights.md) offers a preconfigured dashboard with useful visualizations for these metrics. Resource Health is also supported. Review **[Standard load balancer diagnostics](load-balancer-standard-diagnostics.md)** for more details.
5252

5353
- Load balance services on **[multiple ports, multiple IP addresses, or both](./load-balancer-multivip-overview.md)**.
5454

@@ -62,9 +62,9 @@ Key scenarios that you can accomplish using Azure Standard Load Balancer include
6262

6363
* Standard load balancer is built on the zero trust network security model.
6464

65-
* Standard Load Balancer is secure by default and part of your virtual network. The virtual network is a private and isolated network.
65+
* Standard Load Balancer is secure by default and part of your virtual network. The virtual network is a private and isolated network.
6666

67-
* Standard load balancers and standard public IP addresses are closed to inbound connections unless opened by Network Security Groups. NSGs are used to explicitly permit allowed traffic. If you don't have an NSG on a subnet or NIC of your virtual machine resource, traffic isn't allowed to reach this resource. To learn about NSGs and how to apply them to your scenario, see [Network Security Groups](../virtual-network/network-security-groups-overview.md).
67+
* Standard load balancers and standard public IP addresses are closed to inbound connections unless opened by Network Security Groups. NSGs are used to explicitly permit allowed traffic. If you don't have an NSG on a subnet or NIC of your virtual machine resource, traffic isn't allowed to reach this resource. To learn about NSGs and how to apply them to your scenario, see [Network Security Groups](../virtual-network/network-security-groups-overview.md).
6868

6969
* Basic load balancer is open to the internet by default.
7070

@@ -78,12 +78,10 @@ See [SLA for load balancer](https://aka.ms/lbsla). Basic load balancer has no SL
7878

7979
## What's new?
8080

81-
Subscribe to the RSS feed and view the latest Azure Load Balancer feature updates on the [Azure Updates](https://azure.microsoft.com/updates/?category=networking&query=load%20balancer) page.
81+
Subscribe to the RSS feed and view the latest Azure Load Balancer updates on the [Azure Updates](https://azure.microsoft.com/updates/?category=networking&query=load%20balancer) page.
8282

8383
## Next steps
8484

85-
* See [Create a public standard load balancer](quickstart-load-balancer-standard-public-portal.md) to get started with using a load balancer.
86-
87-
* For more information on Azure Load Balancer limitations and components, see [Azure Load Balancer components](./components.md) and [Azure Load Balancer concepts](./concepts.md)
88-
89-
* [Learn module: Introduction to Azure Load Balancer](/training/paths/intro-to-azure-application-delivery-services).
85+
> [!div class="nextstepaction"]
86+
> [Create a public standard load balancer](quickstart-load-balancer-standard-public-portal.md)
87+
> [Azure Load Balancer components](./components.md)
24.8 KB
Loading

0 commit comments

Comments
 (0)