Skip to content

Commit 33460f3

Browse files
authored
Update quickstart-java-jboss.md
1 parent 87d74bc commit 33460f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-jboss.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ The deployment process to Azure App Service uses your Azure credentials from the
5252
Run the Maven command shown next to configure the deployment. This command helps you to set up the App Service operating system, Java version, and Tomcat version.
5353

5454
```azurecli-interactive
55-
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.12.0:config
55+
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.13.0:config
5656
```
5757

5858
1. For **Create new run configuration**, type **Y**, then **Enter**.
5959
1. For **Define value for OS**, type **2** for Linux, then **Enter**.
6060
1. For **Define value for javaVersion**, type **2** for Java 11, then **Enter**.
61-
1. For **webContainer** option, type **1** for Jbosseap 7, then **Enter**.
61+
1. For **webContainer** option, type **4** for Jbosseap 7, then **Enter**.
6262
1. For **Define value for pricingTier**, type **1** for P1v3, then **Enter**.
6363
1. For **Confirm**, type **Y**, then **Enter**.
6464

0 commit comments

Comments
 (0)