Skip to content

Commit 8bb10fc

Browse files
author
Jill Grant
authored
Apply suggestions from code review
Acrolinx fixes
1 parent e7dc5c4 commit 8bb10fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/spring-cloud-config-server-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ az containerapp update \
5353

5454
## Unbind
5555

56-
To break the connection between your container app and the Spring Cloud Config Server component, use the the `--unbind` parameter of the `update` command.
56+
To break the connection between your container app and the Spring Cloud Config Server component, use the `--unbind` parameter of the `update` command.
5757

5858
Before you run the following command, replace placeholders surrounded by `<>` with your values.
5959

@@ -112,7 +112,7 @@ The following configuration settings are available on the `spring.cloud.config.s
112112
- You can configure the Health Indicator to check more applications along with custom profiles and custom labels
113113

114114
- **spring.cloud.config.server.accept-empty**
115-
- You can set `spring.cloud.config.server.accept-empty` to `false` so that the server returns a HTTP `404` status, if the application is not found. By default, this flag is set to `true`.
115+
- You can set `spring.cloud.config.server.accept-empty` to `false` so that the server returns an HTTP `404` status, if the application is not found. By default, this flag is set to `true`.
116116

117117
- **Encryption and decryption (symmetric)**
118118
- **encrypt.key**

0 commit comments

Comments
 (0)