Skip to content

Commit d2c5cce

Browse files
authored
Merge pull request #277010 from cachai2/whatsnewJune24
update whats new up until June
2 parents 3b47ea5 + c2b51c4 commit d2c5cce

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

articles/container-apps/whats-new.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,40 @@ ms.date: 08/30/2023
1616

1717
This article lists significant updates and new features available in Azure Container Apps.
1818

19+
## May 2024
20+
21+
| Feature | Description |
22+
| ------- | ------------ |
23+
| [Generally Available: Azure Functions on Azure Container Apps](../azure-functions/functions-container-apps-hosting.md) | Azure Function’s host, runtime, extensions and Azure Function apps can be deployed as containers into the same compute environment. You can use centralized networking, observability, and configuration boundary for multi-type application development like microservices. |
24+
| [Public preview: Dynamic sessions](./sessions.md) | This fast, sandboxed, ephemeral compute is suitable for running untrusted code at scale in hostile multi-tenancy scenarios. Each session has full compute isolation using Hyper-V. |
25+
| [Public preview: Aspire dashboard support](./aspire-dashboard.md) | Access live data about your .NET project and containers in the cloud to evaluate the performance of your applications and debug errors with comprehensive logs, metrics, traces, and more. |
26+
| [Public Preview: NFS Azure Files volume mount support](./storage-mounts.md) | You can use NFS Azure Files volumes to share data between multiple containers in your application, or to persist data across container restarts. |
27+
| [Public Preview: Monitor apps with Java metrics](./java-metrics.md) | You can now monitor the performance and health of your apps with Java metrics such as garbage collection and memory usage. |
28+
| [Public Preview: Set Java log levels](./java-dynamic-log-level.md) | You can now set Java application log levels in Azure Container Apps without redeploying or restarting your apps. |
29+
30+
## March 2024
31+
32+
| Feature | Description |
33+
| ------- | ------------ |
34+
| [Generally Available: Free managed certificates](./custom-domains-managed-certificates.md) | Managed certificates are free and enable you to automatically provision and renew TLS certificates for any custom domain you add to your container app. |
35+
| [Public Preview: OpenTelemetry Agent support](./opentelemetry-agents.md) | Allows you to use open-source standards to send your app’s data without setting up an OTLP collector yourself. You can use the managed agent to choose where to send logs, metrics, and traces. |
36+
| [Public preview: Support for Key Vault Certificates](https://azure.microsoft.com/updates/public-preview-support-for-key-vault-certificates/) | Use Azure Key Vault to store and manage your own TLS/SSL certificates for use with Azure Container Apps at the app and environment level. |
37+
| [Public Preview: Tomcat support](./java-get-started.md) | Azure Container Apps now supports Apache Tomcat in the code-to-cloud build process. This means that you can use your existing code, and configuration, to create a cloud-native container app without the hassle. |
38+
| [Public Preview: JVM memory fit](./java-memory-fit.md) | All Java apps are now calibrated with JVM memory defaults for better performance and reliability in container environment. |
39+
| [Public Preview: Managed Java components: Eureka Server](./java-eureka-server.md) and [Public Preview: Managed Java components: Config Server](./java-config-server.md)| You can use managed Java components to access platform features for your apps that you would otherwise have to manage yourself. |
40+
41+
## January 2024
42+
43+
| Feature | Description |
44+
| ------- | ------------ |
45+
| [Generally Available: additional TCP ports](./ingress-overview.md#additional-tcp-ports) | Azure Container Apps now support additional TCP ports, enabling applications to accept TCP connections on multiple ports. This feature is in preview. |
46+
47+
## December 2023
48+
49+
| Feature | Description |
50+
| ------- | ------------ |
51+
| [Retirement: ACA preview API versions 2022-06-01-preview and 2022-11-01-preview](https://azure.microsoft.com/updates/retirement-azure-container-apps-preview-api-versions-20230401preview/) | Starting on March 6, 2024, Azure Container Apps control plane API versions 2023-04-01-preview will be retired. Before that date, migrate to the latest stable API version (2023-05-01) or latest preview API version (2023-08-01-preview). |
52+
1953
## November 2023
2054

2155
| Feature | Description |

0 commit comments

Comments
 (0)