You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/upgrade-basic-standard.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.author: irenehua
10
10
---
11
11
12
12
# 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).
14
14
15
15
There are two stages in a upgrade:
16
16
@@ -28,8 +28,8 @@ An Azure PowerShell script is available that does the following:
28
28
29
29
### Caveats\Limitations
30
30
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.
33
33
* 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.
34
34
* 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.
35
35
@@ -93,7 +93,7 @@ To run the script:
93
93
94
94
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.
95
95
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.
97
97
98
98
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:
0 commit comments