Skip to content

Commit a8c1422

Browse files
authored
Update overview.md
updated standard consumption
1 parent de732f2 commit a8c1422

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

articles/spring-apps/overview.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-java, contperf-fy21q2, event-tier1-build-2022
1515
> [!NOTE]
1616
> 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.
1717
18-
**This article applies to:** ✔️ Basic/Standard tier ✔️ Enterprise tier
18+
**This article applies to:** ✔️ Standard Consumption ✔️ Basic/Standard ✔️ Enterprise
1919

2020
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.
2121

@@ -65,13 +65,17 @@ The following documents will help you migrate existing Spring Boot apps to Azure
6565
* [Migrate Spring Boot applications to Azure Spring Apps](/azure/developer/java/migration/migrate-spring-boot-to-azure-spring-apps)
6666
* [Migrate Spring Cloud applications to Azure Spring Apps](/azure/developer/java/migration/migrate-spring-cloud-to-azure-spring-apps?pivots=sc-standard-tier)
6767

68-
The following quickstarts apply to Basic/Standard tier only. For Enterprise tier quickstarts, see the next section.
68+
The following quickstarts apply to Basic/Standard only. For Enterprise quickstarts, see the next section.
6969

7070
* [Provision an Azure Spring Apps service instance](quickstart-provision-service-instance.md)
7171
* [Set up the configuration server](quickstart-setup-config-server.md)
7272
* [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.
7375

74-
## Enterprise Tier overview
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.
77+
78+
## Enterprise Plan
7579

7680
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.
7781

0 commit comments

Comments
 (0)