Skip to content

Commit e90c7a0

Browse files
authored
Merge pull request #114094 from irenehua/patch-22
Update upgrade-basicInternal-standard.md
2 parents b25704e + f9c24fa commit e90c7a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ An Azure PowerShell script is available that does the following:
2626
### Caveats\Limitations
2727

2828
* Script only supports Internal Load Balancer upgrade where no outbound connection is required. If you required [outbound connection](https://docs.microsoft.com/azure/load-balancer/load-balancer-outbound-connections) for some of your VMs, please refer to this [page](upgrade-InternalBasic-To-PublicStandard.md) for instructions.
29+
* The Basic Load Balancer needs to be in the same resource group as the backend VMs and NICs.
2930
* 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.
3031
* If your Load Balancer does not have any frontend IP configuration or backend pool, you are likely to hit an error running the script. Make sure they are not empty.
3132

@@ -42,7 +43,7 @@ An Azure PowerShell script is available that does the following:
4243

4344
## Download the script
4445

45-
Download the migration script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureILBUpgrade/2.0).
46+
Download the migration script from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureILBUpgrade/3.0).
4647
## Use the script
4748

4849
There are two options for you depending on your local PowerShell environment setup and preferences:

0 commit comments

Comments
 (0)