Skip to content

Commit 960142b

Browse files
acrolinx
1 parent 9adcf9a commit 960142b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/container-apps/ingress-overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ With HTTP ingress enabled, your container app has:
5555
- Endpoints that expose ports 80 (for HTTP) and 443 (for HTTPS)
5656
- By default, HTTP requests to port 80 are automatically redirected to HTTPS on 443
5757
- A fully qualified domain name (FQDN)
58-
- Request timeout is 240 seconds
58+
- Request time out is 240 seconds
5959

6060
#### HTTP headers
6161

@@ -64,7 +64,7 @@ HTTP ingress adds headers to pass metadata about the client request to your cont
6464
| Header | Description | Values |
6565
|---|---|---|
6666
| `X-Forwarded-Proto` | Protocol used by the client to connect with the Container Apps service. | `http` or `https` |
67-
| `X-Forwarded-For` | The IP address of the client that sent the request. | IP address of the sender. If specified in intital request, it will be overwritten. |
67+
| `X-Forwarded-For` | The IP address of the client that sent the request. | IP address of the sender. If specified in initial request, it is overwritten. |
6868
| `X-Forwarded-Host` | The host name the client used to connect with the Container Apps service. | |
6969
| `X-Forwarded-Client-Cert` | The client certificate if `clientCertificateMode` is set. | Semicolon separated list of Hash, Cert, and Chain. For example: `Hash=....;Cert="...";Chain="...";` |
7070

@@ -89,21 +89,21 @@ In addition to the main HTTP/TCP port for your container apps, you might expose
8989
9090
The following apply to additional TCP ports:
9191

92-
- Additional TCP ports can only be external if the app itself is set as external and the container app is using a custom VNet.
92+
- More TCP ports can only be external if the app itself is set as external and the container app is using a custom VNet.
9393

94-
- 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.
94+
- Any externally exposed extra TCP ports must be unique across the entire Container Apps environment. This includes all external extra TCP ports, external main TCP ports, and 80/443 ports used by built-in HTTP ingress. If the extra ports are internal, you can share the same port by multiple apps.
9595

96-
- If an exposed port isn't provided, the exposed port will default to match the target port.
96+
- If an exposed port isn't provided, the exposed port defaults to match the target port.
9797

9898
- Each target port must be unique, and the same target port can't be exposed on different exposed ports.
9999

100-
- There's a maximum of five additional ports per app. If additional ports are required, please open a support request.
100+
- There's a maximum of five additional ports per app. If additional ports are required, open a support request.
101101

102-
- 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.
102+
- Only the main ingress port supports built-in HTTP features such as CORS and session affinity. When running HTTP on top of the extra TCP ports, these built-in features aren't supported.
103103

104-
- Port number `36985` is a reserved for internal health checks and isn't available to TCP applications or additional exposed ports on HTTP applications.
104+
- Port number `36985` is a reserved for internal health checks and isn't available to TCP applications or extra exposed ports on HTTP applications.
105105

106-
For more information on how to enable additional ports, see [Configure ingress for your app](ingress-how-to.md#use-additional-tcp-ports).
106+
For more information on how to enable extra ports, see [Configure ingress for your app](ingress-how-to.md#use-additional-tcp-ports).
107107

108108
## Domain names
109109

@@ -133,7 +133,7 @@ Containers Apps allows you to split incoming traffic between active revisions. W
133133

134134
## Session affinity
135135

136-
Session affinity, also known as sticky sessions, is a feature that allows you to route all HTTP requests from a client to the same container app replica. This feature is useful for stateful applications that require a consistent connection to the same replica. For more information, see [Session affinity](sticky-sessions.md).
136+
Session affinity, also known as sticky sessions, is a feature that allows you to route all HTTP requests from a client to the same container app replica. This feature is useful for stateful applications that require a consistent connection to the same replica. For more information, see [Session affinity](sticky-sessions.md).
137137

138138
## Cross origin resource sharing (CORS)
139139

0 commit comments

Comments
 (0)