You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/tcp-tls-proxy-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ Process flow:
29
29
### Comparing Azure Load Balancer with Azure Application Gateway:
30
30
| Product | Type |
31
31
| ---------- | ---------- |
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. |
0 commit comments