Skip to content

Commit 8f2170f

Browse files
committed
fixes
1 parent e344ddf commit 8f2170f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/private-link/create-private-link-service-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ $subnet = 'mySubnet'
143143
## Place the virtual network configuration into a variable. ##
144144
$net = @{
145145
Name = 'myVNet'
146-
ResourceGroupName = 'myResourceGroup'
146+
ResourceGroupName = 'CreatePrivLinkService-rg'
147147
}
148148
$vnet = Get-AzVirtualNetwork @net
149149
@@ -310,7 +310,7 @@ $pe.NetworkInterfaces[0].IpConfigurations[0].PrivateIpAddress
310310

311311
```powershell
312312
❯ $pe.NetworkInterfaces[0].IpConfigurations[0].PrivateIpAddress
313-
10.1.0.4
313+
11.1.0.4
314314
```
315315

316316
## Clean up resources

0 commit comments

Comments
 (0)