Skip to content

Commit cfdc541

Browse files
authored
Update quickstart-java-tomcat.md
1 parent 3983b3f commit cfdc541

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ The deployment process to Azure App Service uses your Azure credentials from the
4444
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.
4545

4646
```azurecli-interactive
47-
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.12.0:config
47+
mvn com.microsoft.azure:azure-webapp-maven-plugin:2.13.0:config
4848
```
4949

5050
1. For **Create new run configuration**, type **Y**, then **Enter**.
5151
1. For **Define value for OS**, type **1** for Windows, or **2** for Linux, then **Enter**.
52-
1. For **Define value for javaVersion**, type **3** for Java 17, then **Enter**.
52+
1. For **Define value for javaVersion**, type **1** for Java 17, then **Enter**.
5353
1. For **Define value for webContainer**, type **1** for Tomcat 10.0, then **Enter**.
54-
1. For **Define value for pricingTier**, type **9** for P1v2, then **Enter**.
54+
1. For **Define value for pricingTier**, type **3** for P1v2, then **Enter**.
5555
1. For **Confirm**, type **Y**, then **Enter**.
5656

5757
```

0 commit comments

Comments
 (0)