Skip to content

Commit

Permalink
Update private-link-resource-example.md (Azure#26972)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryEarly authored Jan 7, 2025
1 parent cc782d7 commit f0b0131
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $VNet=Get-AzVirtualNetwork -ResourceGroupName {rgName} -Name {vnetName}

+ private link service connection (object in memory)
```
$PLSConnection = New-AzPrivateLinkServiceConnection -Name {plsConnectionName} -PrivateLinkServiceId $TopLevelResource.Id -GroupId $TopLevelResource.GroupId
$PLSConnection = New-AzPrivateLinkServiceConnection -Name {plsConnectionName} -PrivateLinkServiceId $TopLevelResource.Id -GroupId $PrivateLinkResource.GroupId
```

+ endpoint
Expand Down

0 comments on commit f0b0131

Please sign in to comment.