Skip to content

Commit 42a6bd9

Browse files
committed
Update java-overview.md
1 parent 9fe441d commit 42a6bd9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/container-apps/java-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,16 @@ Cores are available in 0.25 core increments, with memory available at a 2:1 rati
122122
> [!NOTE]
123123
> 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.
124124
125-
## Spring components support
125+
## Java components support
126126

127-
Azure Container Apps offers support for the following Spring Components as managed services:
127+
Azure Container Apps offers support for the following Java components as managed services:
128128

129129
- **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.md) where microservices can register themselves and discover other services within the system.
130130

131131
- **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.md) in a cloud-native environment.
132132

133+
- **Gateway for Spring**: Gateway for Spring offers an efficient and powerful way to route, manage and handle API requests as part of a microservices architecture. It serves as an [API Gateway](java-gateway-for-spring.md) that routes external requests to different services, adding various capabilities such as filtering, load balancing, and more.
134+
133135
- **Admin for Spring**: The Admin for Spring managed component provides an administrative interface is designed for Spring Boot web applications that have actuator endpoints. A managed component provides integration and management to your container app by allowing you to bind your container app to the [Admin for Spring component](java-admin.md).
134136

135137
## Next steps

0 commit comments

Comments
 (0)