Skip to content

Commit 257b29f

Browse files
authored
Merge pull request #99175 from brianlehr/patch-4
Update ipv6-dual-stack-standard-internal-load-balancer-powershell.md
2 parents 7690e95 + db47f55 commit 257b29f

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

articles/load-balancer/ipv6-dual-stack-standard-internal-load-balancer-powershell.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -38,26 +38,6 @@ The changes that make the above an internal load balancer front-end configuratio
3838

3939
If you choose to install and use PowerShell locally, this article requires the Azure PowerShell module version 6.9.0 or later. Run `Get-Module -ListAvailable Az` to find the installed version. If you need to upgrade, see [Install Azure PowerShell module](/powershell/azure/install-Az-ps). If you are running PowerShell locally, you also need to run `Connect-AzAccount` to create a connection with Azure.
4040

41-
## Prerequisites
42-
Before you deploy a dual stack application in Azure, you must configure your subscription for this preview feature using the following Azure PowerShell:
43-
44-
Register as follows:
45-
```azurepowershell
46-
Register-AzProviderFeature -FeatureName AllowIPv6VirtualNetwork -ProviderNamespace Microsoft.Network
47-
Register-AzProviderFeature -FeatureName AllowIPv6CAOnStandardLB -ProviderNamespace Microsoft.Network
48-
```
49-
It takes up to 30 minutes for feature registration to complete. You can check your registration status by running the following Azure PowerShell command:
50-
Check on the registration as follows:
51-
```azurepowershell
52-
Get-AzProviderFeature -FeatureName AllowIPv6VirtualNetwork -ProviderNamespace Microsoft.Network
53-
Get-AzProviderFeature -FeatureName AllowIPv6CAOnStandardLB -ProviderNamespace Microsoft.Network
54-
```
55-
After the registration is complete, run the following command:
56-
57-
```azurepowershell
58-
Register-AzResourceProvider -ProviderNamespace Microsoft.Network
59-
```
60-
6141
## Create a resource group
6242

6343
Before you can create your dual-stack virtual network, you must create a resource group with [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup). The following example creates a resource group named *dsStd_ILB_RG* in the *east us* location:

0 commit comments

Comments
 (0)