Skip to content

Commit a6d819f

Browse files
authored
Update java-eureka-server.md
1 parent a3d08fd commit a6d819f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Follow the following steps to create the resource group, client container app an
100100

101101
:::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":::
102102

103-
3. In **Container** tab, select or enter the following values and leave others be the default.
103+
3. In **Container** tab, select or enter the following values and leave others be the default. The contaienr image value is `mcr.microsoft.com/javacomponents/samples/sample-service-eureka-client:latest`, which is a sample eureka client image provided by us.
104104

105105
:::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":::
106106

@@ -192,6 +192,7 @@ The binding also injects the following properties:
192192

193193
```bash
194194
"eureka.client.register-with-eureka": "true"
195+
"eureka.client.fetch-registry": "true"
195196
"eureka.instance.prefer-ip-address": "true"
196197
```
197198

0 commit comments

Comments
 (0)