Skip to content

Commit 55d42cd

Browse files
committed
fixes
1 parent 0b79186 commit 55d42cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/tutorial-restrict-network-access-to-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Service endpoints are enabled per service, per subnet.
135135
```azurepowershell-interactive
136136
$subpriv = @{
137137
Name = "subnet-private"
138-
AddressPrefix = "10.0.1.0/24"
138+
AddressPrefix = "10.0.2.0/24"
139139
VirtualNetwork = $virtualNetwork
140140
ServiceEndpoint = "Microsoft.Storage"
141141
}
@@ -675,7 +675,7 @@ To restrict network access to a subnet:
675675
Name = "subnet-private"
676676
}
677677
$privateSubnet = Get-AzVirtualNetwork @subnetpriv | Get-AzVirtualNetworkSubnetConfig -Name "subnet-private"
678-
```
678+
```
679679
680680
1. Allow network access to the storage account from the *subnet-private* subnet with [Add-AzStorageAccountNetworkRule](/powershell/module/az.network/add-aznetworksecurityruleconfig).
681681

0 commit comments

Comments
 (0)