Skip to content

Commit 134a2b5

Browse files
Edits to java-get-started.md.
1 parent f3727d7 commit 134a2b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/java-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ zone_pivot_groups: container-apps-java-artifacts
1313

1414
# Quickstart: Launch your first Java application in Azure Container Apps with a WAR or JAR file
1515

16-
This article shows you how to deploy the Spring PetClinic sample application to run on Azure Container Apps with a web application by using a WAR or JAR file.
16+
This article shows you how to use a WAR or JAR file to deploy the Spring PetClinic sample application to Azure Container Apps.
1717

1818
[!INCLUDE [java-get-started-introduction-and-prerequisites-and-install-azure-container-apps-cli-extension](includes/java-get-started-introduction-and-prerequisites-and-install-azure-container-apps-cli-extension.md)]
1919

@@ -92,7 +92,7 @@ You now have a **/target/petclinic.war** file.
9292
Deploy the JAR package to Container Apps by using the following command:
9393

9494
> [!NOTE]
95-
> The default JDK version is 17. You have the option of specifying the JDK version by using environment variables. To change the JDK version for compatibility with your application, use the `--build-env-vars BP_JVM_VERSION=<YOUR_JDK_VERSION>` argument. For more information, see [Build environment variables for Java in Azure Container Apps (preview)](java-build-environment-variables.md).
95+
> The default JDK version is 17. You have the option of specifying the version by using environment variables. To change the JDK version for compatibility with your application, use the `--build-env-vars BP_JVM_VERSION=<YOUR_JDK_VERSION>` argument. For more information, see [Build environment variables for Java in Azure Container Apps (preview)](java-build-environment-variables.md).
9696

9797
```azurecli
9898
az containerapp up \
@@ -114,7 +114,7 @@ az containerapp up \
114114
Deploy the WAR file to Azure Container Apps by using the following command:
115115

116116
> [!NOTE]
117-
> The default Tomcat version is 9. To change the Tomcat version for compatibility with your application, use the `--build-env-vars BP_TOMCAT_VERSION=<YOUR_TOMCAT_VERSION>` argument. In this example, the Tomcat version is set to 10 (including any minor versions) by setting `BP_TOMCAT_VERSION=10.*`. For more information, see [Build environment variables for Java in Azure Container Apps (preview)](java-build-environment-variables.md).
117+
> The default Tomcat version is 9. To change the version for compatibility with your application, use the `--build-env-vars BP_TOMCAT_VERSION=<YOUR_TOMCAT_VERSION>` argument. In this example, the Tomcat version is set to 10 (including any minor versions) by setting `BP_TOMCAT_VERSION=10.*`. For more information, see [Build environment variables for Java in Azure Container Apps (preview)](java-build-environment-variables.md).
118118

119119
```azurecli
120120
az containerapp up \

0 commit comments

Comments
 (0)