Skip to content

Commit 85c9330

Browse files
Merge pull request #209970 from JasonFreeberg/patch-126
The option numbers change over time
2 parents c595ab3 + af2bbfc commit 85c9330

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
100100
1. When prompted with **Subscription** option, select the proper `Subscription` by entering the number printed at the line start.
101101
1. When prompted with **Web App** option, select the default option, `<create>`, by pressing enter.
102102
1. When prompted with **OS** option, select **Linux** by pressing enter.
103-
1. When prompted with **javaVersion** option, select **Java 11** by entering `2`.
104-
1. When prompted with **Pricing Tier** option, select **P1v2** by entering `9`.
103+
1. When prompted with **javaVersion** option, select **Java 11**.
104+
1. When prompted with **Pricing Tier** option, select **P1v2**.
105105
1. Finally, press enter on the last prompt to confirm your selections.
106106

107107
```
@@ -129,9 +129,9 @@ mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
129129
1. When prompted with **Subscription** option, select the proper `Subscription` by entering the number printed at the line start.
130130
1. When prompted with **Web App** option, select the default option, `<create>`, by pressing enter.
131131
1. When prompted with **OS** option, select **Linux** by pressing enter.
132-
1. When prompted with **javaVersion** option, select **Java 11** by entering `2`.
133-
1. When prompted with **webcontainer** option, select **Tomcat 8.5** by entering `2`.
134-
1. When prompted with **Pricing Tier** option, select **P1v2** by entering `9`.
132+
1. When prompted with **javaVersion** option, select **Java 11**.
133+
1. When prompted with **webcontainer** option, select **Tomcat 8.5**.
134+
1. When prompted with **Pricing Tier** option, select **P1v2**.
135135
1. Finally, press enter on the last prompt to confirm your selections.
136136
137137
```
@@ -159,9 +159,9 @@ mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
159159
1. If prompted with **Subscription** option, select the proper `Subscription` by entering the number printed at the line start.
160160
1. When prompted with **Web App** option, accept the default option `<create>` by pressing enter.
161161
1. When prompted with **OS** option, select **Linux** by pressing enter.
162-
1. When prompted with **javaVersion** option, select **Java 11** by entering `2`.
163-
1. When prompted with **webContainer** option, select **Jbosseap 7** by entering `1`
164-
1. When prompted with **pricingTier** option, select **P1v3** by entering `1`
162+
1. When prompted with **javaVersion** option, select **Java 11**.
163+
1. When prompted with **webContainer** option, select **Jbosseap 7**`
164+
1. When prompted with **pricingTier** option, select **P1v3**
165165
1. Finally, press enter on the last prompt to confirm your selections.
166166
167167
```

0 commit comments

Comments
 (0)