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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ With HTTP ingress enabled, your container app has:
55
55
- Endpoints that expose ports 80 (for HTTP) and 443 (for HTTPS)
56
56
- By default, HTTP requests to port 80 are automatically redirected to HTTPS on 443
57
57
- A fully qualified domain name (FQDN)
58
-
- Request timeout is 240 seconds
58
+
- Request time out is 240 seconds
59
59
60
60
#### HTTP headers
61
61
@@ -64,7 +64,7 @@ HTTP ingress adds headers to pass metadata about the client request to your cont
64
64
| Header | Description | Values |
65
65
|---|---|---|
66
66
|`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. |
68
68
|`X-Forwarded-Host`| The host name the client used to connect with the Container Apps service. ||
69
69
|`X-Forwarded-Client-Cert`| The client certificate if `clientCertificateMode` is set. | Semicolon separated list of Hash, Cert, and Chain. For example: `Hash=....;Cert="...";Chain="...";`|
70
70
@@ -89,21 +89,21 @@ In addition to the main HTTP/TCP port for your container apps, you might expose
89
89
90
90
The following apply to additional TCP ports:
91
91
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.
93
93
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.
95
95
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.
97
97
98
98
- Each target port must be unique, and the same target port can't be exposed on different exposed ports.
99
99
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.
101
101
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.
103
103
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.
105
105
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).
107
107
108
108
## Domain names
109
109
@@ -133,7 +133,7 @@ Containers Apps allows you to split incoming traffic between active revisions. W
133
133
134
134
## Session affinity
135
135
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).
0 commit comments