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/ipv6-public-ip-address-prefix.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,23 +10,22 @@ ms.devlang: na
10
10
ms.topic: article
11
11
ms.tgt_pltfrm: na
12
12
ms.workload: infrastructure-services
13
-
ms.date: 10/15/2019
13
+
ms.date: 03/31/2020
14
14
ms.author: kumud
15
15
---
16
16
17
-
# Reserved public IPv6 address prefix (Preview)
17
+
# Reserved public IPv6 address prefix
18
18
19
19
In Azure, dual stack (IPv4+IPv6) virtual networks (VNet) and virtual machines (VMs) are secure by default since they have no Internet connectivity. You can easily add an IPv6 Internet connectivity to your Azure Load Balancers and VMs with public IPv6 addresses that you obtain from Azure.
20
20
21
-
Any public IPs that you reserve are associated with an Azure region of your choice and with your Azure subscription. You may move a reserved (static) IPv6 public IP between any of the Azure Load Balancers or VMs in your subscription. You may dissociate the IPv6 public IP entirely and it will be held for your use when you’re ready.
21
+
Any public IPs that you reserve are associated with an Azure region of your choice and with your Azure subscription. You may move a reserved (static) IPv6 public IP between any of the Azure Load Balancers or VMs in your subscription. You may dissociate the IPv6 public IP entirely and it will be held for your use when you're ready.
22
22
23
23
> [!WARNING]
24
24
> Use caution to not delete your public IP addresses accidentally. Deleting a public IP removes it from your subscription and you will not be able to recover it (not even with the help of Azure support).
25
25
26
26
In addition to reserving individual IPv6 addresses, you can reserve contiguous ranges of Azure IPv6 addresses (known as IP prefix) for your use. Similar to individual IP addresses, reserved prefixes are associated with an Azure region of your choice and with your Azure subscription. Reserving a predictable, contiguous range of addresses has many uses. For example, you can greatly simplify IP *whitelisting* of your Azure-hosted applications by your company and your customers as your static IP ranges can be readily programmed into on-premises firewalls. You can create individual public IPs from your IP prefix as needed and when you delete those individual Public IPs they are *returned* to your reserved range so that you can reuse them later. All the IP addresses in your IP Prefix are reserved for your exclusive use until such time as you delete your Prefix.
27
27
28
-
> [!Important]
29
-
> IPv6 for Azure Virtual Network is currently in public preview. This preview is provided without a service level agreement and is not recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for details.
28
+
30
29
31
30
## IPv6 prefix sizes
32
31
The following public IP prefix sizes are available:
@@ -41,7 +40,7 @@ Prefix size is specified as a Classless Inter-Domain Routing (CIDR) mask size. F
41
40
For costs associated with using Azure Public IPs, both individual IP addresses and IP ranges, see [Public IP Address pricing](https://azure.microsoft.com/pricing/details/ip-addresses/).
42
41
43
42
## Limitations
44
-
IPv6 is supported on Basic Public IPs only with “dynamic” allocation that means that the IPv6 address will change if you delete and redeploy your application (VM’s or load balancers) in Azure. Standard IPv6 Public IP’s support solely static (reserved) allocation though Standard INTERNAL load balancers can also support dynamic allocation from within the subnet to which they are assigned.
43
+
IPv6 is supported on Basic Public IPs only with "dynamic" allocation that means that the IPv6 address will change if you delete and redeploy your application (VM's or load balancers) in Azure. Standard IPv6 Public IP's support solely static (reserved) allocation though Standard INTERNAL load balancers can also support dynamic allocation from within the subnet to which they are assigned.
45
44
46
45
As a best practice, we recommend that you use Standard Public IPs and Standard Load Balancers for your IPv6 applications.
Copy file name to clipboardExpand all lines: articles/virtual-network/ipv6-reserve-public-ip-address-prefix.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,13 @@ ms.devlang: na
10
10
ms.topic: article
11
11
ms.tgt_pltfrm: na
12
12
ms.workload: infrastructure-services
13
-
ms.date: 10/15/2019
13
+
ms.date: 03/31/2020
14
14
ms.author: kumud
15
15
---
16
16
17
17
# Reserve public IPv6 address prefix
18
18
IPv6 for Azure Virtual Network (VNet) enables you to host applications in Azure with IPv6 and IPv4 connectivity both within a virtual network and to and from the Internet. In addition to reserving individual IPv6 addresses, you can reserve contiguous ranges of Azure IPv6 addresses (known as IP Prefix) for your use. This articles describes how to create IPv6 public IP addresses and address ranges using Azure PowerShell and CLI.
19
19
20
-
> [!Important]
21
-
> IPv6 for Azure Virtual Network is currently in public preview. This preview is provided without a service level agreement and is not recommended for production workloads. Certain features may not be supported or may have constrained capabilities. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for details.
0 commit comments