File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Use the following steps to provision a service instance.
8080
81811 . Choose ** Y** to install the Azure Spring Apps extension and run it.
8282
83- ## Create an app in your instance
83+ ## Create an app in your Azure Spring Apps instance
8484
8585Use the following command to specify the app name on Azure Spring Apps as * hellospring* .
8686
@@ -92,7 +92,7 @@ az spring app create \
9292 --assign-endpoint true
9393```
9494
95- ## Clone the Spring Boot sample project
95+ ## Clone and build the Spring Boot sample project
9696
9797Use the following steps to clone the Spring Boot sample project.
9898
@@ -108,13 +108,13 @@ Use the following steps to clone the Spring Boot sample project.
108108 cd gs-spring-boot/complete
109109 ```
110110
111- Use the following [ Maven] ( https://maven.apache.org/what-is-maven.html ) command to build the project.
111+ 1 . Use the following [ Maven] ( https://maven.apache.org/what-is-maven.html ) command to build the project.
112112
113113``` azurecli-interactive
114114mvn clean package -DskipTests
115115```
116116
117- ## Deploy the local app on Azure Spring Apps
117+ ## Deploy the local app to Azure Spring Apps
118118
119119Use the following command to deploy the * .jar* file for the app (* target/spring-boot-complete-0.0.1-SNAPSHOT.jar* on Windows).
120120
@@ -199,7 +199,7 @@ Use the following steps to create an instance of Azure Spring Apps using the Azu
199199
2002001. Select **Review and create**.
201201
202- ## Import project
202+ ## Import the project
203203
204204Use the following steps to import the project.
205205
You can’t perform that action at this time.
0 commit comments