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/load-balancer-basic-upgrade-guidance.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,10 @@ In this article, we'll discuss guidance for upgrading your Basic Load Balancer i
17
17
We recommend the following approach to upgrade to Standard Load Balancer:
18
18
19
19
1. Learn about some of the [key differences](#basic-load-balancer-sku-vs-standard-load-balancer-sku) between Basic Load Balancer and Standard Load Balancer.
20
-
1. Identify the basic load balancer to upgrade.
20
+
1. Identify the Basic load balancer to upgrade.
21
21
1. Create a migration plan for planned downtime.
22
-
1. Create a new standard load balancer with the basic load balancer configurations or [use automated PowerShell scripts](#upgrade-using-automated-scripts) for different scenarios.
22
+
1. Create migration plan for planned downtime.
23
+
1. Perform migration with [automated PowerShell scripts](#upgrade-using-automated-scripts) for your scenario or create a new Standard Load Balancer with the Basic Load Balancer configurations.
23
24
1. Verify your application and workloads are receiving traffic through the standard load balancer. Then delete your basic load balancer resource.
24
25
25
26
## Basic Load Balancer SKU vs. Standard Load Balancer SKU
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,19 @@ We recommend the following approach to upgrade to Standard SKU Public IP address
19
19
20
20
1. Learn about some of the [key differences](#basic-sku-vs-standard-sku) between Basic Public IP and Standard Public IP.
21
21
1. Identify the basic public IP to upgrade.
22
+
1. Determine if you would need Zone Redundancy.
23
+
1. If you need a zone redundant public IP address, create a new Standard Public IP address using [Portal](create-public-ip-portal.md), [PowerShell](create-public-ip-powershell.md), [CLI](create-public-ip-cli.md), or [ARM template](create-public-ip-template.md).
24
+
1. If you do not need a zone redundant public IP address, use the [following upgrade options](#upgrade-using-portal-powershell-and-azure-cli).
22
25
1. Create a migration plan for planned downtime.
23
-
1. Depending on the usage of Public IPs, perform the upgrade based on the following chart:
26
+
1. Depending on the service associated with your Basic Public IP addresses, perform the upgrade based on the following table:
24
27
25
-
| Service using Basic Public IP | Decision path |
28
+
| Service using Basic Public IP addresses | Decision path |
26
29
| ------ | ------ |
27
-
|Zone Redundancy | Create a new standard IP. |
28
-
| No Zone Redundancy | Use script to upgrade to standard IP. |
29
-
| Load Balancer ||
30
-
| VPN Gateway | Cannot dissociate and upgrade. You will need to create a new VPN GW.|
31
-
| App Gateway | Cannot dissociate and upgrade. You will need to create a new App Gateway. |
32
-
1. Verify your application and workloads are receiving traffic through the Standard Load Balancer.
30
+
| Virtual Machine or Virtual Machine Scale Sets | use the [following upgrade options](#upgrade-using-portal-powershell-and-azure-cli). |
31
+
| Load Balancer (Basic) | use the [following upgrade options](#upgrade-using-portal-powershell-and-azure-cli). |
32
+
| VPN Gateway (Basic) | Cannot dissociate and upgrade. Create a [new VPN gateway with a SKU type other than Basic](../../vpn-gateway/tutorial-create-gateway-portal.md). |
33
+
| Application Gateway (v1) | Cannot dissociate and upgrade. Use this [migration script to migrate from v1 to v2](../../application-gateway/migrate-v1-v2.md). |
34
+
1. Verify your application and workloads are receiving traffic through the Standard Public IP address. Then delete your Basic Public IP address resource.
0 commit comments