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/spring-apps/how-to-configure-ingress.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: How to configure ingress for Azure Spring Apps
3
-
description: Describes how to configure ingress for Azure Spring Apps.
2
+
title: Customize the ingress configuration in Azure Spring Apps
3
+
description: Learn how to customize the ingress configuration in Azure Spring Apps.
4
4
author: KarlErickson
5
5
ms.author: haital
6
6
ms.service: spring-apps
7
7
ms.topic: how-to
8
-
ms.date: 05/27/2022
8
+
ms.date: 09/29/2022
9
9
ms.custom: devx-track-java, devx-track-azurecli
10
10
---
11
11
@@ -62,9 +62,9 @@ This command will create an app with ingress read timeout set to 300 seconds, in
62
62
To update the ingress settings for an existing service's application, use the following steps:
63
63
64
64
1. Sign in to the portal using an account associated with the Azure subscription that contains the Azure Spring Apps instance.
65
-
2. Navigate to the **Apps** pane, then select the app you want to configure.
66
-
3. Navigate to the **Configuration** pane, then select the **Ingress settings** tab.
67
-
4. Update the ingress settings, and then select **Save**.
65
+
1. Navigate to the **Apps** pane, then select the app you want to configure.
66
+
1. Navigate to the **Configuration** pane, then select the **Ingress settings** tab.
67
+
1. Update the ingress settings, and then select **Save**.
68
68
69
69
:::image type="content" source="media/how-to-configure-ingress/ingress-settings.jpg" lightbox="media/how-to-configure-ingress/ingress-settings.jpg" alt-text="Screenshot of Azure portal example for config ingress settings.":::
70
70
@@ -87,6 +87,7 @@ az spring app update \
87
87
This command will update the ingress read timeout to 600 seconds, ingress send timeout set to 600 seconds, session affinity set to `None`, session cookie max age set to 0, backend protocol set to `GRPC`.
0 commit comments