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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ ms.date: 09/19/2022
14
14
In this article, we'll discuss guidance for upgrading your Basic Load Balancer instances to Standard Load Balancer. Standard Load Balancer is recommend for all production instances and provides many [key differences](#basic-load-balancer-sku-vs-standard-load-balancer-sku) to your infrastructure.
15
15
## Steps to complete the upgrade
16
16
17
-
We recommend the following approach to upgrade to Standard Load Balancer:
17
+
We recommend the following approach for upgrading 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
22
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
-
1. Verify your application and workloads are receiving traffic through the standard load balancer. Then delete your basic load balancer resource.
23
+
1. Verify your application and workloads are receiving traffic through the Standard Load Balancer. Then delete your Basic Load Balancer resource.
24
24
25
25
## Basic Load Balancer SKU vs. Standard Load Balancer SKU
26
26
@@ -49,6 +49,8 @@ This section lists out some key differences between these two Load Balancer SKUs
49
49
|**[Private Link Support](../private-link/private-link-overview.md)**| Standard ILB is supported via Private Link | Not supported |
50
50
|**[Global tier (Preview)](cross-region-overview.md)**| Standard Load Balancer supports the Global tier for Public LBs enabling cross-region load balancing | Not supported |
51
51
52
+
For information on limits, see [Load Balancer limits](../azure-resource-manager/management/azure-subscription-service-limits.md#load-balancer).
53
+
52
54
## Upgrade using automated scripts
53
55
54
56
Use these PowerShell scripts to help with upgrading from Basic to Standard SKU:
title: Upgrading a Basic Public IP to Standard Public IP - Guidance
4
-
description: Overview of upgrade options and guidance for migrating basic Public IP to standard Public IP for future basic Public IP address retirement
3
+
title: Upgrading a Basic public IP address to Standard SKU - Guidance
4
+
description: Overview of upgrade options and guidance for migrating basic public IP to standard public IP for future basic public IP address retirement
5
5
author: mbender-ms
6
6
ms.service: load-balancer
7
7
ms.author: mbender
8
8
ms.topic: overview
9
9
ms.date: 09/19/2022
10
-
#customer-intent: As an cloud engineer with basic Public IP services, I need guidance and direction on migrating my workloads off basic to standard SKUs
10
+
#customer-intent: As an cloud engineer with Basic public IP services, I need guidance and direction on migrating my workloads off basic to Standard SKUs
11
11
---
12
12
13
-
# Upgrading a Basic Public IP to Standard Public IP - Guidance
13
+
# Upgrading a Basic public IP address to Standard SKU - Guidance
14
14
15
-
In this article, we'll discuss guidance for upgrading your Basic Public IPs to Standard Public IPs. Standard Public IPs are recommended for all production instances and provide many [key differences](#basic-sku-vs-standard-sku) to your infrastructure.
15
+
In this article, we'll discuss guidance for upgrading your Basic SKU public IPs to Standard SKU. Standard public IPs are recommended for all production instances and provide many [key differences](#basic-sku-vs-standard-sku) to your infrastructure.
16
16
## Steps to complete the upgrade
17
17
18
-
We recommend the following approach to upgrade to Standard SKU Public IP addresses.
18
+
We recommend the following approach to upgrade to Standard SKU public IP addresses.
19
19
20
-
1. Learn about some of the [key differences](#basic-sku-vs-standard-sku) between Basic Public IP and Standard Public IP.
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).
20
+
1. Learn about some of the [key differences](#basic-sku-vs-standard-sku) between Basic SKU public IP and Standard SKU public IP.
21
+
1. Identify the Basic SKU public IP to upgrade.
22
+
1. Determine if you would need [Zone Redundancy](public-ip-addresses.md#availability-zone).
23
+
1. If you need a zone redundant public IP address, create a new Standard SKU 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
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).
25
25
1. Create a migration plan for planned downtime.
26
-
1. Depending on the resource associated with your Basic Public IP addresses, perform the upgrade based on the following table:
26
+
1. Depending on the resource associated with your Basic SKU public IP addresses, perform the upgrade based on the following table:
27
27
28
-
| Resource using Basic Public IP addresses | Decision path |
28
+
| Resource using Basic SKU public IP addresses | Decision path |
29
29
| ------ | ------ |
30
30
| Virtual Machine or Virtual Machine Scale Sets | use the [following upgrade options](#upgrade-using-portal-powershell-and-azure-cli). |
31
31
| Load Balancer (Basic) | use the [following upgrade options](#upgrade-using-portal-powershell-and-azure-cli). |
32
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
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.
34
+
1. Verify your application and workloads are receiving traffic through the Standard SKU public IP address. Then delete your Basic SKU public IP address resource.
35
35
36
36
## Basic SKU vs. Standard SKU
37
37
38
-
This section lists out some key differences between these two Public IP addresses SKUs.
38
+
This section lists out some key differences between these two SKUs.
39
39
40
-
|""| Standard Public IP SKU | Basic Public IP SKU|
40
+
|""| Standard SKU public IP | Basic SKU public IP|
41
41
|---------|---------|---------|
42
-
|**Idle Timeout**| Have an adjustable inbound originated flow idle timeout of 4-30 minutes, with a default of 4 minutes, and fixed outbound originated flow idle timeout of 4 minutes. | Have an adjustable inbound originated flow idle timeout of 4-30 minutes, with a default of 4 minutes, and fixed outbound originated flow idle timeout of 4 minutes. |
43
42
|**Allocation method**| Static. | For IPv4: Dynamic or Static; For IPv6: Dynamic. |
44
-
|**Security**| Secure by default model and be closed to inbound traffic when used as a frontend. Allow traffic with [network security group](../network-security-groups-overview.md#network-security-groups) is required (for example, on the NIC of a virtual machine with a Standard SKU Public IP attached). | Open by default. Network security groups are recommended but optional for restricting inbound or outbound traffic. |
43
+
|**Security**| Secure by default model and be closed to inbound traffic when used as a frontend. Allow traffic with [network security group](../network-security-groups-overview.md#network-security-groups) is required (for example, on the NIC of a virtual machine with a Standard SKU public IP attached). | Open by default. Network security groups are recommended but optional for restricting inbound or outbound traffic. |
45
44
|**[Availability zones](../../availability-zones/az-overview.md)**| Supported. Standard IPs can be non-zonal, zonal, or zone-redundant. Zone redundant IPs can only be created in [regions where three availability zones](../../availability-zones/az-region.md) are live. IPs created before zones are live won't be zone redundant. | Not supported |
46
45
|**[Routing preference](routing-preference-overview.md)**| Supported to enable more granular control of how traffic is routed between Azure and the Internet. | Not supported. |
47
46
|**Global tier**| Supported via [cross-region load balancers](../../load-balancer/cross-region-overview.md)| Not supported |
@@ -59,7 +58,7 @@ Use the Azure portal, Azure PowerShell, or Azure CLI to help upgrade from Basic
59
58
60
59
## Next Steps
61
60
62
-
For guidance on upgrading basic Load Balancer to Standard SKUs, see:
61
+
For guidance on upgrading Basic Load Balancer to Standard SKUs, see:
63
62
64
63
> [!div class="nextstepaction"]
65
64
> [Upgrading from Basic Load Balancer - Guidance](../../load-balancer/load-balancer-basic-upgrade-guidance.md)
0 commit comments