Skip to content

Commit dfe7661

Browse files
authored
Merge pull request #195127 from anthonychu/patch-7
[Container Apps] Add request timeout
2 parents 495a54c + e1d9a5e commit dfe7661

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/container-apps/ingress.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ With ingress enabled, your container app features the following characteristics:
1919
- Supports TLS termination
2020
- Supports HTTP/1.1 and HTTP/2
2121
- Supports WebSocket and gRPC
22-
- Endpoints always use TLS 1.2, terminated at the ingress point
22+
- HTTPS endpoints always use TLS 1.2, terminated at the ingress point
2323
- Endpoints always expose ports 80 (for HTTP) and 443 (for HTTPS).
2424
- By default, HTTP requests to port 80 are automatically redirected to HTTPS on 443.
25+
- Request timeout is 240 seconds.
2526

2627
## Configuration
2728

0 commit comments

Comments
 (0)