You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/enterprise/how-to-enterprise-deploy-polyglot-apps.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ When you create an instance of Azure Spring Apps Enterprise, you must choose a d
42
42
43
43
For more information, see [Language Family Buildpacks for VMware Tanzu](https://docs.vmware.com/en/VMware-Tanzu-Buildpacks/services/tanzu-buildpacks/GUID-index.html).
44
44
45
-
These buildpacks support building with source code or artifacts for Java, .NET Core, Go, web static files, Node.js, and Python apps. You can also create a custom builder by specifying buildpacks and a stack.
45
+
These buildpacks support building with source code or artifacts for Java, .NET Core, Go, web static files, Node.js, and Python apps. You can also see buildpack versions during creating or viewing a builder. And you can create a custom builder by specifying buildpacks and a stack.
46
46
47
47
All the builders configured in an Azure Spring Apps service instance are listed on the **Build Service** page, as shown in the following screenshot:
48
48
@@ -504,7 +504,7 @@ The following table lists the features supported in Azure Spring Apps:
| Provides the Microsoft OpenJDK. | Configures the JVM version. The default JDK version is 11. Currently supported: JDK 8, 11, 17, and 21. |`BP_JVM_VERSION`|`--build-env BP_JVM_VERSION=11.*`|
507
+
| Provides the Microsoft OpenJDK. | Configures the JVM version. The default JDK version is 17. Currently supported: JDK 8, 11, 17, and 21. |`BP_JVM_VERSION`|`--build-env BP_JVM_VERSION=11.*`|
508
508
|| Runtime env. Configures whether Java Native Memory Tracking (NMT) is enabled. The default value is *true*. Not supported in JDK 8. |`BPL_JAVA_NMT_ENABLED`|`--env BPL_JAVA_NMT_ENABLED=true`|
509
509
|| Configures the level of detail for Java Native Memory Tracking (NMT) output. The default value is *summary*. Set to *detail* for detailed NMT output. |`BPL_JAVA_NMT_LEVEL`|`--env BPL_JAVA_NMT_ENABLED=summary`|
510
510
| Add CA certificates to the system trust store at build and runtime. | See the [Configure CA certificates for app builds and deployments](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md#configure-ca-certificates-for-app-builds-and-deployments) section of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
@@ -615,7 +615,7 @@ The following table lists the features supported in Azure Spring Apps:
| Specify the PHP version. | Configures the PHP version. Currently supported: PHP *8.0.\**, *8.1.\**, and *8.2.\**. The default value is *8.1.\**|`BP_PHP_VERSION`|`--build-env BP_PHP_VERSION=8.0.*`|
618
+
| Specify the PHP version. | Configures the PHP version. Currently supported: PHP *8.1.\**, and *8.2.\**. The default value is *8.1.\**|`BP_PHP_VERSION`|`--build-env BP_PHP_VERSION=8.0.*`|
619
619
| Add CA certificates to the system trust store at build and runtime. | See the [Configure CA certificates for app builds and deployments](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md#configure-ca-certificates-for-app-builds-and-deployments) section of [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
620
620
| Integrate with Dynatrace, New Relic, App Dynamic APM agent. | See [How to configure APM integration and CA certificates](./how-to-enterprise-configure-apm-integration-and-ca-certificates.md). | N/A | N/A |
621
621
| Select a Web Server. | The setting options are *php-server*, *httpd*, and *nginx*. The default value is *php-server*. |`BP_PHP_SERVER`|`--build-env BP_PHP_SERVER=httpd`|
0 commit comments