Skip to content

Commit 4d2f64e

Browse files
Merge pull request #43972 from BBergquist/patch-1
Private Link Service Small Fixes
2 parents 2179823 + 4054f27 commit 4d2f64e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $privateLinkService = New-AzPrivateLinkService `
9999
```
100100

101101
### Get private link service
102-
Get details about your private link service with [New-AzPrivateLinkService](/powershell/module/az.network/get-azprivatelinkservice) as follows:
102+
Get details about your private link service with [Get-AzPrivateLinkService](/powershell/module/az.network/get-azprivatelinkservice) as follows:
103103

104104
```azurepowershell
105105
$pls = Get-AzPrivateLinkService -Name $plsName -ResourceGroupName $rgName

articles/private-link/private-link-service-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ The following are the known limitations when using the Private Link service:
9696
- Supported only on Standard Load Balancer
9797
- Supports IPv4 traffic only
9898
- Supports TCP traffic only
99-
- Only reachable from private endpoints in the same region
10099
- Create and Manage experience from Azure portal is not supported
101100
- Clients connection information using proxy protocol is not available to service provider
102101

0 commit comments

Comments
 (0)