Skip to content

Commit 609de58

Browse files
committed
Update quickstart.md
To segment different tier contents
1 parent 37242f1 commit 609de58

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/spring-apps/quickstart.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ At the end of this quickstart, you have a working Spring app running on Azure Sp
220220
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
221221
- [Apache Maven](https://maven.apache.org/download.cgi)
222222
- [Azure CLI](/cli/azure/install-azure-cli). Install the Azure Spring Apps extension with the following command: `az extension add --name spring`
223-
- 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).
224223

225224
## Provision an instance of Azure Spring Apps
226225

@@ -325,7 +324,6 @@ Deploying the application can take a few minutes.
325324
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
326325
- [IntelliJ IDEA](https://www.jetbrains.com/idea/).
327326
- [Azure Toolkit for IntelliJ](/azure/developer/java/toolkit-for-intellij/install-toolkit).
328-
- 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).
329327

330328
## Generate a Spring project
331329

@@ -438,10 +436,6 @@ Use the following steps to build and deploy your app.
438436

439437
## [Visual Studio Code](#tab/VS-Code)
440438

441-
## Prerequisites
442-
443-
- 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).
444-
445439
## Deploy a Spring Boot web app to Azure Spring Apps with Visual Studio Code
446440

447441
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).
@@ -725,10 +719,12 @@ To learn how to use more Azure Spring capabilities, advance to the quickstart se
725719
> [!div class="nextstepaction"]
726720
> [Introduction to the sample app](./quickstart-sample-app-introduction.md)
727721
722+
::: zone pivot="sc-consumption-plan"
728723
To learn how to create a Standard consumption plan in Azure Spring Apps for app deployment, advance to the Standard consumption quickstart series:
729724

730725
> [!div class="nextstepaction"]
731726
> [Provision an Azure Spring Apps Standard consumption plan service instance](./quickstart-provision-standard-consumption-service-instance.md)
727+
::: zone-end
732728

733729
For a packaged app template with Azure Spring Apps infrastructure provisioned using Bicep, see [Spring Boot PetClinic Microservices Application Deployed to Azure Spring Apps](https://github.com/Azure-Samples/apptemplates-microservices-spring-app-on-AzureSpringApps).
734730

0 commit comments

Comments
 (0)