Skip to content

Commit 93ac624

Browse files
Merge pull request #271798 from brianlehr/localbranch
clarified that upgrading public ip retains the address
2 parents b220409 + 3047ad2 commit 93ac624

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

articles/virtual-network/ip-services/public-ip-upgrade-cli.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.devlang: azurecli
1616
>[!Important]
1717
>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.
1818
19-
Azure public IP addresses are created with a SKU, either Basic or Standard. The SKU determines their functionality including allocation method, feature support, and resources they can be associated with.
19+
Azure public IP addresses are created with a SKU, either Basic or Standard. The SKU determines their functionality including allocation method, feature support, and resources they can be associated with.
2020

2121
In this article, you'll learn how to upgrade a static Basic SKU public IP address to Standard SKU using the Azure CLI.
2222

@@ -35,6 +35,8 @@ In this section, you'll use the Azure CLI and upgrade your static Basic SKU publ
3535

3636
In order to upgrade a public IP, it must not be associated with any resource. For more information, see [View, modify settings for, or delete a public IP address](./virtual-network-public-ip-address.md#view-modify-settings-for-or-delete-a-public-ip-address) to learn how to disassociate a public IP.
3737

38+
Upgrading a public IP resource retains the IP address.
39+
3840
>[!IMPORTANT]
3941
>In the majority of cases, Public IPs upgraded from Basic to Standard SKU continue to have no [availability zones](../../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones). This means they cannot be associated with an Azure resource that is either zone-redundant or tied to a pre-specified zone in regions where this is offered. (In rare cases where the Basic Public IP has a specific zone assigned, it will retain this zone when upgraded to Standard.)
4042

articles/virtual-network/ip-services/public-ip-upgrade-portal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ In this section, you'll sign in to the Azure portal and upgrade your static Basi
3030

3131
In order to upgrade a public IP, it must not be associated with any resource. For more information, see [View, modify settings for, or delete a public IP address](./virtual-network-public-ip-address.md#view-modify-settings-for-or-delete-a-public-ip-address) to learn how to disassociate a public IP.
3232

33+
Upgrading a public IP resource retains the IP address.
34+
3335
>[!IMPORTANT]
3436
>In the majority of cases, Public IPs upgraded from Basic to Standard SKU continue to have no [availability zones](../../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones). This means they cannot be associated with an Azure resource that is either zone-redundant or tied to a pre-specified zone in regions where this is offered. (In rare cases where the Basic Public IP has a specific zone assigned, it will retain this zone when upgraded to Standard.)
3537

articles/virtual-network/ip-services/public-ip-upgrade-powershell.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ If you choose to install and use PowerShell locally, this article requires the A
2929

3030
## Upgrade public IP address
3131

32-
In this section, you'll use the Azure CLI to upgrade your static Basic SKU public IP to the Standard SKU.
32+
In this section, you'll use the Azure CLI to upgrade your static Basic SKU public IP to the Standard SKU. Upgrading a public IP resource retains the IP address.
3333

3434
In order to upgrade a public IP, it must not be associated with any resource. For more information, see [View, modify settings for, or delete a public IP address](./virtual-network-public-ip-address.md#view-modify-settings-for-or-delete-a-public-ip-address) to learn how to disassociate a public IP.
3535

36+
Upgrading a public IP resource retains the IP address.
37+
3638
>[!IMPORTANT]
3739
>In the majority of cases, Public IPs upgraded from Basic to Standard SKU continue to have no [availability zones](../../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones). This means they cannot be associated with an Azure resource that is either zone-redundant or tied to a pre-specified zone in regions where this is offered. (In rare cases where the Basic Public IP has a specific zone assigned, it will retain this zone when upgraded to Standard.)
3840

0 commit comments

Comments
 (0)