Skip to content

Commit 078be1b

Browse files
committed
Acrolinx fixes
1 parent 9caad69 commit 078be1b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/spring-apps/overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ As part of the Azure ecosystem, Azure Spring Apps allows easy binding to other A
4545

4646
* 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.
4747

48-
* Simply 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.
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.
4949

5050
* Monitoring is simple. After deployment you can monitor app performance, fix errors, and rapidly improve applications.
5151

@@ -75,7 +75,7 @@ The following quickstarts apply to the Basic/Standard plan only. For Enterprise
7575

7676
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.
7777

78-
The Standard consumption plan simplifies the virtual network experience for running polyglot apps. All your apps share the same virtual network when you deploy frontend apps as containers in Azure Container Apps and Spring apps in the Standard consumption plan, 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.
7979

8080
:::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":::
8181

@@ -91,15 +91,15 @@ The following video introduces the Azure Spring Apps Enterprise plan.
9191
9292
### Deploy and manage Spring and polyglot applications
9393

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 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.
9595

9696
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.
9797

9898
### Route client requests to applications
9999

100100
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®.
101101

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:
103103

104104
* Single sign-on integration with your preferred identity provider without any extra code or dependencies.
105105
* Dynamic routing rules to applications without any application redeployment.
@@ -129,7 +129,7 @@ VMware Tanzu components deliver increased value so you can accomplish the follow
129129

130130
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.
131131

132-
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 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).
133133

134134
### Fully integrate into the Azure and Java ecosystems
135135

@@ -176,7 +176,7 @@ The following articles help you get started using the Enterprise plan:
176176

177177
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.
178178

179-
As a quick reference, the articles listed above and the articles in the following list apply to the Enterprise plan only, or contain significant content that applies only to the Enterprise plan:
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:
180180

181181
* [Use Application Configuration Service for Tanzu](how-to-enterprise-application-configuration-service.md)
182182
* [Use Tanzu Build Service](how-to-enterprise-build-service.md)

0 commit comments

Comments
 (0)