Skip to content

Commit d88dc49

Browse files
committed
Update title
1 parent b643782 commit d88dc49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/container-apps/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
- name: Query managed component logs
382382
href: java-component-logs.md
383383
displayName: java
384-
- name: Configure APM solutions by Java agent and init-container
384+
- name: Configure APM Java agent with init-container
385385
href: java-apm-agent-config.md
386386
- name: Create a highly available Eureka server component cluster
387387
href: java-eureka-server-highly-available.md

articles/container-apps/java-apm-agent-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Tutorial: Configure APM integration for Java applications with Java agent and init-container"
3-
description: Learn to configure APM integration for Java applications with Java agent and init-container
2+
title: "Tutorial: Configure APM Java agent with init-container"
3+
description: Learn to configure APM Java agent with init-container
44
services: container-apps
55
author: croffz
66
ms.service: azure-container-apps
@@ -10,7 +10,7 @@ ms.date: 09/26/2024
1010
ms.author: kuzhong
1111
---
1212

13-
# Tutorial: Configure APM integration for Java applications with Java agent and init-container
13+
# Tutorial: Configure APM Java agent with init-container
1414

1515
APM (Application Performance Management) is useful when it comes to observability for your applications running online. You can package the APM plugin in the same image or Dockerfile with your app, but it binds the management efforts together, like release and CVE (Common Vulnerabilities and Exposures) mitigation. Alternatively, you can apply Java agent and init containers in Azure Container Apps to inject APM solutions without modifying your app image.
1616

0 commit comments

Comments
 (0)