Skip to content

Commit 399eea7

Browse files
authored
refine native image limitation words
1 parent bc0cebb commit 399eea7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/spring-apps/how-to-enterprise-deploy-polyglot-apps.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -472,13 +472,13 @@ The following features are not support in Azure Spring Apps due to the limitatio
472472

473473
| Feature | Why it's not support |
474474
|---------------------------------------------------|--------------------------------------------------------------|
475-
| Azure Monitor | GraalVM built native images doesn't support JVM metrics well |
476-
| Scaling – auto scaling | GraalVM built native images doesn't support JVM metrics well |
477-
| Out of box APM integrations | APM Vendor & Buildpack doesn't support native image well |
478-
| Managed identity | Azure SDKs doesn't support native image well |
479-
| Advanced troubleshooting – thread/heap/JFR dump | GraalVM built native images doesn't support thread/heap/JFR dump well |
480-
| Remote debugging | GraalVM Native Image doesn't support Remote Debugging well |
481-
| Integrate service binding with Resource Connector | JDBC driver or resource SDK doesn't support native image well |
475+
| Azure Monitor | GraalVM built native images doesn't support JVM metrics |
476+
| Scaling – auto scaling | GraalVM built native images doesn't support JVM metrics |
477+
| Out of box APM integrations | APM Vendor & Buildpack doesn't support native image |
478+
| Managed identity | Azure SDKs doesn't support native image |
479+
| Advanced troubleshooting – thread/heap/JFR dump | GraalVM built native images doesn't support thread/heap/JFR dump |
480+
| Remote debugging | GraalVM Native Image doesn't support Remote Debugging |
481+
| Integrate service binding with Resource Connector | JDBC driver or resource SDK doesn't support native image |
482482

483483
> [!NOTE]
484484
> In the following different language build and deploy configuration sections, `--build-env` means the environment is used in the build phase. `--env` means the environment is used in the runtime phase.

0 commit comments

Comments
 (0)