Skip to content

Commit e71f448

Browse files
committed
updated hub page
1 parent e9a5828 commit e71f448

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/networking/load-balancer-content-delivery/index.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
### YamlMime:Hub
22
title: Azure load balancing and content delivery documentation
3-
summary: Learn about the various Azure load balancing and content delivery services available that provide security for your resources in Azure. Services include Azure Load Balancer, Azure Gateway Load Balancer, Azure Application Gateway, and Azure Front Door.
3+
summary: Discover Azure load balancing and content delivery services to secure and optimize your applications. Learn how Azure Load Balancer, Application Gateway, and Front Door improve performance. Start now!
44
brand: azure ## Used for color theming of icons and hero area
55

66
metadata:
77
title: Azure load balancing and content delivery
8-
summary: Learn about the various Azure load balancing and content delivery services available that provide security for your resources in Azure. Services include Azure Load Balancer, Azure Gateway Load Balancer, Azure Application Gateway, and Azure Front Door.
8+
summary: Learn how Azure load balancing and content delivery services help secure and optimize your applications in the cloud. ervices include Azure Load Balancer, Azure Gateway Load Balancer, Azure Application Gateway, and Azure Front Door.
99
ms.service: azure-load-balancer
1010
ms.topic: hub-page
1111
author: mbender-ms
1212
ms.author: mbender
1313
manager: kumudD
14-
ms.date: 04/24/2025
14+
ms.date: 05/13/2025
1515
ms.custom: portfolio-consolidation-2025
1616

1717
highlightedContent:
@@ -98,7 +98,7 @@ conceptualContent:
9898
url: /azure/frontdoor/web-application-firewall
9999

100100
- title: Learn more about Azure load balancing and content delivery
101-
summary: Explore additional resources to help you design and deploy a load balancing solution
101+
summary: Explore other resources to help you design and deploy a load balancing solution
102102
items:
103103
# Card
104104
- title: "Training modules"

articles/networking/load-balancer-content-delivery/load-balancing-content-delivery-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author: mbender-ms
1010

1111
# What is load balancing and content delivery?
1212

13-
Load balancing and content delivery are critical components in optimizing the performance and reliability of web applications. Load balancing ensures that incoming network traffic is distributed evenly across multiple servers or services, preventing any single server from becoming overwhelmed with requests. And content delivery optimizes the delivery of content to users by caching and distributing it across multiple locations, reducing latency and improving performance. Together, these two concepts help ensure that applications are highly available, responsive, and capable of handling varying levels of traffic.
13+
Load balancing and content delivery are critical components in optimizing the performance and reliability of web applications. Load balancing ensures that incoming network traffic is distributed evenly across multiple servers or services, preventing any single server from becoming overwhelmed with requests. And content delivery optimizes the delivery of content to users by caching and distributing it across multiple locations, reducing latency and improving performance. Together, these two concepts help ensure that applications are highly available, responsive, and capable of handling varying levels of traffic.
1414

1515
This article provides an overview of load balancing and content delivery in the context of Azure's services - Azure Application Gateway, Azure Load Balancer, and Azure Front Door. You learn about the key services and categories to help you choose the right solution for your needs.
1616

@@ -46,7 +46,7 @@ Azure offers several load-balancing and content delivery services, each caterin
4646

4747
## Azure Load Balancer
4848

49-
[Azure Load Balancer](/azure/load-balancer/load-balancer-overview) is a high-performance, ultra-low-latency Layer 4 load-balancing service (inbound and outbound) for all UDP and TCP protocols. It's built to handle millions of requests per second while ensuring your solution is highly available. Load Balancer is zone redundant, ensuring high availability across availability zones. It supports both a regional deployment topology and a [global topology](/azure/load-balancer/cross-region-overview).
49+
[Azure Load Balancer](/azure/load-balancer/load-balancer-overview) is a high-performance, ultra-low-latency Layer 4 load-balancing service (inbound and outbound) for all UDP and TCP protocols. Load balancer handles millions of requests per second while ensuring your solution is highly available. Load Balancer is zone redundant, ensuring high availability across availability zones. It supports both a regional deployment topology and a [global topology](/azure/load-balancer/cross-region-overview).
5050

5151
:::image type="content" source="media/load-balancing-load-balancer-base-scenario.png" alt-text="Diagram of Azure Load Balancer routing scenario.":::
5252

@@ -68,10 +68,10 @@ Azure offers several load-balancing and content delivery services, each caterin
6868

6969
### Use cases
7070

71-
- **Global content delivery**: Delivers content and applications globally with low latency by leveraging Microsoft's global edge network.
71+
- **Global content delivery**: Delivers content and applications globally with low latency by using Microsoft's global edge network.
7272
- **Application acceleration**: Improves application performance by using features like split TCP connections and anycast network.
7373
- **Security**: Provides platform-level protection against DDoS attacks and integrates with web application firewalls for enhanced security.
74-
- **Modern Internet-first architectures**: Supports modern architectures with dynamic, high-quality digital experiences and automated, secure platforms.
74+
- **Modern Internet-first architectures**: Supports modern architectures with dynamic, high-quality digital experiences, and automated, secure platforms.
7575

7676
## Combining services
7777

@@ -88,7 +88,7 @@ The Azure portal provides a centralized experience for [choosing load-balancing
8888

8989
:::image type="content" source="media/load-balance-content-delivery-portal-experience-inline.png" alt-text="Screenshot of load balancing and content delivery selection experience in Azure portal." lightbox="media/load-balance-content-delivery-portal-experience-expanded.png":::
9090

91-
Along with the deployment of the services, each service can be managed from the portal. You can view all of the application gateways, load balancers, and Azure Front Door resources deployed in your subscription in a single view. Then you can choose the resource you want to manage.
91+
Along with the deployment of the services, each service can be managed from the portal. You can view all of the application gateways, load balancers, and front door resources deployed in your subscription in a single view. Then you can choose the resources to manage.
9292

9393
:::image type="content" source="media/manage-load-balancers-portal-experience-inline.png" alt-text="Screenshot of load balancer management in Azure portal." lightbox="media/manage-load-balancers-portal-experience-expanded.png":::
9494

0 commit comments

Comments
 (0)