@@ -100,8 +100,8 @@ mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
100
100
1 . When prompted with ** Subscription** option, select the proper ` Subscription ` by entering the number printed at the line start.
101
101
1 . When prompted with ** Web App** option, select the default option, ` <create> ` , by pressing enter.
102
102
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** .
105
105
1 . Finally, press enter on the last prompt to confirm your selections.
106
106
107
107
```
@@ -129,9 +129,9 @@ mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
129
129
1. When prompted with **Subscription** option, select the proper `Subscription` by entering the number printed at the line start.
130
130
1. When prompted with **Web App** option, select the default option, `<create>`, by pressing enter.
131
131
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**.
135
135
1. Finally, press enter on the last prompt to confirm your selections.
136
136
137
137
```
@@ -159,9 +159,9 @@ mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
159
159
1. If prompted with **Subscription** option, select the proper `Subscription` by entering the number printed at the line start.
160
160
1. When prompted with **Web App** option, accept the default option `<create>` by pressing enter.
161
161
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**
165
165
1. Finally, press enter on the last prompt to confirm your selections.
166
166
167
167
```
0 commit comments