Skip to content

Commit e6fde0a

Browse files
Merge pull request #273862 from craigshoemaker/aca/java-overview-update
[Container Apps] Update: Add spring components to Java overview
2 parents 6fb7935 + 935ae1d commit e6fde0a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/container-apps/java-overview.md

Lines changed: 9 additions & 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: 03/04/2024
9+
ms.date: 04/30/2024
1010
ms.author: cshoe
1111
---
1212

@@ -106,6 +106,14 @@ Cores are available in 0.25 core increments, with memory available at a 2:1 rati
106106
> [!NOTE]
107107
> For apps using JDK versions 9 and lower, make sure to define custom JVM memory settings to match the memory allocation in Azure Container Apps.
108108
109+
## Spring components support
110+
111+
Azure Container Apps offers support for the following Spring Components as managed services:
112+
113+
- **Eureka Server for Spring**: Service registration and discovery are key requirements for maintaining a list of live application instances. Your application uses this list to for routing and load balancing inbound requests. Configuring each client manually takes time and introduces the possibility of human error. Eureka Server simplifies the management of service discovery by functioning as a [service registry](java-eureka-server-usage.md) where microservices can register themselves and discover other services within the system.
114+
115+
- **Config Server for Spring**: Config Server provides centralized external configuration management for distributed systems. This component designed to address the challenges of [managing configuration settings across multiple microservices](java-config-server-usage.md) in a cloud-native environment.
116+
109117
## Next steps
110118

111119
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)