Skip to content

Commit b4648e8

Browse files
committed
art1-1
1 parent a52635f commit b4648e8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

articles/container-apps/java-feature-switch.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: How to turn on Java features in Azure Container Apps
3-
description: How to turn on Java features to use Java-optimized supports in Azure Container Apps
3+
description: How to turn on Java features to use Java-optimized supports in Azure Container Apps.
44
services: container-apps
55
author: hangwang
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli, devx-track-extended-java
88
ms.topic: how-to
9-
ms.date: 09/23/2024
9+
ms.date: 03/30/2026
1010
ms.author: hangwan
1111
zone_pivot_groups: container-apps-portal-or-cli
1212
---
@@ -15,7 +15,7 @@ zone_pivot_groups: container-apps-portal-or-cli
1515

1616
This guide provides step-by-step instructions for enabling key Java features in Azure Container Apps. By activating these features, you can optimize your Java applications for performance, monitoring, and ease of development.
1717

18-
## Java virtual machine (JVM) metrics
18+
## Java virtual machine metrics
1919

2020
Java virtual machine (JVM) metrics are essential for tracking the performance and health of your Java applications. These metrics offer insights into memory consumption, garbage collection, and thread activity within the JVM. By enabling Java metrics in Azure Container Apps, you can access these detailed metrics in Azure Monitor to proactively optimize application performance and address potential issues.
2121

@@ -30,12 +30,12 @@ To turn on Java virtual machine (JVM) metrics on CLI, refer to [Java metrics for
3030
::: zone-end
3131

3232
## Automatic memory fitting
33-
By default, the JVM manages memory conservatively, but Java automatic memory fitting fine-tunes how memory is managed for your Java application. Automatic memory fitting makes more memory available to your Java app, which may potentially boost performance by 10-20% without requiring code changes.
33+
By default, the JVM manages memory conservatively, but Java automatic memory fitting fine-tunes how memory is managed for your Java application. Automatic memory fitting makes more memory available to your Java app, which might potentially boost performance by 10-20% without requiring code changes.
3434

35-
Automatic memory fitting is **enabled by default**, but you can disable manually.
35+
Automatic memory fitting is **enabled by default**, but you can disable it manually.
3636

3737
::: zone pivot="azure-portal"
38-
Disabling automatic memory fitting is currently only available on CLI, please refer to [Disable memory fitting](java-memory-fit.md?tabs=create#disable-memory-fitting).
38+
Disabling automatic memory fitting is currently only available on CLI. For more information, see [Disable memory fitting](java-memory-fit.md?tabs=create#disable-memory-fitting).
3939

4040
::: zone-end
4141

@@ -59,7 +59,7 @@ To turn on dynamic logger level on CLI, refer to [Enable JVM diagnostics for you
5959

6060
## Java components
6161

62-
Azure Container Apps supports Java components as managed services, which allows you to extend the capability of your applications without having to deploy additional code.
62+
Azure Container Apps supports Java components as managed services, which allows you to extend the capability of your applications without having to deploy extra code.
6363

6464
### Eureka Server for Spring
6565

0 commit comments

Comments
 (0)