Skip to content

Commit 71ecebc

Browse files
authored
Merge pull request #288642 from mbender-ms/lb-ga-updates
load balancer - remove preview statement from docs - 11/6
2 parents b0bd194 + 1e69d6b commit 71ecebc

9 files changed

+6
-54
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
88
ms.topic: conceptual
9-
ms.date: 05/29/2024
9+
ms.date: 10/17/2024
1010
ms.author: mbender
1111
ms.custom: template-concept, references_regions
1212
---
@@ -15,9 +15,6 @@ ms.custom: template-concept, references_regions
1515

1616
Administrative state (Admin state) is a feature of Azure Load Balancer that allows you to override the Load Balancer’s health probe behavior on a per backend pool instance basis. This feature is useful in scenarios where you would like to take down your backend instance for maintenance, patching, or testing.
1717

18-
[!INCLUDE [load-balancer-admin-state-preview](../../includes/load-balancer-admin-state-preview.md)]
19-
20-
2118
## Why use admin state?
2219

2320
Admin state is useful in scenarios where you want to have more control over the behavior of your Load Balancer. For example, you can set the admin state to up to always consider the backend instance eligible for new connections, even if the health probe indicates otherwise. Conversely, you can set the admin state to down to prevent new connections, even if the health probe indicates that the backend instance is healthy. This can be useful for maintenance or other scenarios where you want to temporarily take a backend instance out of rotation.

articles/load-balancer/cross-subscription-how-to-attach-backend.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
88
ms.topic: how-to
9-
ms.date: 06/18/2024
9+
ms.date: 10/17/2024
1010
ms.author: mbender
1111
ms.custom: devx-track-azurecli, devx-track-azurepowershell
1212
---
@@ -16,8 +16,6 @@ In this article, you learn how to attach a cross-subscription backend to an Azur
1616

1717
A [cross-subscription load balancer](cross-subscription-overview.md) can reference a virtual network that resides in a different subscription other than the load balancers. This feature allows you to deploy a load balancer in one subscription and reference a virtual network in another subscription.
1818

19-
[!INCLUDE [load-balancer-cross-subscription-preview](../../includes/load-balancer-cross-subscription-preview.md)]
20-
2119
[!INCLUDE [load-balancer-cross-subscription-prerequisites](../../includes/load-balancer-cross-subscription-prerequisites.md)]
2220

2321
[!INCLUDE [load-balancer-cross-subscription-azure-sign-in](../../includes/load-balancer-cross-subscription-azure-sign-in.md)]

articles/load-balancer/cross-subscription-how-to-attach-frontend.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
88
ms.topic: how-to
9-
ms.date: 06/18/2024
9+
ms.date: 10/17/2024
1010
ms.author: mbender
1111
ms.custom: devx-track-azurepowershell
1212
---
@@ -17,8 +17,6 @@ In this article, you learn how to create a load balancer in one Azure subscripti
1717

1818
A [cross-subscription load balancer](cross-subscription-overview.md) can reference a virtual network that resides in a different subscription other than the load balancers. This feature allows you to deploy a load balancer in one subscription and reference a virtual network in another subscription.
1919

20-
[!INCLUDE [load-balancer-cross-subscription-preview](../../includes/load-balancer-cross-subscription-preview.md)]
21-
2220
## Prerequisites
2321

2422
# [Azure PowerShell](#tab/azurepowershell)

articles/load-balancer/cross-subscription-how-to-global-backend.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
88
ms.topic: how-to
9-
ms.date: 06/18/2024
9+
ms.date: 10/17/2024
1010
ms.author: mbender
1111
ms.custom: devx-track-azurepowershell
1212
---
@@ -17,8 +17,6 @@ In this article, you learn how to create a global load balancer with cross-subsc
1717

1818
A [cross-subscription load balancer](cross-subscription-overview.md) can reference a virtual network that resides in a different subscription other than the load balancers. This feature allows you to deploy a load balancer in one subscription and reference a virtual network in another subscription.
1919

20-
[!INCLUDE [load-balancer-cross-subscription-preview](../../includes/load-balancer-cross-subscription-preview.md)]
21-
2220
## Prerequisites
2321

2422
# [Azure PowerShell](#tab/azurepowershell)

articles/load-balancer/cross-subscription-how-to-internal-load-balancer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: load-balancer
55
author: mbender-ms
66
ms.service: azure-load-balancer
77
ms.topic: how-to
8-
ms.date: 06/18/2024
8+
ms.date: 10/17/2024
99
ms.author: mbender
1010
ms.custom: devx-track-azurepowershell
1111
#CustomerIntent: As a < type of user >, I want < what? > so that < why? > .
@@ -17,8 +17,6 @@ In this how-to guide, you learn how to create a cross-subscription internal load
1717

1818
A [cross-subscription internal load balancer (ILB)](cross-subscription-overview.md) can reference a virtual network that resides in a different subscription other than the load balancers. This feature allows you to deploy a load balancer in one subscription and reference a virtual network in another subscription.
1919

20-
[!INCLUDE [load-balancer-cross-subscription-preview](../../includes/load-balancer-cross-subscription-preview.md)]
21-
2220
[!INCLUDE [load-balancer-cross-subscription-prerequisites](../../includes/load-balancer-cross-subscription-prerequisites.md)]
2321

2422
[!INCLUDE [load-balancer-cross-subscription-azure-sign-in](../../includes/load-balancer-cross-subscription-azure-sign-in.md)]

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
88
ms.topic: overview
9-
ms.date: 06/18/2024
9+
ms.date: 10/17/2024
1010
ms.author: mbender
1111
ms.custom:
1212
---
@@ -16,8 +16,6 @@ Azure Load Balancer supports cross-subscription load balancing, where the fronte
1616

1717
This article provides an overview of cross-subscription load balancing with Azure Load Balancer, and the scenarios it supports.
1818

19-
[!INCLUDE [load-balancer-cross-subscription-preview](../../includes/load-balancer-cross-subscription-preview.md)]
20-
2119
## What is cross-subscription load balancing?
2220

2321
Cross-subscription load balancing allows you to deploy Azure Load Balancer resources across multiple subscriptions. This feature enables you to deploy a load balancer in one subscription and have the frontend IP and backend pool instances in a different subscription. This capability is useful for organizations that have separate subscriptions for networking and application resources.

articles/load-balancer/manage-admin-state-how-to.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ Administrative State (Admin State) is a feature of Azure Load Balancer that allo
1515

1616
You can use the Azure portal, Azure PowerShell, or Azure CLI to manage the admin state for a backend pool instance. Each section provides instructions for each method with examples for setting, updating, or removing an admin state configuration.
1717

18-
[!INCLUDE [load-balancer-admin-state-preview](../../includes/load-balancer-admin-state-preview.md)]
19-
2018
## Prerequisites
2119

2220
# [Azure portal](#tab/azureportal)

includes/load-balancer-admin-state-preview.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

includes/load-balancer-cross-subscription-preview.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)