Skip to content

Commit b9c9f84

Browse files
author
Wenhao Zhang
committed
Update format
1 parent 08415e9 commit b9c9f84

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Follow the following steps to create the resource group, client container app an
104104
105105
1. Search for *Container Apps* in the Azure portal and select *Create*
106106
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+
107108
| Setting | Value |
108109
|---|---|
109110
| Subscription | *Your own subscription* |
@@ -116,6 +117,7 @@ Follow the following steps to create the resource group, client container app an
116117
:::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":::
117118
118119
1. In Container tab, select or enter the following values and leave others be the default.
120+
119121
| Setting | Value |
120122
|---|---|
121123
| Name | *my-config-client* |
@@ -127,6 +129,7 @@ Follow the following steps to create the resource group, client container app an
127129
:::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":::
128130
129131
1. In Ingress tab, select or enter the following values and leave others be the default, then click *Review + create*
132+
130133
| Setting | Value |
131134
|---|---|
132135
| Ingress | *Enabled* |
@@ -178,6 +181,7 @@ Now that you have an existing environment and config server client container app
178181
:::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":::
179182

180183
1. In new *Configure Java component* panel, select or enter the following values and leave others be the default, and then select *Next*
184+
181185
| Setting | Value |
182186
|---|---|
183187
| Java component type | *Config Server for Spring* |

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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Follow the following steps to create the resource group, client container app an
9797

9898
1. Search for *Container Apps* in the Azure portal and select *Create*
9999
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+
100101
| Setting | Value |
101102
|---|---|
102103
| Subscription | *Your own subscription* |
@@ -109,6 +110,7 @@ Follow the following steps to create the resource group, client container app an
109110
:::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":::
110111

111112
1. In Container tab, select or enter the following values and leave others be the default.
113+
112114
| Setting | Value |
113115
|---|---|
114116
| Name | *sample-service-eureka-client* |
@@ -120,6 +122,7 @@ Follow the following steps to create the resource group, client container app an
120122
:::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":::
121123

122124
1. In Ingress tab, select or enter the following values and leave others be the default, then click *Review + create*
125+
123126
| Setting | Value |
124127
|---|---|
125128
| Ingress | *Enabled* |
@@ -128,7 +131,7 @@ Follow the following steps to create the resource group, client container app an
128131
| Transport | *Auto* |
129132
| Target port | *8080* |
130133

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":::
132135

133136
1. Click *Create* after validation passed
134137

@@ -165,14 +168,17 @@ Now that you have an existing environment and eureka client container app, creat
165168

166169
1. Go to your container app environment page, select *Service* on the left panel, and then select *Configure*, *Java component*
167170

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":::
169172

170173
1. In new *Configure Java component* panel, select or enter the following values and leave others be the default, and then select *Next*
174+
171175
| Setting | Value |
172176
|---|---|
173177
| Java component type | *Eureka Server for Spring* |
174178
| 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+
176182
1. Click *Configure* on *Review* page
177183
---
178184

@@ -200,10 +206,11 @@ Now that you have an existing environment and eureka client container app, creat
200206
3. Under bindings, select app *sample-service-eureka-client*, Click *Next*
201207
4. Click *Configure*
202208

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":::
204210

205211
5. Go to your container app *sample-service-eureka-client* page, get the *Application URL* of the container app
206212
---
213+
207214
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.
208215

209216
Navigate to the `/allRegistrationStatus` route to view all applications registered with the Eureka Server for Spring.
97.7 KB
Loading

0 commit comments

Comments
 (0)