Skip to content

Commit 9d382bd

Browse files
authored
Remove preview verbage
1 parent 5e3b20f commit 9d382bd

File tree

1 file changed

+2
-32
lines changed

1 file changed

+2
-32
lines changed

articles/load-balancer/load-balancer-multiple-ip-powershell.md

+2-32
Original file line numberDiff line numberDiff line change
@@ -24,40 +24,10 @@ ms.author: annahar
2424
> * [CLI](load-balancer-multiple-ip-cli.md)
2525
> * [PowerShell](load-balancer-multiple-ip-powershell.md)
2626
27-
This article describes how to use Azure Load Balancer with multiple IP addresses on a secondary network interface (NIC). The support for multiple IP addresses on a NIC is a feature that is in Preview release, at this time. For more information, see the [Limitations](#limitations) section of this article. The following scenario illustrates how this feature works with Load Balancer.
28-
29-
For this scenario, we have two VMs running Windows, each with a primary and a secondary NIC. Each of the secondary NICs have two IP configurations. Each VM hosts both websites contoso.com and fabrikam.com. Each website is bound to one of the IP configurations on the secondary NIC. We use Azure Load Balancer to expose two frontend IP addresses, one for each website, to distribute traffic to the respective IP configuration for the website. This scenario uses the same port number across both frontends, as well as both backend pool IP addresses.
27+
This article describes how to use Azure Load Balancer with multiple IP addresses on a secondary network interface (NIC). For this scenario, we have two VMs running Windows, each with a primary and a secondary NIC. Each of the secondary NICs have two IP configurations. Each VM hosts both websites contoso.com and fabrikam.com. Each website is bound to one of the IP configurations on the secondary NIC. We use Azure Load Balancer to expose two frontend IP addresses, one for each website, to distribute traffic to the respective IP configuration for the website. This scenario uses the same port number across both frontends, as well as both backend pool IP addresses.
3028

3129
![LB scenario image](./media/load-balancer-multiple-ip/lb-multi-ip.PNG)
3230

33-
## Limitations
34-
35-
At this time, configuration of load balancing on secondary IP configurations is only possible using Azure PowerShell and Azure CLI. This limitation is temporary, and may change at any time. Revisit this page to check for updates.
36-
37-
[!INCLUDE [virtual-network-preview](../../includes/virtual-network-preview.md)]
38-
39-
Register for the preview by running the following commands in PowerShell after you login and select the appropriate subscription:
40-
41-
```
42-
Register-AzureRmProviderFeature -FeatureName AllowMultipleIpConfigurationsPerNic -ProviderNamespace Microsoft.Network
43-
44-
Register-AzureRmProviderFeature -FeatureName AllowLoadBalancingonSecondaryIpconfigs -ProviderNamespace Microsoft.Network
45-
46-
Register-AzureRmResourceProvider -ProviderNamespace Microsoft.Network
47-
```
48-
49-
Do not attempt to complete the remaining steps until you see the following output when you run the ```Get-AzureRmProviderFeature``` command:
50-
51-
```powershell
52-
FeatureName ProviderName RegistrationState
53-
----------- ------------ -----------------
54-
AllowLoadBalancingOnSecondaryIpConfigs Microsoft.Network Registered
55-
AllowMultipleIpConfigurationsPerNic Microsoft.Network Registered
56-
```
57-
58-
>[!NOTE]
59-
>This may take a few minutes.
60-
6131
## Steps to load balance on multiple IP configurations
6232

6333
Follow the steps below to achieve the scenario outlined in this article:
@@ -167,4 +137,4 @@ Follow the steps below to achieve the scenario outlined in this article:
167137
168138
## Next steps
169139
- Learn more about how to combine load balancing services in Azure in [Using load-balancing services in Azure](../traffic-manager/traffic-manager-load-balancing-azure.md).
170-
- Learn how you can use different types of logs in Azure to manage and troubleshoot load balancer in [Log analytics for Azure Load Balancer](../load-balancer/load-balancer-monitor-log.md).
140+
- Learn how you can use different types of logs in Azure to manage and troubleshoot load balancer in [Log analytics for Azure Load Balancer](../load-balancer/load-balancer-monitor-log.md).

0 commit comments

Comments
 (0)