Skip to content

Commit c2f16e7

Browse files
fix build errors
1 parent d29efb6 commit c2f16e7

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

articles/container-apps/java-admin-eureka-integration.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: "Tutorial: Integrate Admin for Spring with Eureka Server for Spring in Azure Container Apps"
33
description: Learn to integrate Admin for Spring with Eureka Server for Spring in Azure Container Apps.
44
services: container-apps
5-
author:
5+
author: craigshoemaker
66
ms.service: container-apps
77
ms.custom: devx-track-extended-java
88
ms.topic: conceptual
9-
ms.date: 07/08/2024
10-
ms.author:
9+
ms.date: 07/15/2024
10+
ms.author: cshoe
1111
---
1212

1313
# 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:
3232
|--|--|
3333
| Azure account | An active subscription is required. If you don't have one, you [can create one for free](https://azure.microsoft.com/free/). |
3434
| 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. |
3636

3737
## Considerations
3838

@@ -92,7 +92,7 @@ Before you begin, create the necessary resources by executing the following comm
9292

9393
## Optional: Create the Eureka Server for Spring
9494

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).
9696
9797
```azurecli
9898
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
132132
--bind $EUREKA_COMPONENT_NAME
133133
```
134134
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.
136137
137138
## View the dashboards
138139

articles/container-apps/java-admin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: container-apps
77
ms.custom: devx-track-extended-java
88
ms.topic: conceptual
9-
ms.date: 07/08/2024
9+
ms.date: 07/15/2024
1010
ms.author: cshoe
1111
---
1212

@@ -134,7 +134,7 @@ Now that you have an existing environment, you can create your container app and
134134

135135
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.
136136

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.
138138

139139
## View the dashboard
140140

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: container-apps
77
ms.custom: devx-track-extended-java
88
ms.topic: conceptual
9-
ms.date: 07/07/2024
9+
ms.date: 07/15/2024
1010
ms.author: cshoe
1111
---
1212

0 commit comments

Comments
 (0)