Skip to content

Commit 7043b67

Browse files
Update and rename READEME.md to README.md
1 parent 56d0e97 commit 7043b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven-deployment/READEME.md renamed to maven-deployment/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Now that we have confirmed the JAR runs locally, we will deploy and run this app
3535
</plugin>
3636
```
3737

38-
1. Next, we will use the plugin to generate the configuration for our webapp. Run the `mvn azure-webapp:generate` command and select the default options in 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 for our webapp. Run the `mvn azure-webapp:config` command and select the default options in 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.
3939

4040
```xml
4141
<configuration>
@@ -99,4 +99,4 @@ In its current state, the Spring Boot application uses an embedded Tomcat servle
9999

100100
1. Now we can deploy to App Service by running `mvn clean package azure-webapp:deploy`.
101101

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

Comments
 (0)