You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/public-ip-upgrade-portal.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
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.
4
4
author: asudbring
5
5
ms.author: allensu
6
6
ms.service: virtual-network
7
7
ms.subservice: ip-services
8
8
ms.topic: how-to
9
-
ms.date: 05/20/2021
9
+
ms.date: 10/21/2022
10
10
ms.custom: template-how-to
11
11
---
12
12
@@ -18,14 +18,14 @@ In this article, you'll learn how to upgrade a static Basic SKU public IP addres
18
18
19
19
## Prerequisites
20
20
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).
23
23
24
24
## Upgrade public IP address
25
25
26
26
In this section, you'll sign in to the Azure portal and upgrade your static Basic SKU public IP to the Standard sku.
27
27
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).
29
29
30
30
>[!IMPORTANT]
31
31
>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
40
40
41
41
5. Select the upgrade banner at the top of the overview section in **myBasicPublicIP**.
42
42
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":::
44
44
45
45
> [!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.
47
47
48
-
6. Select the **I acknowledge** check box. Select**Upgrade**.
48
+
6. Select the **I acknowledge** check box, and then select**Upgrade**.
49
49
50
50
> [!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).
52
52
53
53
## Verify upgrade
54
54
@@ -64,11 +64,11 @@ In this section, you'll verify the public IP address is now the standard sku.
64
64
65
65
5. Verify that the SKU is listed as **Standard** in the **Overview** section.
66
66
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":::
68
68
69
69
## Next steps
70
70
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.
72
72
73
73
For more information on public IP addresses in Azure, see:
0 commit comments