Skip to content

Commit 7ef0eff

Browse files
Merge pull request #227606 from cburuzie/patch-31
Update upgrade-basicInternal-standard.md
2 parents e6ecae1 + 4b90b33 commit 7ef0eff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/load-balancer/upgrade-basicInternal-standard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This article introduces a PowerShell script that creates a Standard Load Balance
3333
* The Basic Load Balancer needs to be in the same resource group as the backend VMs and NICs.
3434
* If the Standard load balancer is created in a different region, you won’t be able to associate the VMs existing in the old region to the newly created Standard Load Balancer. To work around this limitation, make sure to create a new VM in the new region.
3535
* If your Load Balancer doesn't have any frontend IP configuration or backend pool, you're likely to hit an error running the script. Make sure they aren't empty.
36+
* The amount of available IPs in the subnet where the Basic Load Balancers reside needs to be greater than or equal to the amount of frontend IPs that are associated to the Basic Load Balancers for the script to be suscessful. For example, if your Basic Load Balancer has 5 frontend IPs then you will need to have atleast 5 available IPs in your subnet before running the script.
3637
* The script can't migrate Virtual Machine Scale Set from Basic Load Balancer's backend to Standard Load Balancer's backend. For this type of upgrade, see [Upgrade a basic load balancer used with Virtual Machine Scale Sets](./upgrade-basic-standard-virtual-machine-scale-sets.md) for instructions and more information.
3738

3839
## Change IP allocation method to Static for frontend IP Configuration (Ignore this step if it's already static)

0 commit comments

Comments
 (0)