diff --git a/articles/container-apps/premium-ingress.md b/articles/container-apps/premium-ingress.md index a7806bbc5681d..4390081148802 100644 --- a/articles/container-apps/premium-ingress.md +++ b/articles/container-apps/premium-ingress.md @@ -93,8 +93,8 @@ The following table describes the parameters you can set when configuring premiu | Parameter | Description | Default | Minimum | Maximum | |--|--|--|--|--| -| `termination-grace-period` | The time (in seconds) to allow active connections to close before terminating the ingress. | n/a | 0 | 3600 | -| `request-idle-limit` | The time (in minutes) a request can remain idle before being disconnected. | 4 | 4 | 30 | +| `termination-grace-period` | The time (in seconds) to allow active connections to close before terminating the ingress. | 500 | 0 | 3600 | +| `request-idle-timeout` | The time (in minutes) a request can remain idle before being disconnected. | 4 | 4 | 30 | | `header-count-limit` | The maximum number of HTTP headers allowed per request. | 100 | 1 | n/a |