Skip to content

Commit 5f70535

Browse files
committed
nits
1 parent 2bff1ec commit 5f70535

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

articles/container-apps/ingress-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Disable ingress for your container app by omitting the `ingress` configuration p
150150
You can expose additional TCP ports from your application. To learn more, see the [ingress concept article](ingress-overview.md#additional-tcp-ports).
151151

152152
> [Note]
153-
> To use this preview feature, you must have the containerapp CLI extension. Run `az extension add -n containerapp` in order to install the latest version of the containerapp CLI extension.
153+
> To use this preview feature, you must have the container apps CLI extension. Run `az extension add -n containerapp` in order to install the latest version of the container apps CLI extension.
154154
155155

156156
::: zone pivot="azure-cli"

articles/container-apps/ingress-overview.md

Lines changed: 9 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 or 1.3, terminated at the ingress point
51+
- Support for WebSocket and gRPC
52+
- HTTPS endpoints that always use TLS 1.2, 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)
@@ -82,13 +82,16 @@ With TCP ingress enabled, your container app:
8282

8383
In addition to the main HTTP/TCP port for your container apps, you might expose additional TCP ports to enable applications that accept TCP connections on multiple ports. This feature is in preview.
8484

85+
> [!NOTE]
86+
> As the feature is in preview, make sure you are using the latest preview version of the container apps CLI extension.
87+
8588
The following apply to additional TCP ports:
8689
- Additional TCP ports can only be external if the app itself is set as external and the container app is using a custom VNet.
8790
- 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.
88-
- If an exposed port isn't provided, the exposed port will default to match the target port.
89-
- Each target port must be unique, and the same target port can't be exposed on different exposed ports.
90-
- There's a maximum of 5 additional ports per app. If additional ports are required, please open a support request.
91-
- 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.
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.
9295

9396
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.
9497

0 commit comments

Comments
 (0)