Skip to content

Commit d3e95e4

Browse files
authored
Update upgrade-basic-standard.md
1 parent 0e9e91f commit d3e95e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.author: irenehua
1010
---
1111

1212
# Upgrade Azure Public Load Balancer from Basic SKU to Standard SKU
13-
[Azure Standard Load Balancer](load-balancer-overview.md) is now available, offering additional features such as bigger scale and highly available services. However, existing Basic Load Balancers aren't automatically upgraded to Standard Load Balancers. If you want to migrate from Basic Public Load Balancer to Standard Public Load Balancer, follow the steps in this article.
13+
[Azure Standard Load Balancer](load-balancer-overview.md) offers a rich set of functionality and high availability through zone redundancy. To learn more about Load Balancer SKU, see [comparison table](https://docs.microsoft.com/azure/load-balancer/concepts-limitations#skus).
1414

1515
There are two stages in a upgrade:
1616

@@ -28,8 +28,8 @@ An Azure PowerShell script is available that does the following:
2828

2929
### Caveats\Limitations
3030

31-
* Script only supports Public Load Balancer upgrade. For Internal Basic Load Balancer upgrade, please create a Standard Internal Load Balancer if outbound connectivity is not desired, and please create a Standard Internal Load Balancer and Standard Public Load Balancer if outbound connectivity is required.
32-
* The new Standard Load Balancer has a new public address. It’s impossible to move the IP addresses associated with existing Basic Load Balancer seamlessly to Standard Load Balancer since they have different SKUs.
31+
* Script only supports Public Load Balancer upgrade. For Internal Basic Load Balancer upgrade, create a Standard Internal Load Balancer if outbound connectivity is not desired, and create a Standard Internal Load Balancer and Standard Public Load Balancer if outbound connectivity is required.
32+
* The Standard Load Balancer has a new public address. It’s impossible to move the IP addresses associated with existing Basic Load Balancer seamlessly to Standard Load Balancer since they have different SKUs.
3333
* 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.
3434
* If your Load Balancer does not have any frontend IP configuration or backend pool, you are likely to hit an error running the script. Please make sure they are not empty.
3535

@@ -93,7 +93,7 @@ To run the script:
9393

9494
First, double check that the script successfully created a new Standard Public Load Balancer with the exact configuration migrated over from your Basic Public Load Balancer. You can verify this from the Azure portal.
9595

96-
Also, send a small amount of traffic through the Standard Load Balancer as a manual test.
96+
Be sure to send a small amount of traffic through the Standard Load Balancer as a manual test.
9797

9898
Here are a few scenarios of how you add VMs to backend pools of the newly created Standard Public Load Balancer may be configured, and our recommendations for each one:
9999

0 commit comments

Comments
 (0)