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
+8-2Lines changed: 8 additions & 2 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: "Tutorial: 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
@@ -9,14 +9,16 @@ ms.date: 03/13/2024
9
9
ms.author: cshoe
10
10
---
11
11
12
-
# Tutorial: Configure settings for the Spring Cloud Config Server component in Azure Container Apps (preview)
12
+
# Configure settings for the Spring Cloud Config Server component in Azure Container Apps (preview)
13
13
14
14
Spring Cloud Config Server provides a centralized location to make configuration data available to multiple applications. Use the following guidance to learn how to configure and manage your Spring Cloud Config Server component.
15
15
16
16
## Show
17
17
18
18
You can show the details of an individual component by name using the `show` command.
19
19
20
+
Before you run the following command, replace placeholders surrounded by `<>` with your values.
21
+
20
22
```azurecli
21
23
az containerapp env java-component spring-cloud-config show \
22
24
--environment <ENVIRONMENT_NAME> \
@@ -28,6 +30,8 @@ az containerapp env java-component spring-cloud-config show \
28
30
29
31
You can list all registered Java components using the `list` command.
30
32
33
+
Before you run the following command, replace placeholders surrounded by `<>` with your values.
34
+
31
35
```azurecli
32
36
az containerapp env java-component list \
33
37
--environment <ENVIRONMENT_NAME> \
@@ -49,6 +53,8 @@ az containerapp update \
49
53
50
54
To break the connection between your container app and the Spring Cloud Config Server component, use the the `--unbind` parameter of the `update` command.
51
55
56
+
Before you run the following command, replace placeholders surrounded by `<>` with your values.
Copy file name to clipboardExpand all lines: articles/container-apps/spring-cloud-config-server.md
+2-2Lines changed: 2 additions & 2 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: Connect to a managed Spring Cloud Config Server in Azure Container Apps (preview)
2
+
title: "Tutorial: Connect to a managed Spring Cloud Config Server in Azure Container Apps (preview)"
3
3
description: Learn how to connect a Spring Cloud Config Server to your container app.
4
4
services: container-apps
5
5
author: craigshoemaker
@@ -9,7 +9,7 @@ ms.date: 03/13/2024
9
9
ms.author: cshoe
10
10
---
11
11
12
-
# Connect to a managed Spring Cloud Config Server in Azure Container Apps (preview)
12
+
# Tutorial: Connect to a managed Spring Cloud Config Server in Azure Container Apps (preview)
13
13
14
14
Spring Cloud Config Server provides a centralized location to make configuration data available to multiple applications. In this article, you learn to connect an app hosted in Azure Container Apps to a Java Spring Cloud Config Server instance.
0 commit comments