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/overview.md
+31-25Lines changed: 31 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ As part of the Azure ecosystem, Azure Spring Apps allows easy binding to other A
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
48
-
*Simply deploy your JARs or code for your Spring Boot app or Zip for your Steeltoe app, and Azure Spring Apps will automatically wire your apps with Spring service runtime and built-in app lifecycle.
48
+
*Deploy your JARs or code for your Spring Boot app or Zip for your Steeltoe app, and Azure Spring Apps automatically wires your apps with Spring service runtime and built-in app lifecycle.
49
49
50
50
* Monitoring is simple. After deployment you can monitor app performance, fix errors, and rapidly improve applications.
51
51
@@ -55,17 +55,17 @@ As part of the Azure ecosystem, Azure Spring Apps allows easy binding to other A
55
55
56
56
### Get started with Azure Spring Apps
57
57
58
-
The following quickstarts will help you get started:
58
+
The following articles help you get started:
59
59
60
60
*[Launch your first app](quickstart.md)
61
61
*[Introduction to the sample app](quickstart-sample-app-introduction.md)
62
62
63
-
The following documents will help you migrate existing Spring Boot apps to Azure Spring Apps:
63
+
The following articles help you migrate existing Spring Boot apps to Azure Spring Apps:
64
64
65
65
*[Migrate Spring Boot applications to Azure Spring Apps](/azure/developer/java/migration/migrate-spring-boot-to-azure-spring-apps)
66
66
*[Migrate Spring Cloud applications to Azure Spring Apps](/azure/developer/java/migration/migrate-spring-cloud-to-azure-spring-apps?pivots=sc-standard-tier)
67
67
68
-
The following quickstarts apply to Basic/Standard only. For Enterprise quickstarts, see the next section.
68
+
The following quickstarts apply to the Basic/Standard plan only. For Enterprise quickstarts, see the next section.
69
69
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)
@@ -75,59 +75,65 @@ The following quickstarts apply to Basic/Standard only. For Enterprise quickstar
75
75
76
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
77
78
-
Standard consumption simplifies the virtual network experience for running polyglot apps. All your apps will share the same virtual network 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.
78
+
The Standard consumption plan simplifies the virtual network experience for running polyglot apps. When you deploy frontend apps as containers in Azure Container Apps and Spring apps in the Standard consumption plan, all your apps share the same virtual network 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
79
80
80
:::image type="content" source="media/overview/standard-consumption-plan.png" alt-text="Diagram showing app architecture with Azure Spring Apps standard consumption plan." lightbox="media/overview/standard-consumption-plan.png" border="false":::
81
81
82
82
## Enterprise plan
83
83
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.
84
+
The Enterprise plan provides commercially supported Tanzu components with SLA assurance. For more information, see the [SLA for Azure Spring Apps](https://azure.microsoft.com/support/legal/sla/spring-apps). This support helps enterprise customers ship faster for mission-critical workloads with peace of mind. The Enterprise plan helps unlock Spring’s full potential while including feature parity and region parity with the Standard plan.
85
85
86
-
The following video introduces Azure Spring Apps Enterprise tier.
86
+
The following video introduces the Azure Spring Apps Enterprise plan.
### Deploy and manage Spring and polyglot applications
93
93
94
-
The fully managed VMware Tanzu® Build Service™ in Azure Spring Apps Enterprise tier automates container creation, management and governance at enterprise scale using open-source [Cloud Native Buildpacks](https://buildpacks.io/) and commercial [VMware Tanzu® Buildpacks](https://docs.pivotal.io/tanzu-buildpacks/). Tanzu Build Service offers a higher-level abstraction for building apps and provides a balance of control that reduces the operational burden on developers and supports enterprise IT operators who manage applications at scale. You can configure what Buildpacks to apply and build Spring applications and polyglot applications that run alongside Spring applications on Azure Spring Apps.
94
+
The fully managed VMware Tanzu® Build Service™ in the Azure Spring Apps Enterprise plan automates container creation, management and governance at enterprise scale using open-source [Cloud Native Buildpacks](https://buildpacks.io/) and commercial [VMware Tanzu® Buildpacks](https://docs.pivotal.io/tanzu-buildpacks/). Tanzu Build Service offers a higher-level abstraction for building apps. Tanzu Build Service also provides a balance of control that reduces the operational burden on developers and supports enterprise IT operators who manage applications at scale. You can configure what Buildpacks to apply and build Spring applications and polyglot applications that run alongside Spring applications on Azure Spring Apps.
95
95
96
96
Tanzu Buildpacks makes it easier to build Spring, Java, NodeJS, Python, Go and .NET Core applications and configure application performance monitoring agents such as Application Insights, New Relic, Dynatrace, AppDynamics, and Elastic.
97
97
98
98
### Route client requests to applications
99
99
100
100
You can manage and discover request routes and APIs exposed by applications using the fully managed Spring Cloud Gateway for VMware Tanzu® and API portal for VMware Tanzu®.
101
101
102
-
Spring Cloud Gateway for Tanzu effectively routes diverse client requests to applications in Azure Spring Apps, Azure, and on-premises, and addresses cross-cutting considerations for applications behind the Gateway such as securing, routing, rate limiting, caching, monitoring, resiliency and hiding applications. You can configure:
102
+
Spring Cloud Gateway for Tanzu effectively routes diverse client requests to applications in Azure Spring Apps, Azure, and on-premises. Spring Cloud Gateway also addresses cross-cutting considerations for applications behind the Gateway, such as securing, routing, rate limiting, caching, monitoring, resiliency and hiding applications. You can make the following configurations:
103
103
104
-
* Single sign-on integration with your preferred identity provider without any additional code or dependencies.
104
+
* Single sign-on integration with your preferred identity provider without any extra code or dependencies.
105
105
* Dynamic routing rules to applications without any application redeployment.
106
106
* Request throttling without any backing services.
107
107
108
108
API Portal for VMware Tanzu provides API consumers with the ability to find and view API route details exposed by Spring Cloud Gateway for Tanzu and test API requests.
109
109
110
110
### Use flexible and configurable VMware Tanzu components
111
111
112
-
With Azure Spring Apps Enterprise tier, you can use fully managed VMware Tanzu components on Azure. You can select which VMware Tanzu components you want to use in your environmentduring Enterprise instance creation. Tanzu Build Service, Spring Cloud Gateway for Tanzu, API Portal for VMware Tanzu, Application Configuration Service for VMware Tanzu®, and VMware Tanzu® Service Registry are available during public preview.
112
+
With the Azure Spring Apps Enterprise plan, you can use fully managed VMware Tanzu components on Azure without operational hassle. You can select which VMware Tanzu components you want to use in your environment, either during or after Enterprise instance creation. The following components are available today:
113
113
114
-
VMware Tanzu components deliver increased value so you can:
114
+
* Tanzu Build Service
115
+
* Spring Cloud Gateway for Tanzu
116
+
* API Portal for VMware Tanzu
117
+
* Application Configuration Service for VMware Tanzu®
118
+
* VMware Tanzu® Service Registry
119
+
* Application Live View for VMware Tanzu®
120
+
* Application Accelerator for VMware Tanzu®
121
+
122
+
VMware Tanzu components deliver increased value so you can accomplish the following tasks:
115
123
116
124
* Grow your enterprise grade application portfolio from a few applications to thousands with end-to-end observability while delegating operational complexity to Microsoft and VMware.
117
125
* Lift and shift Spring applications across Azure Spring Apps and any other compute environment.
118
126
* Control your build dependencies, deploy polyglot applications, and deploy Spring Cloud middleware components as needed.
119
127
120
-
Microsoft and VMware will continue to add more enterprise-grade features, including Tanzu components such as Application Live View for VMware Tanzu®, Application Accelerator for VMware Tanzu®, and Spring Cloud Data Flow for VMware Tanzu®, although the Azure Spring Apps Enterprise tier roadmap is not confirmed and is subject to change.
121
-
122
128
### Unlock Spring’s full potential with Long-Term Support (LTS)
123
129
124
-
Azure Spring Apps Enterprise tier includes VMware Spring Runtime Support for application development and deployments. This support gives you access to Spring experts, enabling you to unlock the full potential of the Spring ecosystem to develop and deploy applications faster.
130
+
The Azure Spring Apps Enterprise plan includes VMware Spring Runtime Support for application development and deployments. This support gives you access to Spring experts, enabling you to unlock the full potential of the Spring ecosystem to develop and deploy applications faster.
125
131
126
-
Typically, open-source Spring project minor releases are supported for a minimum of 12 months from the date of initial release. In Azure Spring Apps Enterprise, Spring project minor releases will receive commercial support for a minimum of 24 months from the date of initial release through the VMware Spring Runtime Support entitlement. This extended support ensures the security and stability of your Spring application portfolio even after the open source end of life dates. For more information, see [Spring Boot support](https://spring.io/projects/spring-boot#support).
132
+
Typically, open-source Spring project minor releases are supported for a minimum of 12 months from the date of initial release. In the Azure Spring Apps Enterprise plan, Spring project minor releases receive commercial support for a minimum of 24 months from the date of initial release through the VMware Spring Runtime Support entitlement. This extended support ensures the security and stability of your Spring application portfolio even after the open source end of life dates. For more information, see [Spring Boot support](https://spring.io/projects/spring-boot#support).
127
133
128
134
### Fully integrate into the Azure and Java ecosystems
129
135
130
-
Azure Spring Apps, including Enterprise tier, runs on Azure in a fully managed environment. You get all the benefits of Azure and the Java ecosystem, and the experience is familiar and intuitive, as shown in the following table:
136
+
Azure Spring Apps, including the Enterprise plan, runs on Azure in a fully managed environment. You get all the benefits of Azure and the Java ecosystem, and the experience is familiar and intuitive, as shown in the following table:
| Use familiar development tools. | IntelliJ, Visual Studio Code, Eclipse, Spring Tool Suite, Maven, or Gradle |
140
146
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.
147
+
After you create your Enterprise plan service instance and deploy your applications, you can monitor with Application Insights or any other application performance management tools of your choice.
142
148
143
149
### Get started with the Standard consumption plan
144
150
145
-
The following quickstarts and articles will help you get started using the Standard consumption plan:
151
+
The following articles help you get started using the Standard consumption plan:
146
152
147
153
*[Provision a service instance](quickstart-provision-standard-consumption-service-instance.md)
148
154
*[Provision in an Azure Container Apps environment with a virtual network](quickstart-provision-standard-consumption-app-environment-with-virtual-network.md)
@@ -152,13 +158,13 @@ The following quickstarts and articles will help you get started using the Stand
152
158
*[Map a custom domain to Azure Spring Apps](quickstart-standard-consumption-custom-domain.md)
153
159
*[Analyze logs and metrics](quickstart-analyze-logs-and-metrics-standard-consumption.md)
154
160
*[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)
161
+
*[Customer responsibilities for Azure Spring Apps Standard consumption plan in a virtual network](standard-consumption-customer-responsibilities.md)
156
162
157
-
### Get started with Enterprise tier
163
+
### Get started with the Enterprise plan
158
164
159
-
The following quickstarts will help you get started using the Enterprise tier:
165
+
The following articles help you get started using the Enterprise plan:
160
166
161
-
*[Enterprise Tier in Azure Marketplace](how-to-enterprise-marketplace-offer.md)
167
+
*[The Enterprise plan in Azure Marketplace](how-to-enterprise-marketplace-offer.md)
162
168
*[Introduction to Fitness Store sample](quickstart-sample-app-acme-fitness-store-introduction.md)
163
169
*[Build and deploy apps](quickstart-deploy-apps-enterprise.md)
164
170
*[Configure single sign-on](quickstart-configure-single-sign-on-enterprise.md)
@@ -168,9 +174,9 @@ The following quickstarts will help you get started using the Enterprise tier:
Most of the Azure Spring Apps documentation applies to all tiers. Some articles apply only to Enterprise tier or only to Basic/Standard tier, as indicated at the beginning of each article.
177
+
Most of the Azure Spring Apps documentation applies to all the service plans. Some articles apply only to the Enterprise plan or only to the Basic/Standard plan, as indicated at the beginning of each article.
172
178
173
-
As a quick reference, the articles listed above and the articles in the following list apply to Enterprise tier only, or contain significant content that applies only to Enterprise tier:
179
+
As a quick reference, the articles listed previously and the articles in the following list apply to the Enterprise plan only, or contain significant content that applies only to the Enterprise plan:
174
180
175
181
*[Use Application Configuration Service for Tanzu](how-to-enterprise-application-configuration-service.md)
0 commit comments