You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/spring-cloud-config-server-usage.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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)
3
3
description: Learn how to configure a Spring Cloud Config Server component for your container app.
4
4
services: container-apps
5
5
author: craigshoemaker
@@ -15,7 +15,7 @@ Spring Cloud Config Server provides a centralized location to make configuration
15
15
16
16
## Show
17
17
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.
19
19
20
20
Before you run the following command, replace placeholders surrounded by `<>` with your values.
21
21
@@ -42,6 +42,8 @@ az containerapp env java-component list \
42
42
43
43
Use the `--bind` parameter of the `update` command to create a connection between the Spring Cloud Config Server component and your container app.
44
44
45
+
Before you run the following command, replace placeholders surrounded by `<>` with your values.
46
+
45
47
```azurecli
46
48
az containerapp update \
47
49
--name <CONTAINER_APP_NAME> \
@@ -64,7 +66,7 @@ az containerapp update \
64
66
65
67
## Configuration options
66
68
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.
68
70
69
71
The following table lists the different configuration values available.
0 commit comments