Skip to content

Commit f96382b

Browse files
authored
changed files by pdets auto publish service, publishid[5db0fe3a-5ccb-461e-8f44-6153fd432801] and do [publish].
1 parent 482cdb8 commit f96382b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/includes/3-design-implement-azure-load-balancer-using-azure-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
Load balancers can be public (external) or internal (private).
77

8-
A [**public load balancer**](/azure/load-balancer/components) 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. External load balancers are used to distribute client traffic from the internet across your VMs. That internet traffic might come from web browsers, module apps, or other sources.
8+
A **public load balancer** 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. External load balancers are used to distribute client traffic from the internet across your VMs. That internet traffic might come from web browsers, module apps, or other sources.
99

10-
An [**internal load balancer**](/azure/load-balancer/components) is used where private IPs are needed at the frontend only. Internal load balancers are used to load balance traffic from internal Azure resources to other Azure resources inside a virtual network. A load balancer frontend can also be accessed from an on-premises network in a hybrid scenario.
10+
An **internal load balancer** is used where private IPs are needed at the frontend only. Internal load balancers are used to load balance traffic from internal Azure resources to other Azure resources inside a virtual network. A load balancer frontend can also be accessed from an on-premises network in a hybrid scenario.
1111

1212
This diagram shows how public and internal load balancers can work together.
1313

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/includes/5-explore-azure-traffic-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Use the [priority routing method](/azure/traffic-manager/traffic-manager-routing
3535

3636
#### Weighted routing method
3737

38-
Use the [**Weighted** routing method](/azure/traffic-manager/traffic-manager-routing-methods#weighted-traffic-routing-methods) when you want to distribute traffic across a set of endpoints based on their importance. Set the weight the same to distribute evenly across all endpoints.
38+
Use the [**Weighted** routing method](/azure/traffic-manager/traffic-manager-routing-methods?branch=main#weighted-traffic-routing-method) when you want to distribute traffic across a set of endpoints based on their importance. Set the weight the same to distribute evenly across all endpoints.
3939

4040
:::image type="content" source="../media/routing-method-weighted-2d93e136.png" alt-text="Diagram that shows the 'Weighted' routing method.":::
4141

0 commit comments

Comments
 (0)