Skip to content

Commit a8b91ff

Browse files
Small table fix, since table is causing build error. File: spring-apps/enterprise/how-to-enterprise-deploy-polyglot-apps.md.
1 parent 03d93a0 commit a8b91ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ The following table lists the features supported in Azure Spring Apps:
614614

615615
| Feature description | Comment | Environment variable | Usage |
616616
|---------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------|-------------------------------------|
617-
| Specify the PHP version. | Configures the PHP version. Currently supported: PHP `8.1.`*`, `8.2.*`, and `8.3.*`. The default value is `8.1.*` | `BP_PHP_VERSION` | `--build-env BP_PHP_VERSION=8.1.*` |
617+
| Specify the PHP version. | Configures the PHP version. Currently supported: PHP `8.1.*`, `8.2.*`, and `8.3.*`. The default value is `8.1.*` | `BP_PHP_VERSION` | `--build-env BP_PHP_VERSION=8.1.*` |
618618
| 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 |
619619
| 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 |
620620
| 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

Comments
 (0)