Skip to content

Commit dce3e3a

Browse files
Merge pull request #301582 from KarlErickson/karler-fix
fix link
2 parents 91ca659 + 39d000e commit dce3e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/migration/migrate-to-azure-container-apps-network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following table maps the configuration properties between the two services:
6767

6868
Azure Container Apps doesn't permit users to specify a custom timeout value. Instead, it enforces a built-in request timeout for HTTP requests, which is capped at 240 seconds. So, if a request exceeds this duration, the connection is automatically terminated to ensure efficient resource management and prevent long-running requests from monopolizing the system.
6969

70-
Azure Container Apps doesn't directly support a `session-max-age` configuration item. However, you can manage session durations and behaviors through other related settings. For instance, you can use the [cookieExpiration](/rest/api/appservice/web-apps/get-auth-settings-v2#cookieexpiration) setting in the `EasyAuth` configuration to control how long an authentication session lasts. This setting enables you to specify the duration for which the authentication cookie remains valid.
70+
Azure Container Apps doesn't directly support a `session-max-age` configuration item. However, you can manage session durations and behaviors through other related settings. For instance, you can use the [cookieExpiration](/rest/api/appservice/web-apps/get-auth-settings-v-2#cookieexpiration) setting in the `EasyAuth` configuration to control how long an authentication session lasts. This setting enables you to specify the duration for which the authentication cookie remains valid.
7171

7272
For more information about ingress settings provided by Azure Container Apps, see [Ingress in Azure Container Apps](../../container-apps/ingress-overview.md).
7373

0 commit comments

Comments
 (0)