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/container-apps/ingress-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ With HTTP ingress enabled, your container app has:
48
48
49
49
- Support for TLS termination
50
50
- Support for HTTP/1.1 and HTTP/2
51
-
- Support for WebSocket and gRPC
52
-
- HTTPS endpoints that always use TLS 1.2, terminated at the ingress point
51
+
- Support for WebSocket and gRPC
52
+
- HTTPS endpoints that always use TLS 1.2 or 1.3, terminated at the ingress point
53
53
- Endpoints that expose ports 80 (for HTTP) and 443 (for HTTPS)
54
54
- By default, HTTP requests to port 80 are automatically redirected to HTTPS on 443
55
55
- A fully qualified domain name (FQDN)
@@ -88,10 +88,10 @@ In addition to the main HTTP/TCP port for your container apps, you might expose
88
88
The following apply to additional TCP ports:
89
89
- Additional TCP ports can only be external if the app itself is set as external and the container app is using a custom VNet.
90
90
- Any externally exposed additional TCP ports must be unique across the entire Container Apps environment. This includes all external additional TCP ports, external main TCP ports, and 80/443 ports used by built-in HTTP ingress. If the additional ports are internal, the same port can be shared by multiple apps.
91
-
- If an exposed port is not provided, the exposed port will default to match the target port.
92
-
- Each target port must be unique, and the same target port cannot be exposed on different exposed ports.
93
-
- There is a maximum of 5 additional ports per app. If additional ports are required, please open a support request.
94
-
- Only the main ingress port supports built-in HTTP features such as CORS and session affinity. When running HTTP on top of the additional TCP ports, these built-in features are not supported.
91
+
- If an exposed port isn't provided, the exposed port will default to match the target port.
92
+
- Each target port must be unique, and the same target port can't be exposed on different exposed ports.
93
+
- There's a maximum of 5 additional ports per app. If additional ports are required, please open a support request.
94
+
- Only the main ingress port supports built-in HTTP features such as CORS and session affinity. When running HTTP on top of the additional TCP ports, these built-in features aren't supported.
95
95
96
96
Visit the [how to article on ingress](ingress-how-to.md#use-additional-tcp-ports) for more information on how to enable additional ports for your container apps.
0 commit comments