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: articles/spring-apps/quickstart.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ The application code used in this tutorial is a simple app. When you've complete
23
23
This quickstart explains how to:
24
24
25
25
> [!div class="checklist"]
26
+
26
27
> - Generate a basic Spring project.
27
28
> - Provision a service instance.
28
29
> - Build and deploy an app with a public endpoint.
@@ -36,6 +37,7 @@ At the end of this quickstart, you'll have a working spring app running on Azure
36
37
37
38
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
38
39
-[Azure CLI](/cli/azure/install-azure-cli). Install the Azure Spring Apps extension with the following command: `az extension add --name spring`
40
+
- If you're deploying Azure Spring Apps Enterprise tier for the first time in the target subscription, see the [Prerequisites](./how-to-enterprise-marketplace-offer.md#prerequisites) section of [View Azure Spring Apps Enterprise tier offering in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
39
41
40
42
## Provision an instance of Azure Spring Apps
41
43
@@ -136,20 +138,21 @@ Deploying the application can take a few minutes.
136
138
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
-[Azure Toolkit for IntelliJ](/azure/developer/java/toolkit-for-intellij/install-toolkit).
141
+
- If you're deploying Azure Spring Apps Enterprise tier for the first time in the target subscription, see the [Prerequisites](./how-to-enterprise-marketplace-offer.md#prerequisites) section of [View Azure Spring Apps Enterprise tier offering in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
139
142
140
143
## Generate a Spring project
141
144
142
145
Use the following steps to create the project:
143
146
144
-
1. Use [Spring Initializr](https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.6.10&packaging=jar&jvmVersion=11&groupId=com.example&artifactId=hellospring&name=hellospring&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.hellospring&dependencies=web,cloud-eureka,actuator,cloud-config-client) to generate a sample project with recommended dependencies for Azure Spring Apps. The following URL provides default settings for you.
147
+
1. Use [Spring Initializr](https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.6.10&packaging=jar&jvmVersion=11&groupId=com.example&artifactId=hellospring&name=hellospring&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.hellospring&dependencies=web,cloud-eureka,actuator,cloud-config-client) to generate a sample project with recommended dependencies for Azure Spring Apps. The following URL provides default settings for you.
The following image shows the recommended Initializr settings for the *hellospring* sample project.
153
+
The following image shows the recommended Initializr settings for the *hellospring* sample project.
151
154
152
-
This example uses Java version 11. To use a different Java version, change the Java version setting under **Project Metadata**.
155
+
This example uses Java version 11. To use a different Java version, change the Java version setting under **Project Metadata**.
153
156
154
157
:::image type="content" source="media/quickstart/initializr-page.png" alt-text="Screenshot of Spring Initializr page." lightbox="media/quickstart/initializr-page.png":::
155
158
@@ -249,6 +252,10 @@ Use the following steps to build and deploy your app.
249
252
250
253
## [VisualStudioCode](#tab/VS-Code)
251
254
255
+
## Prerequisites
256
+
257
+
-If you're deploying Azure Spring Apps Enterprise tier for the first time in the target subscription, see the [Prerequisites](./how-to-enterprise-marketplace-offer.md#prerequisites) section of [View Azure Spring Apps Enterprise tier offering in Azure Marketplace](./how-to-enterprise-marketplace-offer.md).
258
+
252
259
## Deploy a Spring Boot web app to Azure Spring Apps with Visual Studio Code
253
260
254
261
To deploy a Spring Boot web app to Azure Spring Apps, follow the steps in [Java on Azure Spring Apps](https://code.visualstudio.com/docs/java/java-spring-apps).
@@ -279,4 +286,4 @@ To learn how to use more Azure Spring capabilities, advance to the quickstart se
279
286
> [!div class="nextstepaction"]
280
287
> [Introduction to the sample app](./quickstart-sample-app-introduction.md)
281
288
282
-
More samples are available on GitHub: [AzureSpringAppsSamples](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples).
289
+
More samples are available on GitHub: [Azure Spring Apps Samples](https://github.com/Azure-Samples/Azure-Spring-Cloud-Samples).
0 commit comments