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 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.
Azure Spring Apps makes it easy to deploy Spring Boot applications to Azure without any code changes. The service manages the infrastructure of Spring applications so developers can focus on their code. Azure Spring Apps provides lifecycle management using comprehensive monitoring and diagnostics, configuration management, service discovery, CI/CD integration, blue-green deployments, and more.
21
21
@@ -41,7 +41,7 @@ Azure Spring Apps supports both Java [Spring Boot](https://spring.io/projects/sp
41
41
42
42
As part of the Azure ecosystem, Azure Spring Apps allows easy binding to other Azure services including storage, databases, monitoring, and more.
43
43
44
-

44
+
:::image type="content" source="media/overview/overview.png" alt-text="Diagram showing an overview of how Azure Spring Apps interacts with other services and tools." lightbox="media/overview/overview.png":::
45
45
46
46
* Azure Spring Apps is a fully managed service for Spring Boot apps that lets you focus on building and running apps without the hassle of managing infrastructure.
47
47
@@ -70,12 +70,16 @@ The following quickstarts apply to Basic/Standard only. For Enterprise quickstar
70
70
*[Provision an Azure Spring Apps service instance](quickstart-provision-service-instance.md)
71
71
*[Set up the configuration server](quickstart-setup-config-server.md)
72
72
*[Build and deploy apps](quickstart-deploy-apps.md)
73
-
## Standard Consumption Plan
74
-
Standard Consumption plan provides a flexible billing model where you can pay only for compute time used instead of provisioning resources. Start with as little as 0.25 vCPU and dynamically scale out based on Http or events powered by Kubernetes Event-Driven Autoscaling (KEDA). Additionally, you can scale your app instance to zero and stop all charges related to the app when there are no requests to process.
75
73
76
-
Standard Consumption simplifies the VNet network experience for running polyglot apps. All your apps will share the same VNet when you deploy frontend apps as containers in Azure Container Apps and Spring apps in Standard Consumption, in the same Azure Container Apps environment. No need to create disparate subnets and Network Security Groups for frontend apps, Spring apps and Spring service runtime.
74
+
## Standard consumption plan
77
75
78
-
## Enterprise Plan
76
+
The Standard consumption plan provides a flexible billing model where you pay only for compute time used instead of provisioning resources. Start with as little as 0.25 vCPU and dynamically scale out based on HTTP or events powered by Kubernetes Event-Driven Autoscaling (KEDA). You can also scale your app instance to zero and stop all charges related to the app when there are no requests to process.
77
+
78
+
Standard consumption simplifies the VNet network experience for running polyglot apps. All your apps will share the same VNet when you deploy frontend apps as containers in Azure Container Apps and Spring apps in Standard consumption, in the same Azure Container Apps environment. There's no need to create disparate subnets and Network Security Groups for frontend apps, Spring apps, and the Spring service runtime.
79
+
80
+
:::image type="content" source="media/overview/standard-consumption-plan.png" alt-text="Diagram showing PetClinic apps in Azure Spring Apps standard consumption plan." lightbox="media/overview/standard-consumption-plan.png":::
81
+
82
+
## Enterprise plan
79
83
80
84
Based on our learnings from customer engagements, we built Azure Spring Apps Enterprise tier with commercially supported Spring runtime components to help enterprise customers to ship faster and unlock Spring’s full potential, including feature parity and region parity with Standard tier.
81
85
@@ -132,10 +136,21 @@ Azure Spring Apps, including Enterprise tier, runs on Azure in a fully managed e
132
136
| Monitor end-to-end using any tool and platform. | Application Insights, Azure Log Analytics, Splunk, Elastic, New Relic, Dynatrace, or AppDynamics |
133
137
| Connect Spring applications and interact with your cloud services. | Spring integration with Azure services for data, messaging, eventing, cache, storage, and directories |
| Use familiar development tools. | IntelliJ, Visual Studio Code, Eclipse, Spring Tool Suite, Maven, or Gradle |
139
+
| Use familiar development tools. | IntelliJ, Visual Studio Code, Eclipse, Spring Tool Suite, Maven, or Gradle |
136
140
137
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.
138
142
143
+
### Get started with the Standard consumption plan
144
+
145
+
The following quickstarts and articles will help you get started using Standard consumption:
146
+
147
+
* Launch your first app - Provision an Azure Spring Apps service on Standard consumption and launch your first app
148
+
* Launch your first event-driven app – launch an event-driven app on Standard consumption
149
+
* Create Azure Spring Apps in Azure Container Apps Environment with an existing VNet
150
+
* Autoscale your apps in Standard consumption
151
+
* Analyze Logs and Metrics
152
+
* Migration to Standard consumption
153
+
139
154
### Get started with Enterprise tier
140
155
141
156
The following quickstarts will help you get started using the Enterprise tier:
0 commit comments