Skip to content

Commit 7d920a5

Browse files
Edits
1 parent 3e88f92 commit 7d920a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/spring-apps/concept-app-customer-responsibilities.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ Azure Spring Apps provides and maintains the SDKs and base OS images necessary t
2323

2424
### Java runtime version
2525

26-
You may choose any LTS Java version as the major version, as long as it's officially supported and receives regular updates as a part of the auto patching process.
26+
You may choose any LTS Java version as the major version that is officially supported, and receives regular updates.
2727

2828
For more information, see [Java long-term support for Azure and Azure Stack](/azure/developer/java/fundamentals/java-support-on-azure).
2929

3030
### Spring Boot and Spring Cloud versions
3131

32-
You may choose any version of Spring Boot or Spring Cloud as long as it's compatible with your Java version.
32+
You may choose any version of Spring Boot or Spring Cloud that is compatible with the Java version you installed.
3333

34-
For new versions, Azure Spring Apps will support the latest Spring Boot or Spring Cloud major version starting from 30 days after its release. The latest minor version will be supported as soon as it's released.
34+
For new versions, Azure Spring Apps will support the latest Spring Boot or Spring Cloud major version 30 days after its release. The latest minor version will be supported as soon as it's released.
3535

36-
For old versions, Azure Spring Apps doesn't require you to upgrade Spring Boot or Spring Cloud to keep pace with the official support. However, with the officially supported versions, you're guaranteed to enjoy the best experience for some of our managed components, such as Config Server and Eureka Server for Standard consumption/dedicated tier and Standard tier, [Tanzu components](vmware-tanzu-components.md) for Enterprise tier, and metric collection for all tiers.
36+
For old versions, Azure Spring Apps doesn't require you to upgrade Spring Boot or Spring Cloud to receive support. However, with the officially-supported new versions, you're guaranteed to enjoy the best experience for some of our managed components, such as Config Server and Eureka Server for Standard consumption/dedicated tier and Standard tier, [Tanzu components](vmware-tanzu-components.md) for Enterprise tier, and metric collection for all tiers.
3737

3838
For more information, see the official support timeline of [Spring Boot](https://spring.io/projects/spring-boot#support) and [Spring Cloud](https://spring.io/projects/spring-cloud#overview). The Enterprise tier provides commercial support for Spring Boot, while the other tiers provide OSS support.
3939

@@ -61,6 +61,6 @@ You may choose your stack image during builder configuration, and we recommend u
6161

6262
## Keep track of version upgrade
6363

64-
Prepare early for the deprecation of any major component LTS version that your applications rely on. You'll receive notification from Microsoft one month prior to its end of support on Azure Spring Apps.
64+
Prepare early for the deprecation of any major component LTS version that your applications rely on. You'll receive notification from Microsoft one month prior to the end of support on Azure Spring Apps.
6565

6666
For regular upgrades, you can find specific information in your activity log once the upgrade is complete.

0 commit comments

Comments
 (0)