Skip to content

Commit e09228c

Browse files
Xuyang CaoXuyang Cao
authored andcommitted
fix
1 parent 3ccbf93 commit e09228c

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ ms.author:
1212

1313
# Tutorial: Integrate Admin for Spring with Eureka Server for Spring in Azure Container Apps (Preview)
1414

15-
This tutorial will guide you through the process of integrating a managed Admin for Spring with a Eureka Server for Spring within Azure Container Apps. By following this guide, you'll 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.
15+
This tutorial will guide you through the process of integrating a managed Admin for Spring with a Eureka Server for Spring within Azure Container Apps.
16+
17+
This article contains some content similar to the "Connect to a managed Admin for Spring in Azure Container Apps" tutorial, but 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.
18+
19+
By following this guide, you'll 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.
1620

1721
In this tutorial, you will learn to:
1822

articles/container-apps/java-admin.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ In this tutorial, you learn to:
2222
> * Create an Admin for Spring Java component
2323
> * Bind your container app to Admin for Spring Java component
2424
25+
> [!IMPORTANT]
26+
> If you want to integrate Admin for Spring with Eureka Server for Spring, please go to this tutorial instead [Tutorial: Integrate Admin for Spring with Eureka Server for Spring in Azure Container Apps](java-admin-eureka-integration.md).
27+
2528
> [!IMPORTANT]
2629
> This tutorial uses services that can affect your Azure bill. If you decide to follow along step-by-step, make sure you delete the resources featured in this article to avoid unexpected billing.
2730
@@ -185,10 +188,6 @@ Now that you have an existing environment, you can create your container app and
185188

186189
:::image type="content" source="media/java-components/sba-alone.png" alt-text="Screenshot of the Admin for Spring dashboard." lightbox="media/java-components/sba-alone.png":::
187190

188-
## Optional: Integrate the Eureka Server for Spring and Admin for Spring Java components
189-
190-
If you want to integrate the Eureka Server for Spring and the Admin for Spring Java components, you can follow the steps in the [Tutorial: Integrate the managed Admin for Spring with Eureka Server for Spring](java-admin-eureka-integration.md).
191-
192191
## Clean up resources
193192

194193
The resources created in this tutorial have an effect on your Azure bill. If you aren't going to use these services long-term, run the following command to remove everything created in this tutorial.

0 commit comments

Comments
 (0)