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/whats-new.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,25 +31,24 @@ The following update is now available in all plans:
31
31
32
32
The following update is now available in Basic/Standard plan:
33
33
34
-
-**Azure Developer CLI (azd) for Azure Spring Apps**: Azure Developer CLI (azd) is an open-source tool that accelerates the time it takes for you to get your application from local development environment to Azure. You can now initialize, package, provision and deploy a spring application onto Azure Spring Apps with only a few commands.[Try it on our quickstarts](https://learn.microsoft.com/en-us/azure/spring-apps/quickstart-deploy-web-app?tabs=Azure-Developer-CLI&pivots=sc-standard).
34
+
-**Azure Developer CLI (azd) for Azure Spring Apps**: Azure Developer CLI (azd) is an open-source tool that accelerates the time it takes for you to get your application from local development environment to Azure. You can now initialize, package, provision and deploy a spring application onto Azure Spring Apps with only a few commands.[Try it on our quickstarts](quickstart-deploy-web-app.md?tabs=Azure-Developer-CLI&pivots=sc-standard).
35
35
36
36
The following updates are now available in Enterprise plan:
37
37
38
-
-**Shareable build result among ASA-E instances (Preview)**: Allow to have full visibility of ASA built images by bring-your-own ACR to support below scenarios: 1) build and test in PREPROD environment and deploy to multiple PROD environments with the verified images; 2) orchestrate secure CICD pipeline to plug in any steps between build and deploy actions.
38
+
-**Shareable build result among ASA-E instances (Preview)**: Allow to have full visibility of ASA built images by bring-your-own ACR to support below scenarios: 1) build and test in PREPROD environment and deploy to multiple PROD environments with the verified images; 2) orchestrate secure CICD pipeline to plug in any steps between build and deploy actions. Check [How to deploy](how-to-enterprise-deploy-polyglot-apps.md?tabs=Portal%2Cuser-managed-container-registry#build-and-deploy-polyglot-applications) and [CI/CD with GitHub Actions](how-to-github-actions.md?pivots=programming-language-java#create-or-update-build-enterprise-plan-only).
39
39
40
-
-**High Availability support for App Accelerator and App Live View**: App Accelerator and App Live View now support multiple replicas to offer high availability.
40
+
-**High Availability support for App Accelerator and App Live View**: App Accelerator and App Live View now support multiple replicas to offer high availability.[Learn More](how-to-use-dev-tool-portal.md?tabs=Portal).
41
41
42
-
-**Spring Cloud Gateway auto scaling**: Spring Cloud Gateway now supports auto scaling to better serve the elastic traffic without the hassling of manual scaling.
42
+
-**Spring Cloud Gateway auto scaling**: Spring Cloud Gateway now supports auto scaling to better serve the elastic traffic without the hassling of manual scaling.[Learn More](how-to-configure-enterprise-spring-cloud-gateway.md?tabs=Azure-portal#set-up-autoscale-settings-for-vmware-spring-cloud-gateway-in-azure-cli).
43
43
44
-
-**Application Configuration Service – polyglot support**: Not only for Spring apps, any polyglot app (dotNet, Go, etc.) can be supported to leverage Application Configuration Service to manage its external configurations.
44
+
-**Application Configuration Service – polyglot support**: Not only for Spring apps, any polyglot app (dotNet, Go, etc.) can be supported to leverage Application Configuration Service to manage its external configurations.[Learn More](how-to-enterprise-application-configuration-service.md?tabs=Portal#polyglot-support).
45
45
46
-
-**Application Configuration Service – enhanced performance and security**: Performance dramatic enhancement in git monitoring operations allowing for faster updates of configuration and certification verification over TLS between it and git repos. [Learn More](https://learn.microsoft.com/en-us/azure/spring-apps/how-to-enterprise-application-configuration-service?tabs=Portal#polyglot-support).
46
+
-**Application Configuration Service – enhanced performance and security**: Performance dramatic enhancement in git monitoring operations allowing for faster updates of configuration and certification verification over TLS between it and git repos. [Learn More](how-to-enterprise-application-configuration-service.md).
47
47
48
-
-**1000 app instance support (preview)**: Maximum app instance count in one Azure Spring Apps enterprise service instance now is enlarged to be 1000 to support large scale microservice cluster.
48
+
-**1000 app instance support (preview)**: Maximum app instance count in one Azure Spring Apps enterprise service instance now is enlarged to be 1000 to support large scale microservice cluster.[Learn More](quotas.md).
49
49
50
-
-**App Accelerator certificate verification**: Certification verification over TLS between App Accelerator and git repos.
50
+
-**App Accelerator certificate verification**: Certification verification over TLS between App Accelerator and git repos[Learn More](how-to-use-accelerator.md?tabs=Portal#configure-accelerators-with-a-self-signed-certificate).
51
51
52
-
-**App Live View tooling support**: To better facilitate developer inner loop troubleshooting convenience, App Live View has been integrated into VS Code for developers to quickly open and troubleshoot apps in development.
0 commit comments