Skip to content

Commit b7a989e

Browse files
Merge pull request #215913 from halkazwini/ip-upgrade-cli
Virtual Networks: Freshness: Upgrade a public IP address using the Azure CLI
2 parents 5b8524e + 718e0a4 commit b7a989e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Upgrade a public IP address - Azure CLI
2+
title: 'Upgrade a public IP address - Azure CLI'
33
description: In this article, learn how to upgrade a basic SKU public IP address using the Azure CLI.
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/25/2022
1010
ms.custom: template-how-to , devx-track-azurecli
1111
ms.devlang: azurecli
1212
---
@@ -19,8 +19,8 @@ In this article, you'll learn how to upgrade a static Basic SKU public IP addres
1919

2020
## Prerequisites
2121

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).
2424

2525
[!INCLUDE [azure-cli-prepare-your-environment.md](../../../includes/azure-cli-prepare-your-environment-no-header.md)]
2626

@@ -30,7 +30,7 @@ In this article, you'll learn how to upgrade a static Basic SKU public IP addres
3030

3131
In this section, you'll use the Azure CLI and upgrade your static Basic SKU public IP to the Standard SKU.
3232

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.
3434

3535
>[!IMPORTANT]
3636
>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 \
4343
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
4848
> [!WARNING]
4949
> 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.
6969
For more information on public IP addresses in Azure, see:
7070

7171
- [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

Comments
 (0)