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/custom-ip-address-prefix.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,18 +48,21 @@ When ready, you can issue the command to have your range advertised from Azure a
48
48
49
49
* A custom IP prefix must be associated with a single Azure region.
50
50
51
-
* An IPv4 range can be equal or between /21 to /24. An IPv6 range can be equal or between /46 to /48.
51
+
* An IPv4 range can be equal or between /21 to /24. An IPv6 range must be /48.
52
52
53
53
* Custom IP prefixes do not currently support derivation of IPs with Internet Routing Preference or that use Global Tier (for cross-region load-balancing).
54
54
55
-
* In regions with [availability zones](../../availability-zones/az-overview.md), a custom IPv4 prefix (or a regional custom IPv6 prefix) must be specified as either zone-redundant or assigned to a specific zone. It can't be created with no zone specified in these regions. All IPs from the prefix must have the same zonal properties.
55
+
* In regions with [availability zones](../../availability-zones/az-overview.md), a custom IPv4 prefix (or a regional custom prefix) must be specified as either zone-redundant or assigned to a specific zone. It can't be created with no zone specified in these regions. All IPs from the prefix must have the same zonal properties.
56
56
57
57
* The advertisements of IPs from a custom IP prefix over Azure ExpressRoute aren't currently supported.
58
58
59
59
* Once provisioned, custom IP prefix ranges can't be moved to another subscription. Custom IP address prefix ranges can't be moved within resource groups in a single subscription. It is possible to derive a public IP prefix from a custom IP prefix in another subscription with the proper permissions as described [here](create-custom-ip-address-prefix-powershell.md).
60
60
61
61
* IPs brought to Azure may have a delay up to 2 weeks before they can be used for Windows Server Activation.
62
62
63
+
> [!IMPORTANT]
64
+
> There are several differences between how custom IPv4 and IPv6 prefixes are onboarded and utilized. Please see [Differences between using BYOIPv4 and BYOIPv6](create-custom-ip-address-prefix-ipv6-powershell.md#differences-between-using-byoipv4-and-byoipv6) for more details.
65
+
63
66
## Pricing
64
67
65
68
* There is no charge to provision or use custom IP prefixes. There is no charge for any public IP prefixes and public IP addresses that are derived from custom IP prefixes.
@@ -68,8 +71,8 @@ When ready, you can issue the command to have your range advertised from Azure a
68
71
69
72
## Next steps
70
73
71
-
- To create a custom IP address prefix using the Azure portal, see [Create custom IPv4 address prefix using the Azure portal](create-custom-ip-address-prefix-portal.md).
74
+
- To create a custom IPv4 address prefix using the Azure portal, see [Create custom IPv4 address prefix using the Azure portal](create-custom-ip-address-prefix-portal.md).
72
75
73
-
- To create a custom IP address prefix using PowerShell, see [Create a custom IPv4 address prefix using Azure PowerShell](create-custom-ip-address-prefix-powershell.md).
76
+
- To create a custom IPv4 address prefix using PowerShell, see [Create a custom IPv4 address prefix using Azure PowerShell](create-custom-ip-address-prefix-powershell.md).
74
77
75
78
- For more information about the management of a custom IP address prefix, see [Manage a custom IP address prefix](create-custom-ip-address-prefix-powershell.md).
0 commit comments