Skip to content

Commit 202a914

Browse files
authored
Merge pull request #214351 from brianlehr/patch-30
Update public-ip-basic-upgrade-guidance.md
2 parents 8452b13 + 56f286b commit 202a914

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
title: Upgrading a basic public IP address to standard SKU - Guidance
44
description: Overview of upgrade options and guidance for migrating basic public IP to standard public IP for future basic public IP address retirement
55
author: mbender-ms
6-
ms.service: load-balancer
6+
ms.service: virtual-network
7+
ms.subservice: ip-services
78
ms.author: mbender
89
ms.topic: overview
910
ms.date: 09/19/2022
@@ -25,13 +26,16 @@ We recommend the following approach to upgrade to Standard SKU public IP address
2526
1. Create a migration plan for planned downtime.
2627
1. Depending on the resource associated with your Basic SKU public IP addresses, perform the upgrade based on the following table:
2728

28-
| Resource using Basic SKU public IP addresses | Decision path |
29-
| ------ | ------ |
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 this [guidance to upgrade from Basic to Standard Load Balancer](../../load-balancer/load-balancer-basic-upgrade-guidance.md). |
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 SKU public IP address. Then delete your Basic SKU public IP address resource.
29+
| Resource using Basic SKU public IP addresses | Decision path |
30+
| ------ | ------ |
31+
| Virtual Machine or Virtual Machine Scale Sets (flex model) | Disassociate IP(s) and utilize the upgrade options detailed after the table. |
32+
| Load Balancer (Basic SKU) | New LB SKU required. Use the upgrade scripts for [virtual machines](../../load-balancer/upgrade-basic-standard.md) or [Virtual Machine Scale Sets (without IPs per VM)](../../load-balancer/upgrade-basic-standard-virtual-machine-scale-sets.md) to upgrade to Standard Load Balancer |
33+
| VPN Gateway (Basic SKU or VpnGw1-5 SKU using Basic IPs) | New VPN Gateway SKU required. Create a [new Virtual Network Gateway with a Standard SKU IP](../../vpn-gateway/tutorial-create-gateway-portal.md). |
34+
| ExpressRoute Gateway (using Basic IPs) | New ExpressRoute Gateway required. Create a [new ExpressRoute Gateway with a Standard SKU IP](../../expressroute/expressroute-howto-add-gateway-portal-resource-manager.md). |
35+
| Application Gateway (v1 SKU) | New AppGW SKU required. Use this [migration script to migrate from v1 to v2](../../application-gateway/migrate-v1-v2.md). |
36+
37+
> [!NOTE]
38+
> If you have a virtual machine scale set (uniform model) with public IP configurations per instance, note these are not Public IP resources and as such cannot be upgraded; a new virtual machine scale set is required. You can use the SKU property to specify that Standard IP configurations are required for each VMSS instance as shown [here](../../virtual-machine-scale-sets/virtual-machine-scale-sets-networking.md#public-ipv4-per-virtual-machine).
3539
3640
## Basic SKU vs. Standard SKU
3741

0 commit comments

Comments
 (0)