Skip to content

Commit f0d9a4f

Browse files
committed
Update java-feature-switch.md
Fixed wording
1 parent 90b23ca commit f0d9a4f

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

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

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ This guide provides step-by-step instructions for enabling key Java features in
1818
## Java Virtual Machine (JVM) metrics
1919
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 optimize application performance and address potential issues proactively.
2020

21-
::: zone pivot="azure-cli"
22-
To turn on Java Virtual Machine (JVM) metrics on CLI, refer to [Metrics Configuration on CLI](java-metrics.md?tabs=create&pivots=azure-cli#configuration).
21+
::: zone pivot="azure-portal"
22+
To turn on Java Virtual Machine (JVM) metrics on portal, refer to [Metrics Configuration on Portal](java-metrics.md?tabs=create&pivots=azure-portal#configuration).
2323

2424
::: zone-end
2525

26-
::: zone pivot="azure-portal"
27-
To turn on Java Virtual Machine (JVM) metrics on portal, refer to [Metrics Configuration on Portal](java-metrics.md?tabs=create&pivots=azure-portal#configuration).
26+
::: zone pivot="azure-cli"
27+
To turn on Java Virtual Machine (JVM) metrics on CLI, refer to [Metrics Configuration on CLI](java-metrics.md?tabs=create&pivots=azure-cli#configuration).
2828

2929
::: zone-end
3030

@@ -33,6 +33,11 @@ The JVM conservatively manages memory, but with Java automatic memory fitting, y
3333

3434
Automatic memory fitting is **enabled by default**, but you can disable manually.
3535

36+
::: zone pivot="azure-portal"
37+
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+
39+
::: zone-end
40+
3641
::: zone pivot="azure-cli"
3742
To turn off Automatic memory fitting on CLI, refer to [Disable memory fitting](java-memory-fit.md?tabs=create#disable-memory-fitting).
3843

@@ -43,6 +48,10 @@ Azure Container Apps provides a built-in diagnostics tool designed specifically
4348

4449
### Dynamic logger level
4550

51+
::: zone pivot="azure-portal"
52+
Enabling Dynamic logger level is currently only available on CLI, please refer to [Enable JVM diagnostics for your Java applications](java-dynamic-log-level.md?enable-jvm-diagnostics-for-your-java-applications).
53+
::: zone-end
54+
4655
::: zone pivot="azure-cli"
4756
To turn on Dynamic logger level on CLI, refer to [Enable JVM diagnostics for your Java applications](java-dynamic-log-level.md?enable-jvm-diagnostics-for-your-java-applications).
4857
::: zone-end
@@ -53,46 +62,42 @@ Azure Container Apps supports various Spring Components as managed services, all
5362
### Eureka Server for Spring
5463
Eureka Server for Spring is a service registry that allows microservices to register themselves and discover other services. Available as an Azure Container Apps component, you can bind your container app to a Eureka Server for Spring for automatic registration with the Eureka server.
5564

56-
::: zone pivot="azure-cli"
57-
To use Eureka Server for Spring on CLI, refer to [Create the Eureka Server for Spring Java component on CLI](java-eureka-server.md?tabs=azure-cli#create-the-eureka-server-for-spring-java-component).
58-
59-
::: zone-end
60-
6165
::: zone pivot="azure-portal"
6266
To use Eureka Server for Spring on portal, refer to [Create the Eureka Server for Spring Java component on Portal](java-eureka-server.md?tabs=azure-portal#create-the-eureka-server-for-spring-java-component).
6367

6468
::: zone-end
6569

70+
::: zone pivot="azure-cli"
71+
To use Eureka Server for Spring on CLI, refer to [Create the Eureka Server for Spring Java component on CLI](java-eureka-server.md?tabs=azure-cli#create-the-eureka-server-for-spring-java-component).
6672

73+
::: zone-end
6774

6875
### Config Server for Spring
6976
Config Server for Spring provides a centralized location to make configuration data available to multiple applications.
7077

71-
::: zone pivot="azure-cli"
72-
To use Config Server for Spring on CLI, refer to [Create the Config Server for Spring Java component on CLI](java-config-server.md?tabs=azure-cli#create-the-config-server-for-spring-java-component).
73-
74-
::: zone-end
75-
7678
::: zone pivot="azure-portal"
7779
To use Config Server for Spring on portal, refer to [Create the Config Server for Spring Java component on Portal](java-config-server.md?tabs=azure-portal#create-the-config-server-for-spring-java-component).
7880

7981
::: zone-end
8082

83+
::: zone pivot="azure-cli"
84+
To use Config Server for Spring on CLI, refer to [Create the Config Server for Spring Java component on CLI](java-config-server.md?tabs=azure-cli#create-the-config-server-for-spring-java-component).
85+
86+
::: zone-end
8187

8288
### Admin for Spring
8389
The Admin for Spring managed component offers an administrative interface for Spring Boot web applications that expose actuator endpoints.
8490

85-
::: zone pivot="azure-cli"
86-
To use Admin for Spring on CLI, refer to [Use the componentt on CLI](java-admin?tabs=azure-cli).
91+
::: zone pivot="azure-portal"
92+
To use Admin for Spring on portal, refer to [Use the component on Portal](java-admin.md?tabs=azure-portal).
8793

8894
::: zone-end
8995

90-
::: zone pivot="azure-portal"
91-
To use Admin for Spring on portal, refer to [Use the component on Portal](java-admin?tabs=azure-portal).
96+
::: zone pivot="azure-cli"
97+
To use Admin for Spring on CLI, refer to [Use the componentt on CLI](java-admin.md?tabs=azure-cli).
9298

9399
::: zone-end
94100

95-
96101
## Next steps
97102

98103
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)