Skip to content

Commit 91aae9c

Browse files
initial edits
1 parent e9b8dec commit 91aae9c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/spring-apps/how-to-configure-ingress.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
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.
44
author: KarlErickson
55
ms.author: haital
66
ms.service: spring-apps
77
ms.topic: how-to
8-
ms.date: 05/27/2022
8+
ms.date: 09/29/2022
99
ms.custom: devx-track-java, devx-track-azurecli
1010
---
1111

@@ -62,9 +62,9 @@ This command will create an app with ingress read timeout set to 300 seconds, in
6262
To update the ingress settings for an existing service's application, use the following steps:
6363

6464
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**.
6868

6969
:::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.":::
7070

@@ -87,6 +87,7 @@ az spring app update \
8787
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`.
8888

8989
## FAQ
90+
9091
- How to enable gRPC?
9192
- Set the backend protocol to `GRPC`.
9293

0 commit comments

Comments
 (0)