Skip to content

Commit 66b720c

Browse files
author
Wenhao Zhang
committed
Fix format
1 parent 83c1752 commit 66b720c

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed

articles/container-apps/.openpublishing.redirection.container-apps.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,21 @@
7474
"source_path_from_root": "/articles/container-apps/background-processing.md",
7575
"redirect_url": "/azure/container-apps/tutorial-event-driven-jobs",
7676
"redirect_document_id": false
77+
},
78+
{
79+
"source_path_from_root": "articles/container-apps/java-admin-for-spring-usage.md",
80+
"redirect_url": "/azure/container-apps/java-admin",
81+
"redirect_document_id": false
82+
},
83+
{
84+
"source_path_from_root": "articles/container-apps/java-config-server-usage.md",
85+
"redirect_url": "/azure/container-apps/java-config-server",
86+
"redirect_document_id": false
87+
},
88+
{
89+
"source_path_from_root": "articles/container-apps/java-eureka-server-usage.md",
90+
"redirect_url": "/azure/container-apps/java-eureka-server",
91+
"redirect_document_id": false
7792
}
7893
]
7994
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ az group delete \
214214
--resource-group $RESOURCE_GROUP
215215
```
216216

217-
## Next steps
217+
## Related content
218218

219219
> [!div class="nextstepaction"]
220-
> [Configure Eureka Server for Spring settings](java-eureka-server-usage.md)
221-
> [Configure Admin for Spring settings](java-admin-for-spring-usage.md)
220+
> [Tutorial: Connect to a managed Admin for Spring in Azure Container Apps](java-admin.md)
221+
> [Tutorial: Connect to a managed Eureka Server for Spring in Azure Container Apps](java-eureka-server.md)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ az group delete \
221221
--resource-group $RESOURCE_GROUP
222222
```
223223
224-
## Next steps
224+
## Related content
225225
226226
> [!div class="nextstepaction"]
227-
> [Configure Eureka Server for Spring settings](java-eureka-server-usage.md)
227+
> [Tutorial: Connect to a managed Eureka Server for Spring in Azure Container Apps](java-eureka-server.md)

articles/container-apps/java-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ Cores are available in 0.25 core increments, with memory available at a 2:1 rati
125125

126126
Azure Container Apps offers support for the following Spring Components as managed services:
127127

128-
- **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.
128+
- **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.
129129

130-
- **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.
130+
- **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.
131131

132132
- **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).
133133

0 commit comments

Comments
 (0)