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/java-config-server.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.author: cshoe
14
14
15
15
Config Server for Spring 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 Config Server for Spring instance.
16
16
17
-
The Config Server for Spring component uses a GitHub repository as the source for configuration settings. Configuration values are made available to your container app via a binding between the component and your container app. As values change in the configuration server, they automatically flow to your application, all without requiring you to recompile or redeploy your application.
17
+
The Config Server for Spring java component uses a GitHub repository as the source for configuration settings. Configuration values are made available to your container app via a binding between the component and your container app. As values change in the configuration server, they automatically flow to your application, all without requiring you to recompile or redeploy your application.
18
18
19
19
In this tutorial, you learn to:
20
20
@@ -107,7 +107,7 @@ Follow the following steps to create the resource group, client container app an
107
107
108
108
:::image type="content" source="media/java-components/create-containerapp-config.png" alt-text="Screenshot of create container apps." lightbox="media/java-components/create-containerapp-config.png":::
109
109
110
-
3. In Container tab, select or enter the following values and leave others be the default.
110
+
3. In Container tab, select or enter the following values and leave others be the default. The container image value is `mcr.microsoft.com/javacomponents/samples/sample-service-config-client:latest`, which is a sample config server client image provided by us.
111
111
112
112
:::image type="content" source="media/java-components/select-config-image.png" alt-text="Screenshot of select image when create container apps." lightbox="media/java-components/select-config-image.png":::
113
113
@@ -119,11 +119,11 @@ Follow the following steps to create the resource group, client container app an
119
119
120
120
---
121
121
122
-
This environment is used to host both the Config Server for Spring component and your container app.
122
+
This environment is used to host both the Config Server for Spring java component and your container app.
123
123
124
124
## Create the Config Server for Spring Java component
125
125
126
-
Now that you have a Container Apps environment, you can create your container app and bind it to a Config Server for Spring component. When you bind your container app, configuration values automatically synchronize from the Config Server component to your application.
126
+
Now that you have a Container Apps environment, you can create your container app and bind it to a Config Server for Spring java component. When you bind your container app, configuration values automatically synchronize from the Config Server component to your application.
127
127
128
128
### [Azure CLI](#tab/azure-cli)
129
129
1. Create the Config Server for Spring Java component.
@@ -223,8 +223,8 @@ The bind request injects configuration setting into the application as environme
223
223
In this case, the following environment variables are available to the application:
0 commit comments