Skip to content

Commit 9786278

Browse files
authored
Update ipv6-dual-stack-standard-internal-load-balancer-powershell.md
1 parent d907afe commit 9786278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ $RdpPublicIP_2 = New-AzPublicIpAddress `
6363
-ResourceGroupName $rg.ResourceGroupName `
6464
-Location $rg.Location `
6565
-AllocationMethod Static `
66-
-IpAddressVersion IPv4 `
66+
-IpAddressVersion IPv6 `
6767
-sku Standard
6868
```
6969
## Create the virtual network and the subnet

0 commit comments

Comments
 (0)