Skip to content

Commit 5fc1644

Browse files
authored
Merge pull request #227092 from halkazwini/lb-metadata
(Bulk) Load Balancer metadata freshness
2 parents c9f8b3f + c1696f4 commit 5fc1644

File tree

93 files changed

+185
-228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+185
-228
lines changed

articles/load-balancer/backend-pool-management.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
title: Backend Pool Management
33
titleSuffix: Azure Load Balancer
4-
description: Get started learning how to configure and manage the backend pool of an Azure Load Balancer
4+
description: Get started learning how to configure and manage the backend pool of an Azure Load Balancer.
55
services: load-balancer
66
author: mbender-ms
77
ms.service: load-balancer
88
ms.topic: how-to
99
ms.date: 02/03/2023
1010
ms.author: mbender
11-
ms.custom: devx-track-azurepowershell, devx-track-azurecli, FY23 content-maintenance
11+
ms.custom: template-how-to, devx-track-azurepowershell, devx-track-azurecli, engagement-fy23
1212
---
13+
1314
# Backend pool management
1415

1516
The backend pool is a critical component of the load balancer. The backend pool defines the group of resources that will serve traffic for a given load-balancing rule.

articles/load-balancer/cli-samples.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
22
title: Azure CLI Samples for Load Balancer
33
titleSuffix: Azure Load Balancer
4-
description: Azure CLI Samples
4+
description: Azure CLI Samples.
55
services: load-balancer
66
documentationcenter: load-balancer
77
author: mbender-ms
88
ms.service: load-balancer
9-
ms.topic: article
9+
ms.topic: sample
1010
ms.custom: seodec18, devx-track-azurecli
11-
ms.tgt_pltfrm:
1211
ms.workload: infrastructure
1312
ms.date: 06/14/2018
1413
ms.author: mbender
15-
1614
---
15+
1716
# Azure CLI Samples for Load Balancer
1817

1918
The following table includes links to bash scripts built using the Azure CLI.

articles/load-balancer/components.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
---
22
title: Azure Load Balancer components
3-
description: Overview of Azure Load Balancer components
3+
description: Overview of Azure Load Balancer components.
44
services: load-balancer
5-
documentationcenter: na
65
author: mbender-ms
76
ms.service: load-balancer
87
ms.topic: conceptual
9-
ms.tgt_pltfrm: na
108
ms.workload: infrastructure-services
119
ms.date: 12/27/2021
1210
ms.author: mbender
13-
11+
ms.custom: template-concept
1412
---
13+
1514
# Azure Load Balancer components
1615

1716
Azure Load Balancer includes a few key components. These components can be configured in your subscription through the Azure portal, Azure CLI, Azure PowerShell, Resource Manager Templates or appropriate alternatives.

articles/load-balancer/concepts.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
22
title: Azure Load Balancer concepts
3-
description: Overview of Azure Load Balancer concepts
3+
description: Overview of Azure Load Balancer concepts.
44
services: load-balancer
5-
documentationcenter: na
65
author: mbender-ms
76
ms.service: load-balancer
87
ms.topic: conceptual
9-
ms.tgt_pltfrm: na
108
ms.workload: infrastructure-services
119
ms.date: 11/29/2021
1210
ms.author: mbender
13-
11+
ms.custom: template-concept
1412
---
1513

1614
# Azure Load Balancer algorithm

articles/load-balancer/configure-vm-scale-set-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Configure Virtual Machine Scale Set with an existing Azure Load Balancer - Azure CLI
3-
description: Learn how to configure a Virtual Machine Scale Set with an existing Azure Load Balancer by using the Azure CLI.
3+
description: Learn how to configure a Virtual Machine Scale Set with an existing Azure Load Balancer using the Azure CLI.
44
author: mbender-ms
55
ms.author: mbender
66
ms.service: load-balancer
77
ms.topic: how-to
88
ms.date: 12/15/2022
9-
ms.custom: FY23 content-maintenance
9+
ms.custom: template-how-to, engagement-fy23
1010
---
1111

1212
# Configure a Virtual Machine Scale Set with an existing Azure Load Balancer using the Azure CLI

articles/load-balancer/configure-vm-scale-set-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Configure Virtual Machine Scale Set with an existing Azure Load Balancer - Azure portal
3-
description: Learn how to configure a Virtual Machine Scale Set with an existing Azure Load Balancer by using the Azure portal.
3+
description: Learn how to configure a Virtual Machine Scale Set with an existing Azure Load Balancer using the Azure portal.
44
author: mbender-ms
55
ms.author: mbender
66
ms.service: load-balancer
77
ms.topic: how-to
88
ms.date: 12/15/2022
9-
ms.custom: FY23 content-maintenance
9+
ms.custom: template-quickstart, engagement-fy23
1010
---
1111

1212
# Configure a Virtual Machine Scale Set with an existing Azure Load Balancer using the Azure portal

articles/load-balancer/configure-vm-scale-set-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Configure Virtual Machine Scale Set with an existing Azure Load Balancer - Azure PowerShell
3-
description: Learn how to configure a Virtual Machine Scale Set with an existing Azure Load Balancer.
3+
description: Learn how to configure a Virtual Machine Scale Set with an existing Azure Load Balancer using Azure PowerShell.
44
author: mbender-ms
55
ms.author: mbender
66
ms.service: load-balancer
77
ms.topic: how-to
88
ms.date: 12/15/2022
9-
ms.custom: FY23 content-maintenance
9+
ms.custom: template-how-to, engagement-fy23
1010
ms.devlang: azurecli
1111
---
1212

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ title: Cross-region load balancer (preview)
33
titleSuffix: Azure Load Balancer
44
description: Overview of cross region load balancer tier for Azure Load Balancer.
55
services: load-balancer
6-
documentationcenter: na
76
author: mbender-ms
87
ms.service: load-balancer
98
ms.topic: conceptual
10-
ms.tgt_pltfrm: na
119
ms.workload: infrastructure-services
1210
ms.date: 10/31/2022
1311
ms.author: mbender
14-
ms.custom: references_regions
15-
12+
ms.custom: template-concept, references_regions
1613
---
14+
1715
# Cross-region load balancer (Preview)
1816

1917
Azure Standard Load Balancer supports cross-region load balancing enabling geo-redundant High Availability scenarios such as:

articles/load-balancer/distribution-mode-concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Get started learning about the different distribution modes of Azur
44
author: mbender-ms
55
ms.author: mbender
66
ms.service: load-balancer
7-
ms.topic: article
7+
ms.topic: conceptual
88
ms.date: 05/24/2022
99
ms.custom: template-concept
1010
#Customer intent: As a administrator, I want to learn about the different distribution modes of Azure Load Balancer so that I can configure the distribution mode for my application.

articles/load-balancer/egress-only.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Outbound-only load balancer configuration
33
titleSuffix: Azure Load Balancer
4-
description: In this article, learn about how to create an internal load balancer with outbound NAT
4+
description: In this article, learn about how to create an internal load balancer with outbound NAT.
55
author: mbender-ms
6-
ms.custom: seodec18
76
ms.service: load-balancer
87
ms.topic: how-to
98
ms.date: 12/27/2022
109
ms.author: mbender
10+
ms.custom: template-how-to, seodec18
1111
---
1212

1313
# Outbound-only load balancer configuration

0 commit comments

Comments
 (0)