Skip to content

Commit 32135b5

Browse files
Merge pull request #276718 from mbender-ms/lb-admin-state-prereq
load balancer - update to prerequisites on manage admin state doc
2 parents 898920d + 6f6becf commit 32135b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can use the Azure portal, Azure PowerShell, or Azure CLI to manage the admin
2323

2424
- Access to the Azure portal using [https://preview.portal.azure.com].
2525
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/)
26-
- Self-registration of the feature name **SLBAllowAdminStateChangeForConnectionDraining**. For information on registering the feature in your subscription, see [Register preview feature doc](../azure-resource-manager/management/preview-features.md).
26+
- Self-registration of the feature name **SLBAllowAdminStateChangeForConnectionDraining** in your subscription. To self-register this feature, use [PowerShell](../azure-resource-manager/management/preview-features.md?tabs=azure-powershell) or [CLI](../azure-resource-manager/management/preview-features.md?tabs=azure-cli) commands.
2727
- An existing resource group for all resources.
2828
- Two or more existing [Virtual Machines](../virtual-machines/windows/quick-create-portal.md).
2929
- An existing [standard load balancer](quickstart-load-balancer-standard-internal-portal.md) in the same subscription and virtual network as the virtual machines.
@@ -35,7 +35,7 @@ You can use the Azure portal, Azure PowerShell, or Azure CLI to manage the admin
3535

3636
- Access to the Azure portal.
3737
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/)
38-
- Self-registration of the feature name **SLBAllowAdminStateChangeForConnectionDraining**. For information on registering the feature in your subscription, see [Register preview feature doc](../azure-resource-manager/management/preview-features.md).
38+
- Self-registration of the feature name **SLBAllowAdminStateChangeForConnectionDraining** in your subscription. To self-register this feature, use [PowerShell](../azure-resource-manager/management/preview-features.md?tabs=azure-powershell) or [CLI](../azure-resource-manager/management/preview-features.md?tabs=azure-cli) commands.
3939
- An existing resource group for all resources.
4040
- Existing [Virtual Machines](../virtual-machines/windows/quick-create-powershell.md).
4141
- An existing [standard load balancer](quickstart-load-balancer-standard-internal-powershell.md) in the same subscription and virtual network as the virtual machine.
@@ -45,14 +45,15 @@ You can use the Azure portal, Azure PowerShell, or Azure CLI to manage the admin
4545

4646
- Access to the Azure portal.
4747
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/)
48-
- Self-registration of the feature name **SLBAllowAdminStateChangeForConnectionDraining**. For information on registering the feature in your subscription, see [Register preview feature doc](../azure-resource-manager/management/preview-features.md).
48+
- Self-registration of the feature name **SLBAllowAdminStateChangeForConnectionDraining** in your subscription. To self-register this feature, use [PowerShell](../azure-resource-manager/management/preview-features.md?tabs=azure-powershell) or [CLI](../azure-resource-manager/management/preview-features.md?tabs=azure-cli) commands.
4949
- An existing resource group for all resources.
5050
- Existing [Virtual Machines](../virtual-machines/windows/quick-create-cli.md).
5151
- An existing [standard load balancer](quickstart-load-balancer-standard-internal-cli.md) in the same subscription and virtual network as the virtual machine.
5252
- The load balancer should have a backend pool with health probes and load balancing rules attached.
5353

5454
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
5555

56+
5657
---
5758

5859
## Set admin state on a new backend pool instance

0 commit comments

Comments
 (0)