Skip to content

Commit 9839261

Browse files
Apply suggestions from code review
Co-authored-by: Karl Erickson <[email protected]>
1 parent 9d89417 commit 9839261

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/spring-apps/quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Use the following steps to provision a service instance.
8080

8181
1. 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

8585
Use 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

9797
Use 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
114114
mvn clean package -DskipTests
115115
```
116116

117-
## Deploy the local app on Azure Spring Apps
117+
## Deploy the local app to Azure Spring Apps
118118

119119
Use 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

200200
1. Select **Review and create**.
201201

202-
## Import project
202+
## Import the project
203203

204204
Use the following steps to import the project.
205205

0 commit comments

Comments
 (0)