Skip to content

Commit ca3440a

Browse files
committed
adjusted pivot zones for intro
1 parent 55aba1f commit ca3440a

File tree

1 file changed

+7
-32
lines changed

1 file changed

+7
-32
lines changed

articles/spring-apps/quickstart.md

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ zone_pivot_groups: spring-apps-plan-selection
2020
2121
**This article applies to:** ✔️ Standard consumption (Preview) ✔️ Basic/Standard ✔️ Enterprise
2222

23-
::: zone pivot="sc-consumption-plan"
2423
This article explains how to deploy a small application to run on Azure Spring Apps.
2524

2625
The application code used in this tutorial is a simple app. When you've completed this example, the application is accessible online, and you can manage it through the Azure portal.
@@ -36,7 +35,7 @@ This quickstart explains how to:
3635
3736
At the end of this quickstart, you have a working Spring app running on Azure Spring Apps.
3837

39-
## [Standard consumption plan with Azure CLI](#tab/Consumption-Plan)
38+
::: zone pivot="sc-consumption-plan"
4039

4140
## Prerequisites
4241

@@ -197,20 +196,6 @@ Deploying the application can take a few minutes.
197196
::: zone-end
198197

199198
::: zone pivot="sc-standard"
200-
This article explains how to deploy a small application to run on Azure Spring Apps.
201-
202-
The application code used in this tutorial is a simple app. When you've completed this example, the application is accessible online, and you can manage it through the Azure portal.
203-
204-
This quickstart explains how to:
205-
206-
> [!div class="checklist"]
207-
208-
> - Generate a basic Spring project.
209-
> - Provision a service instance.
210-
> - Build and deploy an app with a public endpoint.
211-
> - Clean up the resources.
212-
213-
At the end of this quickstart, you have a working Spring app running on Azure Spring Apps.
214199

215200
## [Azure CLI](#tab/Azure-CLI)
216201

@@ -230,7 +215,7 @@ Use the following steps to create an Azure Spring Apps service instance.
230215
az account show
231216
```
232217

233-
1. Azure Cloud Shell workspaces are temporary. When first started, the shell prompts you to select an [Azure Storage](../storage/common/storage-introduction.md) instance with your subscription to persist files across sessions.
218+
1. Azure Cloud Shell workspaces are temporary. When first started, the shell prompts you to associate an [Azure Storage](../storage/common/storage-introduction.md) instance with your subscription to persist files across sessions.
234219

235220
:::image type="content" source="media/quickstart/azure-storage-subscription.png" alt-text="Screenshot of Azure Storage subscription." lightbox="media/quickstart/azure-storage-subscription.png":::
236221

@@ -440,23 +425,10 @@ Use the following steps to build and deploy your app.
440425
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).
441426

442427
---
428+
443429
::: zone-end
444430

445431
::: zone pivot="sc-enterprise"
446-
This article explains how to deploy a small application to run on Azure Spring Apps.
447-
448-
The application code used in this tutorial is a simple app. When you've completed this example, the application is accessible online, and you can manage it through the Azure portal.
449-
450-
This quickstart explains how to:
451-
452-
> [!div class="checklist"]
453-
454-
> - Generate a basic Spring project.
455-
> - Provision a service instance.
456-
> - Build and deploy an app with a public endpoint.
457-
> - Clean up the resources.
458-
459-
At the end of this quickstart, you have a working Spring app running on Azure Spring Apps.
460432

461433
## [Azure CLI](#tab/Azure-CLI)
462434

@@ -477,7 +449,7 @@ Use the following steps to create an Azure Spring Apps service instance.
477449
az account show
478450
```
479451

480-
1. Azure Cloud Shell workspaces are temporary. When first started, the shell prompts you to select an [Azure Storage](../storage/common/storage-introduction.md) instance with your subscription to persist files across sessions.
452+
1. Azure Cloud Shell workspaces are temporary. When first started, the shell prompts you to associate an [Azure Storage](../storage/common/storage-introduction.md) instance with your subscription to persist files across sessions.
481453

482454
:::image type="content" source="media/quickstart/azure-storage-subscription.png" alt-text="Screenshot of Azure Storage subscription." lightbox="media/quickstart/azure-storage-subscription.png":::
483455

@@ -692,6 +664,7 @@ Use the following steps to build and deploy your app.
692664
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).
693665

694666
---
667+
695668
::: zone-end
696669

697670
Once deployment has completed, you can access the app at `https://<service-instance-name>-hellospring.azuremicroservices.io/`.
@@ -719,10 +692,12 @@ To learn how to use more Azure Spring capabilities, advance to the quickstart se
719692
> [Introduction to the sample app](./quickstart-sample-app-introduction.md)
720693
721694
::: zone pivot="sc-consumption-plan"
695+
722696
To learn how to create a Standard consumption plan in Azure Spring Apps for app deployment, advance to the Standard consumption quickstart series:
723697

724698
> [!div class="nextstepaction"]
725699
> [Provision an Azure Spring Apps Standard consumption plan service instance](./quickstart-provision-standard-consumption-service-instance.md)
700+
726701
::: zone-end
727702

728703
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

Comments
 (0)