Skip to content

Commit 3681a5f

Browse files
committed
Updates
1 parent f0885b2 commit 3681a5f

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

articles/load-balancer/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
items:
55
- name: What is Azure Load Balancer?
66
href: load-balancer-overview.md
7-
- name: Upgrade guidance from basic to standard load balancer
8-
href: load-balancer-basic-upgrade-guidance.md
97
- name: Quickstarts
108
items:
119
- name: Create a public load balancer

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ ms.date: 09/19/2022
1212
# Upgrading from Basic Load Balancer - Guidance
1313

1414
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-
## Load balancer upgrade steps
15+
## Steps to complete the upgrade
1616

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.
2020
1. Identify the Basic load balancer to upgrade.
2121
1. Create a migration plan for planned downtime.
22-
1. Create migration plan for planned downtime.
2322
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.
2423
1. Verify your application and workloads are receiving traffic through the standard load balancer. Then delete your basic load balancer resource.
2524

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ We recommend the following approach to upgrade to Standard SKU Public IP address
2323
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).
2424
1. If you do not need a zone redundant public IP address, use the [following upgrade options](#upgrade-using-portal-powershell-and-azure-cli).
2525
1. Create a migration plan for planned downtime.
26-
1. Depending on the service 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 Public IP addresses, perform the upgrade based on the following table:
2727

28-
| Service using Basic Public IP addresses | Decision path |
28+
| Resource using Basic Public IP addresses | Decision path |
2929
| ------ | ------ |
3030
| Virtual Machine or Virtual Machine Scale Sets | use the [following upgrade options](#upgrade-using-portal-powershell-and-azure-cli). |
3131
| Load Balancer (Basic) | use the [following upgrade options](#upgrade-using-portal-powershell-and-azure-cli). |
@@ -40,6 +40,7 @@ This section lists out some key differences between these two Public IP addresse
4040
|""| Standard Public IP SKU | Basic Public IP SKU |
4141
|---------|---------|---------|
4242
| **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+
| **Allocation method** | Static. | For IPv4: Dynamic or Static; For IPv6: Dynamic. |
4344
| **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. |
4445
| **[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 |
4546
| **[Routing preference](routing-preference-overview.md)** | Supported to enable more granular control of how traffic is routed between Azure and the Internet. | Not supported. |

0 commit comments

Comments
 (0)