Skip to content

Commit 2f00aff

Browse files
authored
Merge pull request #245698 from brianlehr/patch-58
Update ipv6-dual-stack-standard-internal-load-balancer-powershell.md
2 parents 74fa49a + 9786278 commit 2f00aff

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)