Skip to content

Commit f0885b2

Browse files
committed
Updates from Chidozie
1 parent 81f3441 commit f0885b2

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ In this article, we'll discuss guidance for upgrading your Basic Load Balancer i
1717
We recommend the following approach to upgrade to Standard Load Balancer:
1818

1919
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.
2121
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.
2324
1. Verify your application and workloads are receiving traffic through the standard load balancer. Then delete your basic load balancer resource.
2425

2526
## Basic Load Balancer SKU vs. Standard Load Balancer SKU

articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,19 @@ We recommend the following approach to upgrade to Standard SKU Public IP address
1919

2020
1. Learn about some of the [key differences](#basic-sku-vs-standard-sku) between Basic Public IP and Standard Public IP.
2121
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).
2225
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:
2427

25-
| Service using Basic Public IP | Decision path |
28+
| Service using Basic Public IP addresses | Decision path |
2629
| ------ | ------ |
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.
3335

3436
## Basic SKU vs. Standard SKU
3537

0 commit comments

Comments
 (0)