From b62e32d5a298e67fc7ba8104a8b9a85064680946 Mon Sep 17 00:00:00 2001 From: yamapan <71251920+aktsmm@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:22:58 +0900 Subject: [PATCH 1/4] Update public-ip-basic-upgrade-guidance.md: Add retirement guidance for VPN GW and App GW V1 (customer-friendly) For more Customer friendly add sentences following : "For the latest migration timeline, please see [this page](https://learn.microsoft.com/en-us/azure/vpn-gateway/whats-new#upcoming-projected-changes). " "The Basic SKU public IP is scheduled to be retired by September 2025; however, Basic IP resources linked to Application Gateway V1 deployments will not be affected until V1 Application Gateway itself is retired. For more details, please see [here](https://learn.microsoft.com/en-us/azure/application-gateway/retirement-faq#does-the-retirement-of-basic-sku-public-ips-in-september-2025-affect-my-existing-v1-application-gateways)." --- .../ip-services/public-ip-basic-upgrade-guidance.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md b/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md index 0d30f8400fcf0..54188cd2916ad 100644 --- a/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md +++ b/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md @@ -16,7 +16,10 @@ ms.date: 06/11/2025 # Upgrade Basic Public IP Address to Standard SKU in Azure >[!Important] ->On September 30, 2025, Basic SKU public IPs will be retired. For more information, see the [official announcement](https://azure.microsoft.com/updates/upgrade-to-standard-sku-public-ip-addresses-in-azure-by-30-september-2025-basic-sku-will-be-retired/). If you are currently using Basic SKU public IPs, make sure to upgrade to Standard SKU public IPs prior to the retirement date. This article will help guide you through the upgrade process. +>On September 30, 2025, Basic SKU public IPs will be retired. For more information, see the [official announcement](https://azure.microsoft.com/updates/upgrade-to-standard-sku-public-ip-addresses-in-azure-by-30-september-2025-basic-sku-will-be-retired/). If you are currently using Basic SKU public IPs, make sure to upgrade to Standard SKU public IPs prior to the retirement date. This article will help guide you through the upgrade process. +>However, for some products (such as VNET Gateway and Application Gateway), retirement has been postponed. +For more details, please refer to each product’s page. + This article explains how to upgrade your Basic SKU public IPs to Standard SKU. Upgrading to Standard public IPs ensures continued support after retirement and [provides enhanced security and availability](#basic-sku-vs-standard-sku) for your workloads. ## Steps to complete the upgrade @@ -45,9 +48,9 @@ We recommend the following approach to upgrade to Standard SKU public IP address | Virtual Machine | Use scripts or manually detach and upgrade public IPs. For standalone virtual machines, you can use the [upgrade script](public-ip-upgrade-vm.md) or for virtual machines in an availability set use [this script](public-ip-upgrade-availability-set.md). | | Virtual Machine Scale Sets | [Replace basic SKU instance public IP addresses](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-networking#public-ipv4-per-virtual-machine) with new standard SKU. | | Load Balancer (Basic SKU) | New Load Balancer SKU required. Use the upgrade script [Upgrade Basic Load Balancer to Standard SKU](../../load-balancer/upgrade-basic-standard-with-powershell.md) to upgrade to Standard Load Balancer. | - | VPN Gateway (using Basic IPs) | VPN Gateway migration is required. All non-AZ SKUs become AZ SKUs. Follow the [VPN Gateway migration guidance](../../vpn-gateway/basic-public-ip-migrate-howto.md) to upgrade to Standard SKU public IPs. | + | VPN Gateway (using Basic IPs) | VPN Gateway migration is required. All non-AZ SKUs become AZ SKUs. Follow the [VPN Gateway migration guidance](../../vpn-gateway/basic-public-ip-migrate-howto.md) to upgrade to Standard SKU public IPs. For the latest migration timeline, please see [this page](https://learn.microsoft.com/en-us/azure/vpn-gateway/whats-new#upcoming-projected-changes). | | ExpressRoute Gateway (using Basic IPs) | ExpressRoute Gateway migration is required. Follow the [ExpressRoute Gateway migration guidance](../../expressroute/gateway-migration.md) | - | Application Gateway (v1 SKU) | New AppGW SKU required. Use this [migration script to migrate from v1 to v2](../../application-gateway/migrate-v1-v2.md). | + | Application Gateway (v1 SKU) | New AppGW SKU required. Use this [migration script to migrate from v1 to v2](../../application-gateway/migrate-v1-v2.md). The Basic SKU public IP is scheduled to be retired by September 2025; however, Basic IP resources linked to Application Gateway V1 deployments will not be affected until V1 Application Gateway itself is retired. For more details, please see [here](https://learn.microsoft.com/en-us/azure/application-gateway/retirement-faq#does-the-retirement-of-basic-sku-public-ips-in-september-2025-affect-my-existing-v1-application-gateways). | | Azure Databricks (using Basic IPs) | For ephemeral workloads, Standard SKU public IP addresses are automatically deployed as virtual machines (VMs) cycle out through regular usage attrition with new VMs. For long running workloads, we recommended manually [restarting the compute resources](/azure/databricks/compute/clusters-manage#restart) which replaces existing Basic IPs with Standard IPs. | > [!NOTE] From e17b256538c446440746730723b9d035cd686e2e Mon Sep 17 00:00:00 2001 From: yamapan <71251920+aktsmm@users.noreply.github.com> Date: Wed, 20 Aug 2025 23:00:17 +0900 Subject: [PATCH 2/4] Update articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md Co-authored-by: Regan Downer --- .../ip-services/public-ip-basic-upgrade-guidance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md b/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md index 54188cd2916ad..7b4c1a2fd0791 100644 --- a/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md +++ b/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md @@ -48,7 +48,7 @@ We recommend the following approach to upgrade to Standard SKU public IP address | Virtual Machine | Use scripts or manually detach and upgrade public IPs. For standalone virtual machines, you can use the [upgrade script](public-ip-upgrade-vm.md) or for virtual machines in an availability set use [this script](public-ip-upgrade-availability-set.md). | | Virtual Machine Scale Sets | [Replace basic SKU instance public IP addresses](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-networking#public-ipv4-per-virtual-machine) with new standard SKU. | | Load Balancer (Basic SKU) | New Load Balancer SKU required. Use the upgrade script [Upgrade Basic Load Balancer to Standard SKU](../../load-balancer/upgrade-basic-standard-with-powershell.md) to upgrade to Standard Load Balancer. | - | VPN Gateway (using Basic IPs) | VPN Gateway migration is required. All non-AZ SKUs become AZ SKUs. Follow the [VPN Gateway migration guidance](../../vpn-gateway/basic-public-ip-migrate-howto.md) to upgrade to Standard SKU public IPs. For the latest migration timeline, please see [this page](https://learn.microsoft.com/en-us/azure/vpn-gateway/whats-new#upcoming-projected-changes). | + | VPN Gateway (using Basic IPs) | VPN Gateway migration is required. All non-AZ SKUs become AZ SKUs. Follow the [VPN Gateway migration guidance](../../vpn-gateway/basic-public-ip-migrate-howto.md) to upgrade to Standard SKU public IPs. For the latest migration timeline, please see [this page](/azure/vpn-gateway/whats-new#upcoming-projected-changes). | | ExpressRoute Gateway (using Basic IPs) | ExpressRoute Gateway migration is required. Follow the [ExpressRoute Gateway migration guidance](../../expressroute/gateway-migration.md) | | Application Gateway (v1 SKU) | New AppGW SKU required. Use this [migration script to migrate from v1 to v2](../../application-gateway/migrate-v1-v2.md). The Basic SKU public IP is scheduled to be retired by September 2025; however, Basic IP resources linked to Application Gateway V1 deployments will not be affected until V1 Application Gateway itself is retired. For more details, please see [here](https://learn.microsoft.com/en-us/azure/application-gateway/retirement-faq#does-the-retirement-of-basic-sku-public-ips-in-september-2025-affect-my-existing-v1-application-gateways). | | Azure Databricks (using Basic IPs) | For ephemeral workloads, Standard SKU public IP addresses are automatically deployed as virtual machines (VMs) cycle out through regular usage attrition with new VMs. For long running workloads, we recommended manually [restarting the compute resources](/azure/databricks/compute/clusters-manage#restart) which replaces existing Basic IPs with Standard IPs. | From 7ac4a7f8cffbb36b01a333a94b4927539582cc52 Mon Sep 17 00:00:00 2001 From: yamapan <71251920+aktsmm@users.noreply.github.com> Date: Wed, 20 Aug 2025 23:00:56 +0900 Subject: [PATCH 3/4] Update articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md Co-authored-by: Regan Downer --- .../ip-services/public-ip-basic-upgrade-guidance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md b/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md index 7b4c1a2fd0791..49d969d014be6 100644 --- a/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md +++ b/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md @@ -50,7 +50,7 @@ We recommend the following approach to upgrade to Standard SKU public IP address | Load Balancer (Basic SKU) | New Load Balancer SKU required. Use the upgrade script [Upgrade Basic Load Balancer to Standard SKU](../../load-balancer/upgrade-basic-standard-with-powershell.md) to upgrade to Standard Load Balancer. | | VPN Gateway (using Basic IPs) | VPN Gateway migration is required. All non-AZ SKUs become AZ SKUs. Follow the [VPN Gateway migration guidance](../../vpn-gateway/basic-public-ip-migrate-howto.md) to upgrade to Standard SKU public IPs. For the latest migration timeline, please see [this page](/azure/vpn-gateway/whats-new#upcoming-projected-changes). | | ExpressRoute Gateway (using Basic IPs) | ExpressRoute Gateway migration is required. Follow the [ExpressRoute Gateway migration guidance](../../expressroute/gateway-migration.md) | - | Application Gateway (v1 SKU) | New AppGW SKU required. Use this [migration script to migrate from v1 to v2](../../application-gateway/migrate-v1-v2.md). The Basic SKU public IP is scheduled to be retired by September 2025; however, Basic IP resources linked to Application Gateway V1 deployments will not be affected until V1 Application Gateway itself is retired. For more details, please see [here](https://learn.microsoft.com/en-us/azure/application-gateway/retirement-faq#does-the-retirement-of-basic-sku-public-ips-in-september-2025-affect-my-existing-v1-application-gateways). | + | Application Gateway (v1 SKU) | New AppGW SKU required. Use this [migration script to migrate from v1 to v2](../../application-gateway/migrate-v1-v2.md). The Basic SKU public IP is scheduled to be retired by September 2025; however, Basic IP resources linked to Application Gateway V1 deployments will not be affected until V1 Application Gateway itself is retired. For more details, please see [here](/azure/application-gateway/retirement-faq#does-the-retirement-of-basic-sku-public-ips-in-september-2025-affect-my-existing-v1-application-gateways). | | Azure Databricks (using Basic IPs) | For ephemeral workloads, Standard SKU public IP addresses are automatically deployed as virtual machines (VMs) cycle out through regular usage attrition with new VMs. For long running workloads, we recommended manually [restarting the compute resources](/azure/databricks/compute/clusters-manage#restart) which replaces existing Basic IPs with Standard IPs. | > [!NOTE] From 015c942b4db7f11d0fcdd2927717ad7d3e0990f4 Mon Sep 17 00:00:00 2001 From: yamapan <71251920+aktsmm@users.noreply.github.com> Date: Wed, 20 Aug 2025 23:01:08 +0900 Subject: [PATCH 4/4] Update articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md Co-authored-by: Regan Downer --- .../ip-services/public-ip-basic-upgrade-guidance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md b/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md index 49d969d014be6..88c986d8eed39 100644 --- a/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md +++ b/articles/virtual-network/ip-services/public-ip-basic-upgrade-guidance.md @@ -18,7 +18,7 @@ ms.date: 06/11/2025 >[!Important] >On September 30, 2025, Basic SKU public IPs will be retired. For more information, see the [official announcement](https://azure.microsoft.com/updates/upgrade-to-standard-sku-public-ip-addresses-in-azure-by-30-september-2025-basic-sku-will-be-retired/). If you are currently using Basic SKU public IPs, make sure to upgrade to Standard SKU public IPs prior to the retirement date. This article will help guide you through the upgrade process. >However, for some products (such as VNET Gateway and Application Gateway), retirement has been postponed. -For more details, please refer to each product’s page. +> For more details, please refer to each product’s page. This article explains how to upgrade your Basic SKU public IPs to Standard SKU. Upgrading to Standard public IPs ensures continued support after retirement and [provides enhanced security and availability](#basic-sku-vs-standard-sku) for your workloads.