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-admin-eureka-integration.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: "Tutorial: Integrate Admin for Spring with Eureka Server for Spring in Azure Container Apps"
3
3
description: Learn to integrate Admin for Spring with Eureka Server for Spring in Azure Container Apps.
4
4
services: container-apps
5
-
author:
5
+
author: craigshoemaker
6
6
ms.service: container-apps
7
7
ms.custom: devx-track-extended-java
8
8
ms.topic: conceptual
9
-
ms.date: 07/08/2024
10
-
ms.author:
9
+
ms.date: 07/15/2024
10
+
ms.author: cshoe
11
11
---
12
12
13
13
# Tutorial: Integrate Admin for Spring with Eureka Server for Spring in Azure Container Apps
@@ -32,7 +32,7 @@ To complete this tutorial, you need the following items:
32
32
|--|--|
33
33
| Azure account | An active subscription is required. If you don't have one, you [can create one for free](https://azure.microsoft.com/free/). |
34
34
| Azure CLI | Install the [Azure CLI](/cli/azure/install-azure-cli).|
35
-
| An existing Eureka Server for Spring Java component | If you don't have one, follow the [Create the Eureka Server for Spring](java-eureka-server.md#Create-the-Eureka-Server-for-Spring-Java-component) section to create one. |
35
+
| An existing Eureka Server for Spring Java component | If you don't have one, follow the [Create the Eureka Server for Spring](java-eureka-server.md#create-the-eureka-server-for-spring-java-component) section to create one. |
36
36
37
37
## Considerations
38
38
@@ -92,7 +92,7 @@ Before you begin, create the necessary resources by executing the following comm
92
92
93
93
## Optional: Create the Eureka Server for Spring
94
94
95
-
1. If you don't have an existing Eureka Server for Spring, follow the command below to create the Eureka Server Java component. For more information, see [Create the Eureka Server for Spring](java-eureka-server.md#Create-the-Eureka-Server-for-Spring-Java-component).
95
+
1. If you don't have an existing Eureka Server for Spring, follow the command below to create the Eureka Server Java component. For more information, see [Create the Eureka Server for Spring](java-eureka-server.md#create-the-eureka server-for-spring-java-component).
96
96
97
97
```azurecli
98
98
az containerapp env java-component eureka-server-for-spring create \
@@ -132,7 +132,8 @@ With the Eureka Server set up, you can now bind other applications to it for ser
132
132
--bind $EUREKA_COMPONENT_NAME
133
133
```
134
134
135
-
> [!TIP] Since the Admin for Spring has been binded to the Eureka Server for Spring in previous steps. Bind the container app to the Eureka Server Java component will enable service discovery and allow to be managed through the Admin for Spring dashboard at the same time.
135
+
> [!TIP]
136
+
> Since the Admin for Spring has been binded to the Eureka Server for Spring in previous steps. Bind the container app to the Eureka Server Java component will enable service discovery and allow to be managed through the Admin for Spring dashboard at the same time.
Copy file name to clipboardExpand all lines: articles/container-apps/java-admin.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
6
6
ms.service: container-apps
7
7
ms.custom: devx-track-extended-java
8
8
ms.topic: conceptual
9
-
ms.date: 07/08/2024
9
+
ms.date: 07/15/2024
10
10
ms.author: cshoe
11
11
---
12
12
@@ -134,7 +134,7 @@ Now that you have an existing environment, you can create your container app and
134
134
135
135
This property indicates that the Admin for Spring component client should prefer the IP address of the container app instance when connecting to the Admin for Spring server.
136
136
137
-
You can also [remove a binding](admin-for-spring-usage.md#unbind) from your application.
137
+
You can also [remove a binding](java-admin-for-spring-usage.md#unbind) from your application.
0 commit comments