Skip to content

Commit c7ac1c2

Browse files
Fine-tuning
1 parent fba45a3 commit c7ac1c2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

articles/container-apps/java-config-server.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Use the following steps to create each of the resources necessary to create a co
115115
| **Region** | Select the region nearest you. |
116116
| **Container Apps environment** | Select the **Create new** link to create a new environment. |
117117
118-
1. In the *Create Container Apps environment* screen, enter the following values.
118+
1. In the *Create Container Apps environment* window, enter the following values.
119119
120120
| Property | Value |
121121
|---|---|
@@ -158,6 +158,7 @@ This environment is used to host both the Config Server for Spring java componen
158158
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.
159159
160160
### [Azure CLI](#tab/azure-cli)
161+
161162
1. Create the Config Server for Spring Java component.
162163
163164
```azurecli
@@ -262,6 +263,8 @@ Now that you have an existing environment and config server client container app
262263
263264
1. Select the **Configure** button.
264265
266+
1. Return to your container app in the portal and copy the URL of your app to a text editor so you can use it in a coming step.
267+
265268
---
266269
267270
Once the container app and the Config Server component are bound together, configuration changes are automatically synchronized to the container app.

articles/container-apps/java-eureka-server.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Execute the following commands to create your resource group, container apps env
7171
| `EUREKA_COMPONENT_NAME` | The name of the Java component created for your container app. In this case, you create a Eureka Server for Spring Java component. |
7272
| `IMAGE` | The container image used in your container app. |
7373

74-
1. Log in to Azure with the Azure CLI.
74+
1. Sign in to Azure with the Azure CLI.
7575

7676
```azurecli
7777
az login
@@ -217,6 +217,8 @@ Now that you have an existing environment and config server client container app
217217
--query properties.configuration.ingress.fqdn
218218
```
219219
220+
Copy the URL of your app to a text editor so you can use it in a coming step.
221+
220222
### [Azure portal](#tab/azure-portal)
221223
222224
1. Go to your container app environment in the portal.
@@ -231,9 +233,11 @@ Now that you have an existing environment and config server client container app
231233
232234
1. Select the **Configure** button.
233235
236+
1. Return to your container app in the portal and copy the URL of your app to a text editor so you can use it in a coming step.
237+
234238
---
235239
236-
After you get the URL of the container app. Copy the URL to a text editor so you can use it in a coming step.
240+
Return to the container app in the portal and copy the URL of your app to a text editor so you can use it in a coming step.
237241
238242
Navigate to the `/allRegistrationStatus` route to view all applications registered with the Eureka Server for Spring.
239243

0 commit comments

Comments
 (0)