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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,15 +155,15 @@ Now that you have an existing environment and config server client container app
155
155
156
156
:::image type="content" source="media/java-components/select-java-component.png" alt-text="Screenshot of how to select Java component." lightbox="media/java-components/select-java-component.png":::
157
157
158
-
2. In new **Configure Java component** panel, selector enter the following values and leave others be the default, and thenselect**Next**
158
+
2. In new **Configure Java component** panel, selector enter the following values
159
159
160
160
:::image type="content" source="media/java-components/create-config-server-java-component.png" alt-text="Screenshot of how to create Config Server Java component." lightbox="media/java-components/create-config-server-java-component.png":::
161
161
162
162
3. Select **Add** under **Git repositories**, Enter **URI** value `https://github.com/Azure-Samples/azure-spring-cloud-config-java-aca.git` under Add Git repository, select**Add**
163
163
164
164
:::image type="content" source="media/java-components/configure-git-uri.png" alt-text="Screenshot of how to configure config server git uri." lightbox="media/java-components/configure-git-uri.png":::
165
165
166
-
4. Click **Configure** on **Review** page
166
+
4. Click **Next**, and then click **Configure** on **Review** page
167
167
---
168
168
169
169
## Bind your container app to the Config Server for Spring Java component
@@ -245,7 +245,7 @@ You can also remove a binding from your application.
245
245
### [Azure portal](#tab/azure-portal)
246
246
1. Go to your container app environment page, **Service** on the left panel
247
247
2. Select **configserver**in Service list
248
-
3. Under bindings, selectapp**my-config-client**, Click **Next**
248
+
3. Under bindings, delete app **my-config-client**, Click **Next**
249
249
4. Click **Configure** on **Review** page
250
250
251
251
:::image type="content" source="media/java-components/app-unbind-configserver.png" alt-text="Screenshot of container app unbind with config server." lightbox="media/java-components/app-unbind-configserver.png":::
0 commit comments