Skip to content

Commit 4e3d79c

Browse files
Acrolynx fixes
1 parent 91aae9c commit 4e3d79c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ The Azure Spring Apps service uses an underlying ingress controller to handle ap
2121
|----------------------|------------------------|---------------|-------------------|--------------------------------------------------------------------------|
2222
| ingress-read-timeout | proxy-read-timeout | 300 | \[1,1800\] | The timeout in seconds for reading a response from a proxied server. |
2323
| ingress-send-timeout | proxy-send-timeout | 60 | \[1,1800\] | The timeout in seconds for transmitting a request to the proxied server. |
24-
| session-affinity | affinity | None | Session, None | Type of the affinity, which will make the request come to the same pod replica that was responding to the request before. Set this to Cookie to enable session affinity, in the portal only need to choose the enable session affinity box. |
24+
| session-affinity | affinity | None | Session, None | Type of the affinity, which will make the request come to the same pod replica that was responding to the request before. Set session-affinity to Cookie to enable session affinity, in the portal only need to choose the enable session affinity box. |
2525
| session-max-age | session-cookie-max-age | 0 | \[0,7 days\] | Time seconds until the cookie expires, corresponds to the Max-Age cookie directive. If set to 0, the expiration period is equal to the browser session period. |
26-
| backend-protocol | backend-protocol | Default | Default, GRPC | Sets the backend-protocol to indicate how NGINX should communicate with the backend service. Default means HTTP/HTTPS/WebSocket. The setting is only about client-to-app traffic, for app-to-app traffic within the same service instance, you may choose any protocol for app-to-app traffic without modifying this option, that is the protocol here does not restrict your choice of protocol for app-to-app traffic within the same service instance. |
26+
| backend-protocol | backend-protocol | Default | Default, GRPC | Sets the backend-protocol to indicate how NGINX should communicate with the backend service. Default means HTTP/HTTPS/WebSocket. The backend-protocol setting is only about client-to-app traffic. For app-to-app traffic within the same service instance, choose any protocol for app-to-app traffic without modifying this option. The protocol doesn't restrict your choice of protocol for app-to-app traffic within the same service instance. |
2727

2828
## Prerequisites
2929

@@ -92,19 +92,19 @@ This command will update the ingress read timeout to 600 seconds, ingress send t
9292
- Set the backend protocol to `GRPC`.
9393

9494
- How to enable WebSocket?
95-
- Set the backend protocol to `Default`, and the WebScocket is enabled by default.
95+
- Set the backend protocol to `Default`, and the WebSocket is enabled by default.
9696
- For WebSocket connection limit, the upper limit is 20000, and when you reach that limit the connection will fail.
97-
- You can use RSocket based on WebSocket, as well as you set the backend protocol to `Default`.
97+
- You can also use RSocket based on WebSocket.
9898

99-
- The `ingress config` still can be used in CLI and sdk, and that setting will apply to all apps within the service instance, but once an app has been configured by `ingress settings`, the `ingress config` will not affect it. We do not recommend new scripts to use "ingress config" any more, since we plan to stop supporting it in the future.
99+
- The `ingress config` still can be used in CLI and sdk, and that setting will apply to all apps within the service instance, but once an app has been configured by `ingress settings`, the `ingress config` won't affect it. We don't recommend that new scripts use "ingress config" since we plan to stop supporting it in the future.
100100

101101
- When ingress settings are used together with App Gateway/APIM, what is the overall effect of timeout when you set the timeout in both ASA ingress and the App Gateway/APIM?
102102
- The shorter timeout should be effective.
103103

104104
- Do you need extra config in App Gateway/APIM if you need to have end-to-end support for gRPC or WebSocket?
105105
- Nothing extra config as long as the App Gateway support gRPC.
106106

107-
- Configurable port is not currently supported (80/443)
107+
- Configurable port isn't currently supported (80/443)
108108

109109
## Next steps
110110

0 commit comments

Comments
 (0)