Skip to content

Commit a2f6b12

Browse files
authored
option numbers change over time
1 parent d90fedc commit a2f6b12

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/app-service/includes/quickstart-java/quickstart-java-windows-maven-pivot.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
8989

9090
1. If prompted with **Subscription** option, select the proper `Subscription` by entering the number printed at the line start.
9191
1. When prompted with **Web App** option, select the default option, `<create>`, by pressing enter.
92-
1. When prompted with **OS** option, select **Windows** by entering `1`.
93-
1. When prompted with **javaVersion** option, select **Java 11** by entering `2`.
94-
1. When prompted with **Pricing Tier** option, select **P1v2** by entering `10`.
92+
1. When prompted with **OS** option, select **Windows**.
93+
1. When prompted with **javaVersion** option, select **Java 11**.
94+
1. When prompted with **Pricing Tier** option, select **P1v2**.
9595
1. Finally, press enter on the last prompt to confirm your selections.
9696

9797
Your summary output will look similar to the snippet shown below.
@@ -121,10 +121,10 @@ mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
121121
122122
1. If prompted with **Subscription** option, select the proper `Subscription` by entering the number printed at the line start.
123123
1. When prompted with **Web App** option, select the default option, `<create>`, by pressing enter.
124-
1. When prompted with **OS** option, select **Windows** by entering `1`.
125-
1. When prompted with **javaVersion** option, select **Java 11** by entering `2`.
126-
1. When prompted with **webContainer** option, select **Tomcat 8.5** by entering `1`.
127-
1. When prompted with **Pricing Tier** option, select **P1v2** by entering `10`.
124+
1. When prompted with **OS** option, select **Windows**.
125+
1. When prompted with **javaVersion** option, select **Java 11**.
126+
1. When prompted with **webContainer** option, select **Tomcat 8.5**.
127+
1. When prompted with **Pricing Tier** option, select **P1v2**.
128128
1. Finally, press enter on the last prompt to confirm your selections.
129129
130130
Your summary output will look similar to the snippet shown below.

0 commit comments

Comments
 (0)