Skip to content

Commit 24a8ae0

Browse files
Merge pull request #290868 from Descatles/wenhao/jc-doc-refine
Remove `Tutorial` from title and add eureka/admin limitation that dashboard does not support mooncake
2 parents c18aa63 + 504d41d commit 24a8ae0

File tree

4 files changed

+20
-9
lines changed

4 files changed

+20
-9
lines changed

articles/container-apps/java-admin.md

Lines changed: 9 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

@@ -280,6 +280,9 @@ az containerapp update \
280280
> [!IMPORTANT]
281281
> To view the dashboard, you need to have at least the `Microsoft.App/managedEnvironments/write` role assigned to your account on the managed environment resource. You can explicitly assign the `Owner` or `Contributor` role on the resource. You can also follow the steps to create a custom role definition and assign it to your account.
282282
283+
> [!NOTE]
284+
> The dashboard isn't available in Azure China 21Vianet.
285+
283286
1. Create the custom role definition.
284287

285288
```azurecli
@@ -415,6 +418,10 @@ The following list details the admin component properties you can configure for
415418
- [**logging.group.***](https://docs.spring.io/spring-boot/docs/2.1.13.RELEASE/reference/html/boot-features-logging.html#boot-features-custom-log-groups)
416419
- Any other configurations under `logging.*` namespace should be forbidden. For example, writing log files by using `logging.file` should be forbidden.
417420

421+
## Limitations
422+
423+
- The Spring Boot Admin Dashboard isn't available in Azure China 21Vianet.
424+
418425
## Related content
419426

420427
[Integrate the managed Admin for Spring with Eureka Server for Spring](java-admin-eureka-integration.md)

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: 7 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

@@ -283,6 +283,9 @@ az containerapp update \
283283
> [!IMPORTANT]
284284
> To view the dashboard, you need to have at least the `Microsoft.App/managedEnvironments/write` role assigned to your account on the managed environment resource. You can explicitly assign the `Owner` or `Contributor` role on the resource. You can also follow the steps to create a custom role definition and assign it to your account.
285285
286+
> [!NOTE]
287+
> The dashboard isn't available in Azure China 21Vianet.
288+
286289
1. Create a custom role definition.
287290

288291
```azurecli
@@ -472,7 +475,8 @@ Now you have a caller and callee application that communicate with each other us
472475

473476
## Limitations
474477

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.
478+
- 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.
479+
- The Eureka dashboard isn't available in Azure China 21Vianet.
476480

477481
## Next steps
478482

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)