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-cli.md
+7-7Lines changed: 7 additions & 7 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 CLI
2
+
title: 'Upgrade a public IP address - Azure CLI'
3
3
description: In this article, learn how to upgrade a basic SKU public IP address using the Azure CLI.
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/25/2022
10
10
ms.custom: template-how-to , devx-track-azurecli
11
11
ms.devlang: azurecli
12
12
---
@@ -19,8 +19,8 @@ In this article, you'll learn how to upgrade a static Basic SKU public IP addres
19
19
20
20
## Prerequisites
21
21
22
-
* 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).
23
-
* 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).
22
+
* An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
23
+
* A **static** basic SKU public IP address in your subscription. For more information, see [Create a basic public IP address using the Azure CLI](./create-public-ip-cli.md?tabs=create-public-ip-basic%2Ccreate-public-ip-zonal%2Crouting-preference#create-public-ip).
@@ -30,7 +30,7 @@ In this article, you'll learn how to upgrade a static Basic SKU public IP addres
30
30
31
31
In this section, you'll use the Azure CLI and upgrade your static Basic SKU public IP to the Standard SKU.
32
32
33
-
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).
33
+
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.
34
34
35
35
>[!IMPORTANT]
36
36
>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.
@@ -43,7 +43,7 @@ az network public-ip update \
43
43
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
48
> [!WARNING]
49
49
> 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).
@@ -69,4 +69,4 @@ In this article, you upgraded a basic SKU public IP address to standard SKU.
69
69
For more information on public IP addresses in Azure, see:
70
70
71
71
-[Public IP addresses in Azure](public-ip-addresses.md)
72
-
-[Create a public IP - Azure portal](./create-public-ip-portal.md)
72
+
-[Create a public IP address using the Azure CLI](./create-public-ip-cli.md)
0 commit comments