Skip to content

Commit 9d5d64e

Browse files
committed
nits
1 parent 2e5cee2 commit 9d5d64e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/container-apps/ingress-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ With HTTP ingress enabled, your container app has:
4848

4949
- Support for TLS termination
5050
- 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
5353
- Endpoints that expose ports 80 (for HTTP) and 443 (for HTTPS)
5454
- By default, HTTP requests to port 80 are automatically redirected to HTTPS on 443
5555
- 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
8888
The following apply to additional TCP ports:
8989
- Additional TCP ports can only be external if the app itself is set as external and the container app is using a custom VNet.
9090
- 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.
9595

9696
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.
9797

0 commit comments

Comments
 (0)