Skip to content

Commit 77d04a5

Browse files
Update private-link-service-overview.md
Updating to document a limitation. Details in IcM: 542495879
1 parent dad02a0 commit 77d04a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ Visibility controls the exposure settings whereas auto-approval controls the app
108108

109109
## Getting connection Information using TCP Proxy v2
110110

111+
> [!NOTE]
112+
> Only one connection between a PLS and Internal Load Balancer is supported when using TCP Proxy v2
113+
111114
In the private link service, the source IP address of the packets coming from private endpoint is network address translated (NAT) on the service provider side using the NAT IP allocated from the provider's virtual network. The applications receive the allocated NAT IP address instead of actual source IP address of the service consumers. If your application needs an actual source IP address from the consumer side, you can enable proxy protocol on your service and retrieve the information from the proxy protocol header. In addition to source IP address, proxy protocol header also carries the LinkID of the private endpoint. Combination of source IP address and LinkID can help service providers uniquely identify their consumers.
112115

113116
For more information on Proxy Protocol, visit [here](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt).
@@ -146,6 +149,8 @@ The following are the known limitations when using the Private Link service:
146149

147150
- For an Inbound NAT rule with type set to *backend pool* to operate with Azure Private Link Service, a load balancing rule must be configured.
148151

152+
- TCP Proxy v2 only supports one connection between a PLS and Internal Load Balancer
153+
149154
## Next steps
150155

151156
- [Create a private link service using Azure PowerShell](create-private-link-service-powershell.md)

0 commit comments

Comments
 (0)