Skip to content

Commit 545290e

Browse files
authored
Merge pull request #274506 from jaesoni/ports-tls-proxy
Ports and Protocol update for L4 proxy
2 parents e1dc04b + dce27e8 commit 545290e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/application-gateway/application-gateway-components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ A port is where a listener listens for the client request. You can configure por
4848

4949
### Protocols
5050

51-
Application Gateway supports four protocols: HTTP, HTTPS, HTTP/2, and WebSocket:
51+
Application Gateway supports web protocols HTTP, HTTPS, HTTP/2, and WebSocket with its Layer 7 proxy. The TLS and TCP protocols are supported with its Layer 4 proxy ([Preview](tcp-tls-proxy-overview.md)) and can be configured on the same resource.
5252
>[!NOTE]
5353
>HTTP/2 protocol support is available to clients connecting to application gateway listeners only. The communication to backend server pools is always over HTTP/1.1. By default, HTTP/2 support is disabled. You can choose to enable it.
5454
55-
- Specify between the HTTP and HTTPS protocols in the listener configuration.
55+
- Choose between the HTTP, HTTPS, TLS or TCP protocols in the listener configuration.
5656
- Support for [WebSockets and HTTP/2 protocols](features.md#websocket-and-http2-traffic) is provided natively, and [WebSocket support](application-gateway-websocket.md) is enabled by default. There's no user-configurable setting to selectively enable or disable WebSocket support. Use WebSockets with both HTTP and HTTPS listeners.
5757

58-
Use an HTTPS listener for TLS termination. An HTTPS listener offloads the encryption and decryption work to your application gateway, so your web servers aren't burdened by the overhead.
58+
Use an HTTPS or TLS listener for TLS termination. An HTTPS/TLS listener offloads the encryption and decryption work to your application gateway, so your servers aren't burdened by the computation overhead.
5959

6060
### Custom error pages
6161

articles/application-gateway/application-gateway-faq.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ sections:
525525
- question: Does Application Gateway’s Layer 4 proxy support UDP protocol?
526526
answer: No. UDP support isn't available at this time.
527527

528+
- question: Which ports are supported for TLS/TCP listeners?
529+
answer: The same list of [allowed port range and exceptions](application-gateway-components.md#ports) apply for the Layer 4 proxy too.
530+
528531
- name: Configuration - ingress controller for AKS
529532
questions:
530533
- question: What is an ingress controller?

0 commit comments

Comments
 (0)