Skip to content

Commit 4615879

Browse files
authored
Merge pull request #215519 from halkazwini/ip-upgrade
Virtual Networks: Freshness: How-to: Upgrade a public IP address using the Azure portal
2 parents 979ad8b + 208ae8d commit 4615879

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed
-275 KB
Loading
-138 KB
Loading

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Upgrade a public IP address - Azure portal
3-
description: In this article, learn how to upgrade a basic SKU public IP address using the Azure portal.
2+
title: 'Upgrade a public IP address - Azure portal'
3+
description: In this article, you learn how to upgrade a basic SKU public IP address using the Azure portal.
44
author: asudbring
55
ms.author: allensu
66
ms.service: virtual-network
77
ms.subservice: ip-services
88
ms.topic: how-to
9-
ms.date: 05/20/2021
9+
ms.date: 10/21/2022
1010
ms.custom: template-how-to
1111
---
1212

@@ -18,14 +18,14 @@ In this article, you'll learn how to upgrade a static Basic SKU public IP addres
1818

1919
## Prerequisites
2020

21-
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio).
22-
* A static basic SKU public IP address in your subscription. For more information, see [Create public IP address - Azure portal](./create-public-ip-portal.md#create-a-basic-sku-public-ip-address).
21+
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
22+
* A static basic SKU public IP address in your subscription. For more information, see [Create a basic SKU public IP address using the Azure portal](./create-public-ip-portal.md?tabs=option-1-create-public-ip-basic#create-a-basic-sku-public-ip-address).
2323

2424
## Upgrade public IP address
2525

2626
In this section, you'll sign in to the Azure portal and upgrade your static Basic SKU public IP to the Standard sku.
2727

28-
In order to upgrade a public IP, it must not be associated with any resource (see [this page](/azure/virtual-network/virtual-network-public-ip-address#view-modify-settings-for-or-delete-a-public-ip-address) for more information about how to disassociate public IPs).
28+
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).
2929

3030
>[!IMPORTANT]
3131
>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.
@@ -40,15 +40,15 @@ In order to upgrade a public IP, it must not be associated with any resource (se
4040

4141
5. Select the upgrade banner at the top of the overview section in **myBasicPublicIP**.
4242

43-
:::image type="content" source="./media/public-ip-upgrade-portal/upgrade-ip-portal.png" alt-text="Upgrade basic IP address in Azure portal" border="true":::
43+
:::image type="content" source="./media/public-ip-upgrade-portal/upgrade-ip-portal.png" alt-text="Screenshot showing the upgrade banner in Azure portal used to upgrade basic IP address." border="true":::
4444

4545
> [!NOTE]
46-
> The basic public IP you are upgrading must have the static allocation type. You'll receive a warning that the IP can't be upgraded if you try to upgrade a dynamically allocated IP address.
46+
> The basic public IP you are upgrading must have static assignment. You'll receive a warning that the IP can't be upgraded if you try to upgrade a dynamically allocated IP address. Change the IP address assignment to static before upgrading.
4747
48-
6. Select the **I acknowledge** check box. Select **Upgrade**.
48+
6. Select the **I acknowledge** check box, and then select **Upgrade**.
4949

5050
> [!WARNING]
51-
> Upgrading a basic public IP to standard sku can't be reversed. Public IPs upgraded from basic to standard SKU continue to have no guaranteed [availability zones](../../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones).
51+
> Upgrading a basic public IP to standard SKU can't be reversed. Public IPs upgraded from basic to standard SKU continue to have no guaranteed [availability zones](../../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json#availability-zones).
5252
5353
## Verify upgrade
5454

@@ -64,11 +64,11 @@ In this section, you'll verify the public IP address is now the standard sku.
6464

6565
5. Verify that the SKU is listed as **Standard** in the **Overview** section.
6666

67-
:::image type="content" source="./media/public-ip-upgrade-portal/verify-upgrade-ip.png" alt-text="Verify public IP address is standard SKU." border="true":::
67+
:::image type="content" source="./media/public-ip-upgrade-portal/verify-upgrade-ip.png" alt-text="Screenshot showing public IP address is standard SKU." border="true":::
6868

6969
## Next steps
7070

71-
In this article, you upgrade a basic SKU public IP address to standard SKU.
71+
In this article, you upgraded a basic SKU public IP address to standard SKU.
7272

7373
For more information on public IP addresses in Azure, see:
7474

0 commit comments

Comments
 (0)