Skip to content

Commit 66d43fb

Browse files
Merge pull request #218602 from brianlehr/patch-34
Update create-custom-ip-address-prefix-powershell.md
2 parents 9d72b49 + 70929f6 commit 66d43fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/ip-services/create-custom-ip-address-prefix-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The steps in this article detail the process to:
2626
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2727
- Azure PowerShell installed locally or Azure Cloud Shell.
2828
- Sign in to Azure PowerShell and ensure you've selected the subscription with which you want to use this feature. For more information, see [Sign in with Azure PowerShell](/powershell/azure/authenticate-azureps).
29-
- Ensure your Az.Network module is 4.3.0 or later. To verify the installed module, use the command Get-InstalledModule -Name "Az.Network". If the module requires an update, use the command Update-Module -Name "Az.Network" if necessary.
29+
- Ensure your Az.Network module is 5.1.1 or later. To verify the installed module, use the command Get-InstalledModule -Name "Az.Network". If the module requires an update, use the command Update-Module -Name "Az.Network" if necessary.
3030
- A customer owned IPv4 range to provision in Azure.
3131
- A sample customer range (1.2.3.0/24) is used for this example. This range won't be validated by Azure. Replace the example range with yours.
3232

@@ -200,4 +200,4 @@ As before, the operation is asynchronous. Use [Get-AzCustomIpPrefix](/powershell
200200

201201
- To create a custom IP address prefix using the Azure CLI, see [Create custom IP address prefix using the Azure CLI](create-custom-ip-address-prefix-cli.md).
202202

203-
- To create a custom IP address prefix using the Azure portal, see [Create a custom IP address prefix using the Azure portal](create-custom-ip-address-prefix-portal.md).
203+
- To create a custom IP address prefix using the Azure portal, see [Create a custom IP address prefix using the Azure portal](create-custom-ip-address-prefix-portal.md).

0 commit comments

Comments
 (0)