Skip to content

Commit a130ced

Browse files
Merge pull request #217479 from SteveSaunders1952/v-ssaunders-hangwan97
Edit of Added the prerequisite for enterprise tier
2 parents 9b4eda4 + 4cfee22 commit a130ced

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

articles/spring-apps/quickstart.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The application code used in this tutorial is a simple app. When you've complete
2323
This quickstart explains how to:
2424

2525
> [!div class="checklist"]
26+
2627
> - Generate a basic Spring project.
2728
> - Provision a service instance.
2829
> - 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
3637

3738
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
3839
- [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).
3941

4042
## Provision an instance of Azure Spring Apps
4143

@@ -136,20 +138,21 @@ Deploying the application can take a few minutes.
136138
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
137139
- [IntelliJ IDEA](https://www.jetbrains.com/idea/).
138140
- [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).
139142

140143
## Generate a Spring project
141144

142145
Use the following steps to create the project:
143146

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.
145148

146149
```url
147150
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
148151
```
149152

150-
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.
151154

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**.
153156

154157
:::image type="content" source="media/quickstart/initializr-page.png" alt-text="Screenshot of Spring Initializr page." lightbox="media/quickstart/initializr-page.png":::
155158

@@ -249,6 +252,10 @@ Use the following steps to build and deploy your app.
249252

250253
## [Visual Studio Code](#tab/VS-Code)
251254

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+
252259
## Deploy a Spring Boot web app to Azure Spring Apps with Visual Studio Code
253260
254261
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
279286
> [!div class="nextstepaction"]
280287
> [Introduction to the sample app](./quickstart-sample-app-introduction.md)
281288
282-
More samples are available on GitHub: [Azure Spring Apps Samples](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

Comments
 (0)