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.
80
80
81
81
1 . Choose ** Y** to install the Azure Spring Apps extension and run it.
82
82
83
- ## Create an app in your instance
83
+ ## Create an app in your Azure Spring Apps instance
84
84
85
85
Use the following command to specify the app name on Azure Spring Apps as * hellospring* .
86
86
@@ -92,7 +92,7 @@ az spring app create \
92
92
--assign-endpoint true
93
93
```
94
94
95
- ## Clone the Spring Boot sample project
95
+ ## Clone and build the Spring Boot sample project
96
96
97
97
Use the following steps to clone the Spring Boot sample project.
98
98
@@ -108,13 +108,13 @@ Use the following steps to clone the Spring Boot sample project.
108
108
cd gs-spring-boot/complete
109
109
```
110
110
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.
112
112
113
113
``` azurecli-interactive
114
114
mvn clean package -DskipTests
115
115
```
116
116
117
- ## Deploy the local app on Azure Spring Apps
117
+ ## Deploy the local app to Azure Spring Apps
118
118
119
119
Use the following command to deploy the * .jar* file for the app (* target/spring-boot-complete-0.0.1-SNAPSHOT.jar* on Windows).
120
120
@@ -199,7 +199,7 @@ Use the following steps to create an instance of Azure Spring Apps using the Azu
199
199
200
200
1. Select **Review and create**.
201
201
202
- ## Import project
202
+ ## Import the project
203
203
204
204
Use the following steps to import the project.
205
205
You can’t perform that action at this time.
0 commit comments