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
This article explains how to deploy a small application to run on Azure Spring Apps.
25
24
26
25
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:
36
35
37
36
At the end of this quickstart, you have a working Spring app running on Azure Spring Apps.
38
37
39
-
## [Standard consumption plan with Azure CLI](#tab/Consumption-Plan)
38
+
::: zone pivot="sc-consumption-plan"
40
39
41
40
## Prerequisites
42
41
@@ -197,20 +196,6 @@ Deploying the application can take a few minutes.
197
196
::: zone-end
198
197
199
198
::: 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.
214
199
215
200
## [Azure CLI](#tab/Azure-CLI)
216
201
@@ -230,7 +215,7 @@ Use the following steps to create an Azure Spring Apps service instance.
230
215
az account show
231
216
```
232
217
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.
234
219
235
220
:::image type="content" source="media/quickstart/azure-storage-subscription.png" alt-text="Screenshot of Azure Storage subscription." lightbox="media/quickstart/azure-storage-subscription.png":::
236
221
@@ -440,23 +425,10 @@ Use the following steps to build and deploy your app.
440
425
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).
441
426
442
427
---
428
+
443
429
::: zone-end
444
430
445
431
::: 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.
460
432
461
433
## [Azure CLI](#tab/Azure-CLI)
462
434
@@ -477,7 +449,7 @@ Use the following steps to create an Azure Spring Apps service instance.
477
449
az account show
478
450
```
479
451
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.
481
453
482
454
:::image type="content" source="media/quickstart/azure-storage-subscription.png" alt-text="Screenshot of Azure Storage subscription." lightbox="media/quickstart/azure-storage-subscription.png":::
483
455
@@ -692,6 +664,7 @@ Use the following steps to build and deploy your app.
692
664
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).
693
665
694
666
---
667
+
695
668
::: zone-end
696
669
697
670
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
719
692
> [Introduction to the sample app](./quickstart-sample-app-introduction.md)
720
693
721
694
::: zone pivot="sc-consumption-plan"
695
+
722
696
To learn how to create a Standard consumption plan in Azure Spring Apps for app deployment, advance to the Standard consumption quickstart series:
723
697
724
698
> [!div class="nextstepaction"]
725
699
> [Provision an Azure Spring Apps Standard consumption plan service instance](./quickstart-provision-standard-consumption-service-instance.md)
700
+
726
701
::: zone-end
727
702
728
703
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