Skip to content

Commit 64d2d66

Browse files
author
Wenhao Zhang
committed
Add dashboard not support admin
1 parent fd58401 commit 64d2d66

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

articles/container-apps/java-admin.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,10 @@ The following list details the admin component properties you can configure for
415415
- [**logging.group.***](https://docs.spring.io/spring-boot/docs/2.1.13.RELEASE/reference/html/boot-features-logging.html#boot-features-custom-log-groups)
416416
- Any other configurations under `logging.*` namespace should be forbidden. For example, writing log files by using `logging.file` should be forbidden.
417417

418+
## Limitations
419+
420+
- The Spring boot admin dashboard isn't available in Azure China 21Vianet.
421+
418422
## Related content
419423

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

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
@@ -473,7 +476,7 @@ Now you have a caller and callee application that communicate with each other us
473476
## Limitations
474477

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

478481
## Next steps
479482

0 commit comments

Comments
 (0)