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
Copy file name to clipboardExpand all lines: articles/spring-apps/how-to-custom-persistent-storage-with-standard-consumption.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: karlerickson
5
5
ms.author: yitaopan
6
6
ms.service: spring-apps
7
7
ms.topic: how-to
8
-
ms.date: 03/22/2023
8
+
ms.date: 03/21/2023
9
9
ms.custom: devx-track-java
10
10
---
11
11
@@ -91,7 +91,7 @@ Use the following steps to create a storage account and establish a file share t
91
91
92
92
The storage account key is required to create the storage link in your Azure Container Apps environment.
93
93
94
-
## Link the storage to the managed environment
94
+
## Link the storage to the Azure Container Apps environment
95
95
96
96
Create the storage link in the Azure Container Apps environment by using the following commands. The `az containerapp env storage set` command creates a link between the environment and the file share created with the `az storage share-rm` command.
97
97
@@ -138,4 +138,4 @@ echo "Press [ENTER] to continue ..."
138
138
139
139
## Next steps
140
140
141
-
-[Azure Spring Apps](./index.yml)
141
+
-[Customer responsibilities for Azure Spring Apps Standard consumption plan in a virtual network](./standard-consumption-customer-responsibilities.md)
#Customer intent: As an Azure Cloud user, I want to deploy, run, and monitor Spring applications.
@@ -140,6 +140,20 @@ Azure Spring Apps, including Enterprise tier, runs on Azure in a fully managed e
140
140
141
141
After you create your Enterprise tier service instance and deploy your applications, you can monitor with Application Insights or any other application performance management tools of your choice.
142
142
143
+
### Get started with the Standard consumption plan
144
+
145
+
The following quickstarts and articles will help you get started using the Standard consumption plan:
146
+
147
+
*[Provision a service instance](quickstart-provision-standard-consumption-service-instance.md)
148
+
*[Provision in an Azure Container Apps environment with VNet](quickstart-provision-standard-consumption-app-environment-with-virtual-network.md)
149
+
*[Access apps in a VNet](quickstart-access-standard-consumption-within-virtual-network.md)
150
+
*[Deploy an event-driven app](quickstart-deploy-event-driven-app-standard-consumption.md)
151
+
*[Set up autoscale](quickstart-apps-autoscale-standard-consumption.md)
152
+
*[Map a custom domain to Azure Spring Apps](quickstart-standard-consumption-custom-domain.md)
153
+
*[Analyze logs and metrics](quickstart-analyze-logs-and-metrics-standard-consumption.md)
154
+
*[Enable your own persistent storage](how-to-custom-persistent-storage-with-standard-consumption.md)
155
+
*[Customer responsibilities for Standard consumption plan in a virtual network](standard-consumption-customer-responsibilities.md)
156
+
143
157
### Get started with Enterprise tier
144
158
145
159
The following quickstarts will help you get started using the Enterprise tier:
Copy file name to clipboardExpand all lines: articles/spring-apps/quickstart-access-standard-consumption-within-virtual-network.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Access applications using Azure Spring Apps Standard consumption plan in a virtual network
2
+
title: Quickstart - Access applications using Azure Spring Apps Standard consumption plan in a virtual network
3
3
description: Learn how to access applications in a virtual network that are using the Azure Spring Apps Standard consumption plan.
4
4
author: karlerickson
5
5
ms.author: haojianzhong
@@ -9,15 +9,20 @@ ms.date: 03/21/2023
9
9
ms.custom: devx-track-java
10
10
---
11
11
12
-
# Access applications using Azure Spring Apps Standard consumption plan in a virtual network
12
+
# Quickstart: Access applications using Azure Spring Apps Standard consumption plan in a virtual network
13
13
14
-
This article describes how to access your application in a virtual network using Azure Spring Apps Standard Consumption plan.
14
+
> [!NOTE]
15
+
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
15
16
16
-
When you create an Azure Container Apps environment in an existing virtual network, you can access all the apps inside the environment only within that virtual network. In addition, when you create an instance of Azure Spring Apps inside the Azure Container Apps environment, you can access the applications in the Azure Spring Apps instance only from the virtual network. For more information, see [Provide a virtual network to an internal Azure Container Apps environments](/azure/container-apps/vnet-custom-internal?tabs=bash&pivots=azure-portal).
This article describes how to access your application in a virtual network using Azure Spring Apps Standard consumption plan.
20
+
21
+
When you create an Azure Container Apps environment in an existing virtual network, you can access all the apps inside the environment only within that virtual network. In addition, when you create an instance of Azure Spring Apps inside the Azure Container Apps environment, you can access the applications in the Azure Spring Apps instance only from the virtual network. For more information, see [Provide a virtual network to an internal Azure Container Apps environments](../container-apps/vnet-custom-internal.md?tabs=bash&pivots=azure-portal).
17
22
18
23
## Create a private DNS zone
19
24
20
-
Create a private DNS zone named as the Azure Container App environment’s default domain `<UNIQUE_IDENTIFIER>.<REGION_NAME>.azurecontainerapps.io`, with an A record.
25
+
Create a private DNS zone named as the default domain of the Azure Container Apps environment - `<UNIQUE_IDENTIFIER>.<REGION_NAME>.azurecontainerapps.io` - with an A record.
21
26
22
27
Use the following command to get the default domain of Azure Container Apps environment.
23
28
@@ -89,4 +94,5 @@ echo "Press [ENTER] to continue ..."
89
94
90
95
## Next steps
91
96
92
-
-[Azure Spring Apps documentation](./index.yml)
97
+
> [!div class="nextstepaction"]
98
+
> [Deploy an event-driven application to Azure Spring Apps with the Standard consumption plan](./quickstart-deploy-event-driven-app-standard-consumption.md)
Copy file name to clipboardExpand all lines: articles/spring-apps/quickstart-analyze-logs-and-metrics-standard-consumption.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
-
title: Analyze logs and metrics in the Azure Spring Apps Standard consumption plan
2
+
title: Quickstart - Analyze logs and metrics in the Azure Spring Apps Standard consumption plan
3
3
description: Learn how to analyze logs and metrics in the Azure Spring Apps Standard consumption plan.
4
4
author: KarlErickson
5
5
ms.author: shiqiu
6
6
ms.service: spring-apps
7
-
ms.topic: how-to
8
-
ms.date: 3/14/2023
7
+
ms.topic: quickstart
8
+
ms.date: 3/21/2023
9
9
ms.custom: devx-track-java
10
10
---
11
11
12
-
# Analyze logs and metrics in the Azure Spring Apps Standard consumption plan
12
+
# Quickstart: Analyze logs and metrics in the Azure Spring Apps Standard consumption plan
13
13
14
14
> [!NOTE]
15
15
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
@@ -21,7 +21,8 @@ This article shows you how to analyze logs and metrics in the Azure Spring Apps
21
21
## Prerequisites
22
22
23
23
- An Azure subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
24
-
- 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).
24
+
- An Azure Spring Apps Standard consumption plan service instance. For more information, see [Quickstart: Provision an Azure Spring Apps Standard consumption plan service instance](quickstart-provision-standard-consumption-service-instance.md).
25
+
- A Spring app deployed to Azure Spring Apps. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps](quickstart-deploy-apps.md).
25
26
26
27
## Analyze logs
27
28
@@ -136,4 +137,5 @@ Optionally, you can create filters to limit the data shown based on application
136
137
137
138
## Next steps
138
139
139
-
[Azure Spring Apps documentation](./index.yml)
140
+
> [!div class="nextstepaction"]
141
+
> [How to enable your own persistent storage in Azure Spring Apps with the Standard consumption plan](./how-to-custom-persistent-storage-with-standard-consumption.md)
Copy file name to clipboardExpand all lines: articles/spring-apps/quickstart-apps-autoscale-standard-consumption.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ ms.custom: devx-track-java
11
11
12
12
# Quickstart: Set up autoscale for applications in Azure Spring Apps Standard consumption plan
13
13
14
+
> [!NOTE]
15
+
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
This article describes how to set up autoscale rules for your applications in Azure Spring Apps Standard consumption plan. The plan uses an Azure Container Apps environment to host your Spring applications, and provides the following management and support:
15
20
16
21
- Manages automatic horizontal scaling through a set of declarative scaling rules.
@@ -21,8 +26,8 @@ For more information, see [Azure Container Apps documentation](../container-apps
21
26
## Prerequisites
22
27
23
28
- An Azure subscription. If you don't have an Azure subscription, see [Azure free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
24
-
-A deployed Azure Spring Apps service instance.
25
-
-At least one application already created in your service instance.
29
+
-An Azure Spring Apps Standard consumption plan service instance. For more information, see [Quickstart: Provision an Azure Spring Apps Standard consumption plan service instance](quickstart-provision-standard-consumption-service-instance.md).
30
+
-A Spring app deployed to Azure Spring Apps. For more information, see [Quickstart: Build and deploy apps to Azure Spring Apps](quickstart-deploy-apps.md).
26
31
27
32
## Scale definition
28
33
@@ -100,4 +105,5 @@ echo "Press [ENTER] to continue ..."
100
105
101
106
## Next steps
102
107
103
-
-[Azure Spring Apps documentation](./index.yml)
108
+
> [!div class="nextstepaction"]
109
+
> [Map a custom domain to Azure Spring Apps with the Standard consumption plan](./quickstart-standard-consumption-custom-domain.md)
This article explains how to deploy a Spring Boot event-driven application to Azure Spring Apps with the Standard consumption plan.
23
23
24
-
The sample project is an event-driven application that subscribes to a [Service Bus queue](/azure/service-bus-messaging/service-bus-queues-topics-subscriptions#queues) named `lower-case`, and then handles the message and sends another message to another queue named `upper-case`. To make the app simple, message processing just converts the message to uppercase. The following diagram depicts this process:
24
+
The sample project is an event-driven application that subscribes to a [Service Bus queue](../service-bus-messaging/service-bus-queues-topics-subscriptions.md#queues) named `lower-case`, and then handles the message and sends another message to another queue named `upper-case`. To make the app simple, message processing just converts the message to uppercase. The following diagram depicts this process:
25
25
26
26
:::image type="content" source="media/quickstart-deploy-event-driven-app-standard-consumption/diagram.png" alt-text="Diagram of Spring event-driven app architecture." lightbox="media/quickstart-deploy-event-driven-app-standard-consumption/diagram.png":::
27
27
@@ -38,13 +38,13 @@ Use the following steps to prepare the sample locally.
38
38
39
39
1. The sample project is ready on GitHub. Clone sample project by using the following command:
1. Build the sample project by using the following commands:
46
46
47
-
```shell
47
+
```bash
48
48
cd ASA-Samples-Event-Driven-Application
49
49
./mvnw clean package -DskipTests
50
50
```
@@ -153,15 +153,13 @@ Use the following steps to create the environment:
153
153
154
154
## Create the Azure Spring Apps instance
155
155
156
-
An Azure Spring Apps Consumption plan instance hosts the Spring event-driven app. Use the following steps to create the service instance and then create an app inside the instance.
156
+
An Azure Spring Apps Standard consumption plan instance hosts the Spring event-driven app. Use the following steps to create the service instance and then create an app inside the instance.
157
157
158
-
1. Install the Spring extension designed for `StandardGen2`Azure Spring Apps by using the following command:
158
+
1. Install the Azure CLI extension designed for Azure Spring Apps Standard consumption by using the following command:
0 commit comments