Skip to content

Commit de0c1d2

Browse files
authored
Merge pull request #178650 from brianlehr/newbranch
added info about specific ip from prefix
2 parents c9cc066 + 38ec578 commit de0c1d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ Alternatively, you may use the CLI and PowerShell commands below with the **--pu
5757
|CLI|[az network public-ip create](/cli/azure/network/public-ip#az_network_public_ip_create)|
5858
|PowerShell|[New-AzPublicIpAddress](/powershell/module/az.network/new-azpublicipaddress)|
5959

60+
>[!NOTE]
61+
>When requesting a Public IP address from a Public IP Prefix, the allocation is not deterministic or sequential. If a specific Public IP address from a Public IP Prefix is required, the PowerShell or CLI commands allow for this. For PowerShell, the `IpAddress` parameter (followed by the desired IP) should be used; for CLI, the `ip-address` parameter (followed by the desired IP) should be used.
62+
6063
>[!NOTE]
6164
>Only static public IP addresses created with the Standard SKU can be assigned from the prefix's range. To learn more about public IP address SKUs, see [public IP address](public-ip-addresses.md#public-ip-addresses).
6265

0 commit comments

Comments
 (0)