Skip to content

Commit 4ec24e4

Browse files
authored
Merge pull request #279323 from mbender-ms/lb-ado-265739-images
load balancer - updated images and alt text
2 parents 9d4d056 + f2a89f6 commit 4ec24e4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

articles/load-balancer/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The nature of the IP address determines the **type** of load balancer created. P
2929
| **Description** | A public load balancer maps the public IP and port of incoming traffic to the private IP and port of the VM. Load balancer maps traffic the other way around for the response traffic from the VM. You can distribute specific types of traffic across multiple VMs or services by applying load-balancing rules. For example, you can spread the load of web request traffic across multiple web servers.| An internal load balancer distributes traffic to resources that are inside a virtual network. Azure restricts access to the frontend IP addresses of a virtual network that are load balanced. Frontend IP addresses and virtual networks are never directly exposed to an internet endpoint, meaning an internal load balancer can't accept incoming traffic from the internet. Internal line-of-business applications run in Azure and are accessed from within Azure or from on-premises resources. |
3030
| **SKUs supported** | Basic, Standard | Basic, Standard |
3131

32-
![Tiered load balancer example](./media/load-balancer-overview/load-balancer.png)
32+
:::image type="content" source="media/load-balancer-overview/load-balancer.png" alt-text="Diagram depicts a load balancer directing traffic.":::
3333

3434
Load balancer can have multiple frontend IPs. Learn more about [multiple frontends](load-balancer-multivip-overview.md).
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A **[public load balancer](./components.md#frontend-ip-configurations)** can pro
2222

2323
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

25-
:::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.":::
25+
:::image type="content" source="media/load-balancer-overview/load-balancer.png" alt-text="Diagram depicts a load balancer directing traffic.":::
2626

2727
*Figure: Balancing multi-tier applications by using both public and internal Load Balancer*
2828

-41.2 KB
Loading

0 commit comments

Comments
 (0)