Skip to content

Commit 066be35

Browse files
committed
Update whats-new.md
1 parent 3ebfc5f commit 066be35

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

articles/spring-apps/whats-new.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,24 @@ The following update is now available in all plans:
3131

3232
The following update is now available in Basic/Standard plan:
3333

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).
3535

3636
The following updates are now available in Enterprise plan:
3737

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).
3939

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).
4141

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).
4343

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).
4545

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).
4747

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).
4949

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).
5151

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

5453

5554
## March 2023

0 commit comments

Comments
 (0)