Skip to content

Commit e7dc5c4

Browse files
Apply suggestions from code review
1 parent b199b2d commit e7dc5c4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Configure settings for the Spring Cloud Configure Server component in Azure Container Apps (preview)
2+
title: Configure settings for the Spring Cloud Configure Server component in Azure Container Apps (preview)
33
description: Learn how to configure a Spring Cloud Config Server component for your container app.
44
services: container-apps
55
author: craigshoemaker
@@ -15,7 +15,7 @@ Spring Cloud Config Server provides a centralized location to make configuration
1515

1616
## Show
1717

18-
You can show the details of an individual component by name using the `show` command.
18+
You can view the details of an individual component by name using the `show` command.
1919

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

@@ -42,6 +42,8 @@ az containerapp env java-component list \
4242

4343
Use the `--bind` parameter of the `update` command to create a connection between the Spring Cloud Config Server component and your container app.
4444

45+
Before you run the following command, replace placeholders surrounded by `<>` with your values.
46+
4547
```azurecli
4648
az containerapp update \
4749
--name <CONTAINER_APP_NAME> \
@@ -64,7 +66,7 @@ az containerapp update \
6466

6567
## Configuration options
6668

67-
The `az containerapp update` command uses the `--configuration` parameter to control how the Spring Could Config Server is configured. You can use multiple parameters at once as long as they're separated by a space. You can find more details in [Spring Cloud Config Server](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_spring_cloud_config_server) docs.
69+
The `az containerapp update` command uses the `--configuration` parameter to control how the Spring Cloud Config Server is configured. You can use multiple parameters at once as long as they're separated by a space. You can find more details in [Spring Cloud Config Server](https://docs.spring.io/spring-cloud-config/docs/current/reference/html/#_spring_cloud_config_server) docs.
6870

6971
The following table lists the different configuration values available.
7072

0 commit comments

Comments
 (0)