You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/java-feature-switch.md
+24-19Lines changed: 24 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,13 @@ This guide provides step-by-step instructions for enabling key Java features in
18
18
## Java Virtual Machine (JVM) metrics
19
19
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.
20
20
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).
23
23
24
24
::: zone-end
25
25
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).
28
28
29
29
::: zone-end
30
30
@@ -33,6 +33,11 @@ The JVM conservatively manages memory, but with Java automatic memory fitting, y
33
33
34
34
Automatic memory fitting is **enabled by default**, but you can disable manually.
35
35
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
+
36
41
::: zone pivot="azure-cli"
37
42
To turn off Automatic memory fitting on CLI, refer to [Disable memory fitting](java-memory-fit.md?tabs=create#disable-memory-fitting).
38
43
@@ -43,6 +48,10 @@ Azure Container Apps provides a built-in diagnostics tool designed specifically
43
48
44
49
### Dynamic logger level
45
50
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
+
46
55
::: zone pivot="azure-cli"
47
56
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).
48
57
::: zone-end
@@ -53,46 +62,42 @@ Azure Container Apps supports various Spring Components as managed services, all
53
62
### Eureka Server for Spring
54
63
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.
55
64
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
-
61
65
::: zone pivot="azure-portal"
62
66
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).
63
67
64
68
::: zone-end
65
69
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).
66
72
73
+
::: zone-end
67
74
68
75
### Config Server for Spring
69
76
Config Server for Spring provides a centralized location to make configuration data available to multiple applications.
70
77
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
-
76
78
::: zone pivot="azure-portal"
77
79
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).
78
80
79
81
::: zone-end
80
82
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
81
87
82
88
### Admin for Spring
83
89
The Admin for Spring managed component offers an administrative interface for Spring Boot web applications that expose actuator endpoints.
84
90
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).
87
93
88
94
::: zone-end
89
95
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).
0 commit comments