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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ Follow the following steps to create the resource group, client container app an
104
104
105
105
1. Search for *Container Apps* in the Azure portal and select *Create*
106
106
2. Enter the following values to *Basics* tab. You need to select *Create new* in *Resource group* and *Container Apps Environment* to create the new resource.
107
+
107
108
| Setting | Value |
108
109
|---|---|
109
110
| Subscription | *Your own subscription* |
@@ -116,6 +117,7 @@ Follow the following steps to create the resource group, client container app an
116
117
:::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":::
117
118
118
119
1. In Container tab, select or enter the following values and leave others be the default.
120
+
119
121
| Setting | Value |
120
122
|---|---|
121
123
| Name | *my-config-client* |
@@ -127,6 +129,7 @@ Follow the following steps to create the resource group, client container app an
127
129
:::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":::
128
130
129
131
1. In Ingress tab, select or enter the following values and leave others be the default, then click *Review + create*
132
+
130
133
| Setting | Value |
131
134
|---|---|
132
135
| Ingress | *Enabled* |
@@ -178,6 +181,7 @@ Now that you have an existing environment and config server client container app
178
181
:::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":::
179
182
180
183
1. In new *Configure Java component* panel, selector enter the following values and leave others be the default, and thenselect*Next*
Copy file name to clipboardExpand all lines: articles/container-apps/java-eureka-server.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,7 @@ Follow the following steps to create the resource group, client container app an
97
97
98
98
1. Search for*Container Apps*in the Azure portal and select*Create*
99
99
2. Enter the following values to *Basics* tab. You need to select*Create new*in*Resource group* and *Container Apps Environment* to create the new resource.
100
+
100
101
| Setting | Value |
101
102
|---|---|
102
103
| Subscription |*Your own subscription*|
@@ -109,6 +110,7 @@ Follow the following steps to create the resource group, client container app an
109
110
:::image type="content" source="media/java-components/create-containerapp-eureka.png" alt-text="Screenshot of create container apps." lightbox="media/java-components/create-containerapp-eureka.png":::
110
111
111
112
1. In Container tab, selector enter the following values and leave others be the default.
113
+
112
114
| Setting | Value |
113
115
|---|---|
114
116
| Name |*sample-service-eureka-client*|
@@ -120,6 +122,7 @@ Follow the following steps to create the resource group, client container app an
120
122
:::image type="content" source="media/java-components/select-eureka-image.png" alt-text="Screenshot of select image when create container apps." lightbox="media/java-components/select-eureka-image.png":::
121
123
122
124
1. In Ingress tab, selector enter the following values and leave others be the default, then click *Review + create*
125
+
123
126
| Setting | Value |
124
127
|---|---|
125
128
| Ingress |*Enabled*|
@@ -128,7 +131,7 @@ Follow the following steps to create the resource group, client container app an
128
131
| Transport |*Auto*|
129
132
| Target port |*8080*|
130
133
131
-
:::image type="content" source="media/java-components/config-ingress.png" alt-text="Screenshot of config ingress when create container apps." lightbox="media/java-components/config-ingress.png":::
134
+
:::image type="content" source="media/java-components/config-ingress.png" alt-text="Screenshot of config ingress when create container apps." lightbox="media/java-components/config-ingress.png":::
132
135
133
136
1. Click *Create* after validation passed
134
137
@@ -165,14 +168,17 @@ Now that you have an existing environment and eureka client container app, creat
165
168
166
169
1. Go to your container app environment page, select*Service* on the left panel, and thenselect*Configure*,*Java component*
167
170
168
-
:::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":::
171
+
:::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":::
169
172
170
173
1. In new *Configure Java component* panel, selector enter the following values and leave others be the default, and thenselect*Next*
174
+
171
175
| Setting | Value |
172
176
|---|---|
173
177
| Java component type|*Eureka Server for Spring*|
174
178
| Java component name |*eureka*|
175
-
:::image type="content" source="media/java-components/create-eureka-java-component.png" alt-text="Screenshot of how to select Java component." lightbox="media/java-components/create-eureka-java-component.png":::
179
+
180
+
:::image type="content" source="media/java-components/create-eureka-java-component.png" alt-text="Screenshot of how to select Java component." lightbox="media/java-components/create-eureka-java-component.png":::
181
+
176
182
1. Click *Configure* on *Review* page
177
183
---
178
184
@@ -200,10 +206,11 @@ Now that you have an existing environment and eureka client container app, creat
200
206
3. Under bindings, selectapp*sample-service-eureka-client*, Click *Next*
201
207
4. Click *Configure*
202
208
203
-
:::image type="content" source="media/java-components/app-bind-eureka.png" alt-text="Screenshot of container app bind with eureka." lightbox="media/java-components/app-bind-eureka.png":::
209
+
:::image type="content" source="media/java-components/app-bind-eureka.png" alt-text="Screenshot of container app bind with eureka." lightbox="media/java-components/app-bind-eureka.png":::
204
210
205
211
5. Go to your container app *sample-service-eureka-client* page, get the *Application URL* of the container app
206
212
---
213
+
207
214
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.
208
215
209
216
Navigate to the `/allRegistrationStatus` route to view all applications registered with the Eureka Server for Spring.
0 commit comments