Skip to content

Commit 84c6d60

Browse files
authored
Merge pull request #90873 from KumudD/ipv6updatesOct2019
IPv6 dual stack - update variable name
2 parents 8d0122c + 689af32 commit 84c6d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ $nsg = New-AzNetworkSecurityGroup `
235235
```
236236
### Create a virtual network
237237

238-
Create a virtual network with [New-AzVirtualNetwork](/powershell/module/az.network/new-azvirtualnetwork). The following example creates a virtual network named *myVnet* with *mySubnet*:
238+
Create a virtual network with [New-AzVirtualNetwork](/powershell/module/az.network/new-azvirtualnetwork). The following example creates a virtual network named *dsVnet* with *mySubnet*:
239239

240240
```azurepowershell-interactive
241241
# Create dual stack subnet
@@ -360,7 +360,7 @@ The following figure shows a sample output that lists the private IPv4 and IPv6
360360
## View IPv6 dual stack virtual network in Azure portal
361361
You can view the IPv6 dual stack virtual network in Azure portal as follows:
362362
1. In the portal's search bar, enter *dsVnet*.
363-
2. When **myVirtualNetwork** appears in the search results, select it. This launches the **Overview** page of the dual stack virtual network named *dsVnet*. The dual stack virtual network shows the two NICs with both IPv4 and IPv6 configurations located in the dual stack subnet named *dsSubnet*.
363+
2. When **dsVnet** appears in the search results, select it. This launches the **Overview** page of the dual stack virtual network named *dsVnet*. The dual stack virtual network shows the two NICs with both IPv4 and IPv6 configurations located in the dual stack subnet named *dsSubnet*.
364364

365365
![IPv6 dual stack virtual network in Azure](./media/virtual-network-ipv4-ipv6-dual-stack-powershell/dual-stack-vnet.png)
366366

0 commit comments

Comments
 (0)