Skip to content

Commit 52df4e2

Browse files
committed
art1-2
1 parent 0465e67 commit 52df4e2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: conceptual
8-
ms.date: 11/19/2024
8+
ms.date: 03/20/2026
99
ms.author: cshoe
1010
ms.custom:
1111
- devx-track-extended-java
@@ -16,7 +16,7 @@ ms.custom:
1616

1717
This tutorial guides you through the process of integrating a managed Admin for Spring with a Eureka Server for Spring within Azure Container Apps.
1818

19-
This article contains some content similar to the "Connect to a managed Admin for Spring in Azure Container Apps" tutorial. However, with Eureka Server for Spring, you can bind Admin for Spring to Eureka Server for Spring, so that it can get application information through Eureka, instead of having to bind individual applications to Admin for Spring.
19+
With Eureka Server for Spring, you can bind Admin for Spring to Eureka Server for Spring, so that it can get application information through Eureka, instead of having to bind individual applications to Admin for Spring.
2020

2121
By following this guide, you set up a Eureka Server for service discovery and then create an Admin for Spring to manage and monitor your Spring applications registered with the Eureka Server. This setup ensures that other applications only need to bind to the Eureka Server, simplifying the management of your microservices.
2222

@@ -28,9 +28,9 @@ In this tutorial, you learn to:
2828

2929
## Prerequisites
3030

31-
* An Azure account with an active subscription. If you don't already have one, you can [can create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
32-
* [Azure CLI](/cli/azure/install-azure-cli).
33-
* An existing Eureka Server for Spring Java component. If you don't have one, see [Create the Eureka Server for Spring](java-eureka-server.md#create-the-eureka-server-for-spring-java-component).
31+
- An Azure account with an active subscription. If you don't already have one, you can [can create one for free](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
32+
- [Azure CLI](/cli/azure/install-azure-cli).
33+
- An existing Eureka Server for Spring Java component. If you don't have one, see [Create the Eureka Server for Spring](java-eureka-server.md#create-the-eureka-server-for-spring-java-component).
3434

3535
## Considerations
3636

0 commit comments

Comments
 (0)