Skip to content

Commit 4a4f796

Browse files
authored
Update tcp-tls-proxy-overview.md
1 parent 25075e8 commit 4a4f796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/tcp-tls-proxy-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Process flow:
2929
### Comparing Azure Load Balancer with Azure Application Gateway:
3030
| Product | Type |
3131
| ---------- | ---------- |
32-
| [**Azure Load Balancer**](load-balancer/load-balancer-overview.md) | Pass-through load balancer where the clients directly establish a TLS handshake with a backend server. |
33-
| **Azure Application Gateway** | Terminating load balancer where the clients perform TLS handshake with Application Gateway. |
32+
| [**Azure Load Balancer**](load-balancer/load-balancer-overview.md) | A pass-through load balancer where a client directly establishes a connection with a backend server selected by the Load Balancer's distribution algorithm. |
33+
| **Azure Application Gateway** | Terminating load balancer where a client directly establishes a connection with Application Gateway and a separate connection is initiated with a backend server selected by Application Gateway's distribution algorithm. |
3434

3535

3636
## Features

0 commit comments

Comments
 (0)