@@ -89,9 +89,9 @@ mvn com.microsoft.azure:azure-webapp-maven-plugin:2.5.0:config
89
89
90
90
1 . If prompted with ** Subscription** option, select the proper ` Subscription ` by entering the number printed at the line start.
91
91
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** .
95
95
1 . Finally, press enter on the last prompt to confirm your selections.
96
96
97
97
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
121
121
122
122
1. If prompted with **Subscription** option, select the proper `Subscription` by entering the number printed at the line start.
123
123
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**.
128
128
1. Finally, press enter on the last prompt to confirm your selections.
129
129
130
130
Your summary output will look similar to the snippet shown below.
0 commit comments