Skip to content

Commit fd58401

Browse files
author
Wenhao Zhang
committed
refine jc doc
1 parent 2bfab83 commit fd58401

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

articles/container-apps/java-admin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Connect to a managed Admin for Spring in Azure Container Apps"
2+
title: "Connect to a managed Admin for Spring in Azure Container Apps"
33
description: Learn how to use a managed Admin for Spring in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
@@ -10,7 +10,7 @@ ms.date: 07/15/2024
1010
ms.author: cshoe
1111
---
1212

13-
# Tutorial: Connect to a managed Admin for Spring in Azure Container Apps
13+
# Connect to a managed Admin for Spring in Azure Container Apps
1414

1515
The Admin for Spring managed component offers an administrative interface for Spring Boot web applications that expose actuator endpoints. As a managed component in Azure Container Apps, you can easily bind your container app to Admin for Spring for seamless integration and management.
1616

articles/container-apps/java-config-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Connect to a managed Config Server for Spring in Azure Container Apps"
2+
title: "Connect to a managed Config Server for Spring in Azure Container Apps"
33
description: Learn how to connect a Config Server for Spring to your container app.
44
services: container-apps
55
author: craigshoemaker
@@ -10,7 +10,7 @@ ms.date: 11/19/2024
1010
ms.author: cshoe
1111
---
1212

13-
# Tutorial: Connect to a managed Config Server for Spring in Azure Container Apps
13+
# Connect to a managed Config Server for Spring in Azure Container Apps
1414

1515
Config Server for Spring provides a centralized location to make configuration data available to multiple applications. In this article, you learn to connect an app hosted in Azure Container Apps to a Java Config Server for Spring instance.
1616

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Connect to a managed Eureka Server for Spring in Azure Container Apps"
2+
title: "Connect to a managed Eureka Server for Spring in Azure Container Apps"
33
description: Learn how to use a managed Eureka Server for Spring in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
@@ -10,7 +10,7 @@ ms.date: 11/19/2024
1010
ms.author: cshoe
1111
---
1212

13-
# Tutorial: Connect to a managed Eureka Server for Spring in Azure Container Apps
13+
# Connect to a managed Eureka Server for Spring in Azure Container Apps
1414

1515
Eureka Server for Spring is a service registry that allows microservices to register themselves and discover other services. Eureka Server for Spring is available as an Azure Container Apps component. You can bind your container app to Eureka Server for Spring for automatic registration with the Eureka server.
1616

@@ -472,7 +472,8 @@ Now you have a caller and callee application that communicate with each other us
472472

473473
## Limitations
474474

475-
The Eureka Server Java component comes with a default configuration, `eureka.server.enable-self-preservation`, set to `false`. This default configuration helps avoid times when instances aren't deleted after self-preservation is enabled. If instances are deleted too early, some requests might be directed to nonexistent instances. If you want to change this setting to `true`, you can overwrite it by setting your own configurations in the Java component.
475+
- The Eureka Server Java component comes with a default configuration, `eureka.server.enable-self-preservation`, set to `false`. This default configuration helps avoid times when instances aren't deleted after self-preservation is enabled. If instances are deleted too early, some requests might be directed to nonexistent instances. If you want to change this setting to `true`, you can overwrite it by setting your own configurations in the Java component.
476+
- The Eureka dashboard isn't available in Azure in China(Mooncake).
476477

477478
## Next steps
478479

articles/container-apps/java-gateway-for-spring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Connect to a managed Gateway for Spring in Azure Container Apps (preview)"
2+
title: "Connect to a managed Gateway for Spring in Azure Container Apps (preview)"
33
description: Learn how to connect a Gateway for Spring to your container app.
44
services: container-apps
55
author: wenhaozhang
@@ -10,7 +10,7 @@ ms.date: 11/19/2024
1010
ms.author: wenhaozhang
1111
---
1212

13-
# Tutorial: Connect to a managed Gateway for Spring in Azure Container Apps (preview)
13+
# Connect to a managed Gateway for Spring in Azure Container Apps (preview)
1414

1515
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 that routes external requests to different services, adding various capabilities such as filtering, load balancing, and more. In this article, you learn how to create a gateway that directs requests to your container apps.
1616

0 commit comments

Comments
 (0)