Skip to content

Commit 29d1fa0

Browse files
committed
edits; fixed formatting
1 parent 38a47b8 commit 29d1fa0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/spring-cloud/how-to-config-server.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ All configurable properties used to set up Git repositories with pattern are lis
124124
| `repos."host-key-algorithm"` | No | The host key algorithm, should be *ssh-dss*, *ssh-rsa*, *ecdsa-sha2-nistp256*, *ecdsa-sha2-nistp384*, or *ecdsa-sha2-nistp521*. *Required* only if `host-key` exists. |
125125
| `repos."strict-host-key-checking"` | No | Indicates whether the Config Server instance will fail to start when leveraging the private `host-key`. Should be *true* (default value) or *false*. |
126126

127-
The following snapshot and table shows some examples for the **Additional repositories** section. For more information, see [Pattern Matching and Multiple Repositories](https://cloud.spring.io/spring-cloud-config/reference/html/#_pattern_matching_and_multiple_repositories) in the Spring documentation.
127+
The following table shows some examples for the **Additional repositories** section. For more information, see [Pattern Matching and Multiple Repositories](https://cloud.spring.io/spring-cloud-config/reference/html/#_pattern_matching_and_multiple_repositories) in the Spring documentation.
128128

129-
![The Config Server Additional Repositories](media/spring-cloud-tutorial-config-server/additional-repositories.png)
129+
| Patterns | Description |
130+
| :------------------------------ | ------------------------------------------------------------------------------------------------------------------- |
131+
| *test-config-server-app-0/\** | The pattern and repository URI will match a Spring boot application named `test-config-server-app-0` with any profile. |
132+
| *test-config-server-app-1/dev* | The pattern and repository URI will match a Spring boot application named `test-config-server-app-1` with dev profile. |
133+
| *test-config-server-app-2/prod* | The pattern and repository URI will match a Spring boot application named `test-config-server-app-2` with prod profile. |
130134

131-
| Patterns | Description |
132-
| :---------------------------- | ------------------------------------------------------------------------------------------------------------------- |
133-
| test-config-server-app-0/* | Spring boot application named test-config-server-app-0 with any profile will match the pattern and repository uri. |
134-
| test-config-server-app-1/dev | Spring boot application named test-config-server-app-1 with dev profile will match the pattern and repository uri. |
135-
| test-config-server-app-2/prod | Spring boot application named test-config-server-app-2 with prod profile will match the pattern and repository uri. |
135+
:::image type="content" source="media/spring-cloud-tutorial-config-server/additional-repositories.png" lightbox="media/spring-cloud-tutorial-config-server/additional-repositories.png" alt-text="Azure portal screenshot showing the Config Server page with the Patterns column of the 'Additional repositories' table highlighted":::
136136

137137
## Attach your Config Server repository to Azure Spring Cloud
138138

0 commit comments

Comments
 (0)