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
-[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).
224
223
225
224
## Provision an instance of Azure Spring Apps
226
225
@@ -325,7 +324,6 @@ Deploying the application can take a few minutes.
325
324
- 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).
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).
329
327
330
328
## Generate a Spring project
331
329
@@ -438,10 +436,6 @@ Use the following steps to build and deploy your app.
438
436
439
437
## [Visual Studio Code](#tab/VS-Code)
440
438
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
-
445
439
## Deploy a Spring Boot web app to Azure Spring Apps with Visual Studio Code
446
440
447
441
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
725
719
> [!div class="nextstepaction"]
726
720
> [Introduction to the sample app](./quickstart-sample-app-introduction.md)
727
721
722
+
::: zone pivot="sc-consumption-plan"
728
723
To learn how to create a Standard consumption plan in Azure Spring Apps for app deployment, advance to the Standard consumption quickstart series:
729
724
730
725
> [!div class="nextstepaction"]
731
726
> [Provision an Azure Spring Apps Standard consumption plan service instance](./quickstart-provision-standard-consumption-service-instance.md)
727
+
::: zone-end
732
728
733
729
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).
0 commit comments