Skip to content

Commit c2b51c4

Browse files
committed
fix links
1 parent 4bf85b3 commit c2b51c4

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/container-apps/whats-new.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,22 @@ This article lists significant updates and new features available in Azure Conta
2020

2121
| Feature | Description |
2222
| ------- | ------------ |
23-
| [Generally Available: Azure Functions on Azure Container Apps](../azure-functions/functions-container-apps-hosting) | 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) | 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) | 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) | 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]() | 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) | You can now set Java application log levels in Azure Container Apps without redeploying or restarting your apps. |
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. |
2929

3030
## March 2024
3131

3232
| Feature | Description |
3333
| ------- | ------------ |
34-
| [Generally Available: Free managed certificates](./custom-domains-managed-certificates) | 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) | 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. |
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. |
3636
| [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) | 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) | All Java apps are now calibrated with JVM memory defaults for better performance and reliability in container environment. |
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. |
3939
| [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. |
4040

4141
## January 2024

0 commit comments

Comments
 (0)