You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: maven-deployment/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Now that we have confirmed the JAR runs locally, we will deploy and run this app
35
35
</plugin>
36
36
```
37
37
38
-
1. Next, we will use the plugin to generate the configuration forour webapp. Run the `mvn azure-webapp:generate` command and select the default optionsin the following prompts. The command will generate a configuration similar to the one below. Feel free to change the resource group and app name to something more memorable.
38
+
1. Next, we will use the plugin to generate the configuration forour webapp. Run the `mvn azure-webapp:config` command and select the default optionsin the following prompts. The command will generate a configuration similar to the one below. Feel free to change the resource group and app name to something more memorable.
39
39
40
40
```xml
41
41
<configuration>
@@ -99,4 +99,4 @@ In its current state, the Spring Boot application uses an embedded Tomcat servle
99
99
100
100
1. Now we can deploy to App Service by running `mvn clean package azure-webapp:deploy`.
101
101
102
-
**If you ran into issues in this tutorial, please open an issue on the [GitHub repository](https://github.com/Azure-Samples/java-on-app-service).**
102
+
**If you ran into issues in this tutorial, please open an issue on the [GitHub repository](https://github.com/Azure-Samples/java-on-app-service).**
0 commit comments