Skip to content

Commit b004bd5

Browse files
Update public-ip-addresses.md Update public-ip-addresses.md to mention public IP can't be recovered
Update public-ip-addresses.md Update public-ip-addresses.md to mention public IP can't be recovered after deletion
1 parent ea38617 commit b004bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Public IPs have two types of assignments:
7979

8080
- **Dynamic** - The IP address **isn't** given to the resource at the time of creation when selecting dynamic. The IP is assigned when you associate the public IP address with a resource. The IP address is released when you stop, or delete the resource. Dynamic public IP addresses are commonly used for when there's no dependency on the IP address. For example, a public IP resource is released from a VM upon stop and then start. Any associated IP address is released if the allocation method is **dynamic**. If you don't want the IP address to change, set the allocation method to **static** to ensure the IP address remains the same.
8181

82-
- **Static** - The resource is assigned an IP address at the time it's created. The IP address is released when the resource is deleted. When you set the allocation method to **static**, you can't specify the actual IP address assigned to the public IP address resource. Azure assigns the IP address from a pool of available IP addresses in the Azure location the resource is created in.
82+
- **Static** - The resource is assigned an IP address at the time it's created. The IP address is released when the resource is deleted and can't be recovered. When you set the allocation method to **static**, you can't specify the actual IP address assigned to the public IP address resource. Azure assigns the IP address from a pool of available IP addresses in the Azure location the resource is created in.
8383

8484
Static public IP addresses are commonly used in the following scenarios:
8585
* When you must update firewall rules to communicate with your Azure resources.

0 commit comments

Comments
 (0)