Skip to content

Commit 9355238

Browse files
Update virtual-network-public-ip-address.md to warn public ip can't be recovered
Update virtual-network-public-ip-address.md to warn public ip can't be recovered
1 parent b004bd5 commit 9355238

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/virtual-network/ip-services/virtual-network-public-ip-address.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ For more detail on the specific attributes of a public IP address during creatio
7777

7878
- **Delete**: Deletion of public IPs requires that the public IP object isn't associated to any IP configuration or virtual machine network interface. For more information, see the following table.
7979

80+
>[!WARNING]
81+
>Once a public IP address is deleted it can not be recovered.
82+
8083
|Resource|Azure portal|Azure PowerShell|Azure CLI|
8184
|---|---|---|---|
8285
|[Virtual machine](./remove-public-ip-address-vm.md)|Select **Dissociate** to dissociate the IP address from the NIC configuration, then select **Delete**.|[Set-AzNetworkInterface](/powershell/module/az.network/set-aznetworkinterface) to dissociate the IP address from the NIC configuration; [Remove-AzPublicIpAddress](/powershell/module/az.network/remove-azpublicipaddress) to delete|[az network nic ip-config update](/cli/azure/network/nic/ip-config#az-network-nic-ip-config-update) and with the parameter `--public-ip-address` to remove the IP address from the NIC configuration. Use [az network public-ip delete](/cli/azure/network/public-ip#az-network-public-ip-delete) to delete the public IP. |

0 commit comments

Comments
 (0)