Skip to content

Commit b262394

Browse files
Merge pull request #54117 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-03 23:00 UTC
2 parents 97ba033 + f62de4c commit b262394

9 files changed

Lines changed: 25 additions & 24 deletions

File tree

learn-pr/advocates/improve-reliability-scaling/includes/5-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Another way to improve the performance of your application is to implement an in
6363

6464
Now you know that performance doesn't equal scalability exactly, but by improving the performance of your application, you can reduce the load on other resources. This improvement means you may not have to scale as soon.
6565

66-
Azure Cache for Redis is a managed Redis offering. Redis can be used for many patterns and use cases. For your product service in this scenario, you would likely implement the cache-aside pattern. In this pattern, you load items from the database into the cache as needed, making your application more performant, and reducing the load on the database.
66+
Azure Managed Redis is a managed Redis offering. Redis can be used for many patterns and use cases. For your product service in this scenario, you would likely implement the cache-aside pattern. In this pattern, you load items from the database into the cache as needed, making your application more performant, and reducing the load on the database.
6767

6868
Redis can also be used as a messaging queue for caching web content or for user session caching. This type of caching may be more suitable for other services in the system such as the shopping cart service, where you could store shopping cart data per session in Redis instead of using a cookie.
6969

@@ -111,4 +111,4 @@ Sharding is a technique to distribute large amounts of identically structured da
111111

112112
Your application adds the relevant data to the relevant shard, and thus make your system scalable beyond the constraints of the individual database.
113113

114-
Azure SQL offers the Azure Elastic Database tools. These tools help you create, maintain, and query sharded SQL databases in Azure from your application logic.
114+
Azure SQL offers the Azure Elastic Database tools. These tools help you create, maintain, and query sharded SQL databases in Azure from your application logic.

learn-pr/advocates/improve-reliability-scaling/includes/6-global.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
In the previous unit, we described scaling compute, and making it more available in the process. We also suggested adding an Azure Cache for Redis to improve performance, and scaling out Azure SQL databases via sharding.
1+
In the previous unit, we described scaling compute, and making it more available in the process. We also suggested adding Azure Managed Redis to improve performance, and scaling out Azure SQL databases via sharding.
22

33
The next step, as your business grows, might be to go global. However, there are some things you need to think about before trying to implement a fully global architecture.
44

learn-pr/paths/understand-data-concepts/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Data is key to most business operations and services and an understanding of data is essential in many roles. This learning path covers data concepts, data analytics, and data roles, services, and products.
66
ms.date: 02/18/2025
77
author: wwlpublish
8-
ms.author: rcaper
8+
ms.author: weslbo
99
ms.topic: learning-path
1010
title: Understand data concepts
1111
prerequisites: |

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
**Azure Load Balancer** operates at layer 4 of the Open Systems Interconnection (OSI) model. It's the single point of contact for clients. Azure Load Balancer distributes inbound flows that arrive at the load balancer's front end to backend pool instances. These flows are according to configured load-balancing rules and health probes. The backend pool instances can be Azure Virtual Machines or instances in a virtual machine scale set.
3+
[**Azure Load Balancer**](/azure/load-balancer/load-balancer-overview) operates at layer 4 of the Open Systems Interconnection (OSI) model. It's the single point of contact for clients. Azure Load Balancer distributes inbound flows that arrive at the load balancer's front end to backend pool instances. These flows are according to configured load-balancing rules and health probes. The backend pool instances can be Azure Virtual Machines or instances in a virtual machine scale set.
44

55
This video reviews how to select a load balancer type.
66

@@ -43,22 +43,20 @@ Load Balancers can also use a "no-zone" frontend. In these scenarios, a public l
4343

4444
## Selecting an Azure load balancer SKU
4545

46-
There are several [load balancer SKUs](/azure/load-balancer/skus): Basic, Standard, and Gateway. These SKUs differ in terms of their scenario scope and scale, features, and cost. The [Gateway Load Balancer SKU](/azure/load-balancer/gateway-overview) is for high performance and high availability scenarios with Network Virtual Appliances (NVAs). This table compares the Standard and Basic Load Balancer.
46+
There are two [load balancer SKUs](/azure/load-balancer/skus): Standard, and Gateway. These SKUs differ in terms of their scenario scope and scale, features, and cost.
4747

4848
> [!IMPORTANT]
49-
> On September 30, 2025, Basic Load Balancer will be retired.
49+
> On September 30, 2025, the Basic Load Balancer was retired. The Basic Load Balancer is no longer available for new deployments. Existing Basic Load Balancer resources should be [upgraded to Standard Load Balancer](/azure/load-balancer/load-balancer-basic-upgrade-guidance).
5050
51-
| **Features** | **Standard Load Balancer** | **Basic Load Balancer** |
51+
| **Features** | **Standard Load Balancer** | **Gateway Load Balancer** |
5252
| --- | --- | ---|
53-
| Backend pool size | Supports up to 1,000 instances. | Supports up to 300 instances. |
54-
| Backend pool endpoints |Any virtual machines or virtual machine scale sets in a single virtual network. | Virtual machines in a single availability set or virtual machine scale set. |
55-
| Health probes | TCP, HTTP, HTTPS | TCP, HTTP |
56-
| Health probe down behavior | TCP connections stay alive on an instance probe down and on all probes down. | TCP connections stay alive on an instance probe down. All TCP connections end when all probes are down. |
57-
| Availability Zones | Zone-redundant and zonal frontends for inbound and outbound traffic. | Not available. |
58-
| Diagnostics | Azure Monitor multi-dimensional metrics. | [Azure Monitor logs](/azure/load-balancer/load-balancer-monitor-log) |
59-
| Secure by default | Closed to inbound flows unless allowed by a network security group. Internal traffic from the virtual network to the internal load balancer is allowed. | Open by default. Network security group optional. |
60-
| Multiple front ends | Inbound and outbound | Inbound only |
53+
| Primary use case | General-purpose load balancing for web applications and services | High performance and high availability scenarios with Network Virtual Appliances (NVAs) |
54+
| Backend pool size | Supports up to 1,000 instances | Supports up to 1,000 instances |
55+
| Backend pool endpoints | Any virtual machines or virtual machine scale sets in a single virtual network. | Network Virtual Appliances (NVAs) in a single virtual network |
56+
| Traffic inspection | No built-in traffic inspection | Enables transparent traffic inspection and filtering through NVAs |
57+
| Cross-region connectivity | Regional load balancing | Regional load balancing with NVA integration |
58+
6159

6260

6361
> [!TIP]
64-
> Learn more about the Load Balancer check out the [Introduction to Azure Load Balancer](/training/modules/intro-to-azure-load-balancer/) module.
62+
> Learn more about the Load Balancer check out the [Introduction to Azure Load Balancer](/training/modules/intro-to-azure-load-balancer/) module.

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[Azure Traffic Manager](/azure/traffic-manager/traffic-manager-overview) is a DNS-based traffic load balancer. This service allows you to distribute traffic to your public facing applications across the global Azure regions. Traffic Manager also provides your public endpoints with high availability and quick responsiveness. The most important point to understand is that Traffic Manager works at the DNS level which is at the Application layer (Layer-7).
2+
[Azure Traffic Manager](/azure/traffic-manager/traffic-manager-overview) is a DNS-based traffic load balancer. This service allows you to distribute traffic to your public facing applications across the global Azure regions. Traffic Manager also provides your public endpoints with high availability and quick responsiveness. The most important point to understand is that Traffic Manager works at the DNS level, which is at the Application layer (Layer-7).
33

44
This video reviews Traffic Manager features and how the service works.
55

@@ -51,3 +51,6 @@ Use the [**Performance** routing method](/azure/traffic-manager/traffic-manager-
5151
Use the [**Geographic** routing method](/azure/traffic-manager/traffic-manager-routing-methods#geographic-traffic-routing-method) to direct users to specific endpoints based on where their DNS queries originate from geographically. Good choice for regional compliance requirements.
5252

5353
:::image type="content" source="../media/routing-method-geographic-c04c1141.png" alt-text="Diagram that shows the 'Geographic' routing method.":::
54+
55+
> [!Note]
56+
> The are two other routing methods: Multivalue and Subnet. Use the [**Multivalue** routing method](/azure/traffic-manager/traffic-manager-routing-methods#multivalue-traffic-routing-method) when you want to return multiple healthy endpoints in a single DNS query response. Use the [**Subnet** routing method](/azure/traffic-manager/traffic-manager-routing-methods#subnet-traffic-routing-method) when you want to map user IP address ranges to specific endpoints.

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/includes/7-summary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ In this module, you learned about the Azure Load Balancer and Azure Traffic Mana
55
- Azure offers two non-HTTP(S) load balancing solutions: Azure Load Balancer and Azure Traffic Manager.
66
- Azure Load Balancers can distribute workloads globally or regionally.
77
- Azure Load Balancers can be public (external) or internal (private).
8-
- Azure Load Balancer has two SKUs: Basic and Standard.
8+
- Azure Load Balancer has two SKUs: Standard and Gateway.
99
- Azure Traffic Manager is a DNS-based network traffic load balancer.
10-
- Azure Traffic Manager supports different traffic-routing methods. These methods include performance, weighted, priority, and geographic.
10+
- Azure Traffic Manager supports different traffic-routing methods. These methods include performance, weighted, priority, geographic, multivalue, and subnet.
1111

1212
### Learn more with Copilot
1313

learn-pr/wwl-azure/load-balancing-non-https-traffic-azure/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ metadata:
55
prefetch-feature-rollout: true
66
title: Load balance non-HTTP(S) traffic in Azure
77
description: "You learn the different load balancer options in Azure and how to choose and implement the right Azure solution for non-HTTP(S) traffic."
8-
ms.date: 02/19/2026
8+
ms.date: 03/23/2026
99
author: wwlpublish
1010
ms.author: cynthist
1111
ms.topic: module
1212
ms.collection: N/A
1313
ms.custom:
1414
- references_regions
1515
ms.service: azure-load-balancer
16-
ai-usage: human-only
16+
ai-usage: ai-assisted
1717
title: Load balance non-HTTP(S) traffic in Azure
1818
summary: You learn the different load balancer options in Azure and how to choose and implement the right Azure solution for non-HTTP(S) traffic.
1919
abstract: |

learn-pr/wwl-data-ai/get-started-data-analytics/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: "This content is a part of Get started with data analytics."
66
ms.date: 02/14/2025
77
author: wwlpublish
8-
ms.author: rcaper
8+
ms.author: weslbo
99
ms.topic: module
1010
ms.collection: N/A
1111
ms.custom:

learn-pr/wwl-data-ai/get-started-data-concepts/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: "Businesses rely on data. Understanding data is key to many business operations. This module covers what data is, when to sort and filter data and when to calculate derived values from data."
66
ms.date: 02/14/2025
77
author: wwlpublish
8-
ms.author: rcaper
8+
ms.author: weslbo
99
ms.topic: module
1010
ms.collection: N/A
1111
ms.custom:

0 commit comments

Comments
 (0)