Skip to content

Commit 5f5ec14

Browse files
committed
Spell out acronym APM in filename and title
1 parent 207349a commit 5f5ec14

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/container-apps/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@
381381
- name: Query managed component logs
382382
href: java-component-logs.md
383383
displayName: java
384-
- name: Configure APM Java agent with init-container
385-
href: java-apm-agent-config.md
384+
- name: Configure Application Performance Management (APM) Java agent with init-container
385+
href: java-application-performance-management-config.md
386386
- name: Create a highly available Eureka server component cluster
387387
href: java-eureka-server-highly-available.md
388388
displayName: java

articles/container-apps/java-apm-agent-config.md renamed to articles/container-apps/java-application-performance-management-config.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Tutorial: Configure Application Performance Management (APM) Java agent with init-container"
3-
description: Learn to configure Application Performance Management (APM) Java agent with init-container
2+
title: "Tutorial: Configure Application Performance Management (APM) Java agent with init-container in Azure Container Apps"
3+
description: Learn to configure Application Performance Management (APM) Java agent with init-container in Azure Container Apps
44
services: container-apps
55
author: croffz
66
ms.service: azure-container-apps
@@ -10,9 +10,9 @@ ms.date: 11/4/2024
1010
ms.author: kuzhong
1111
---
1212

13-
# Tutorial: Configure APM Java agent with init-container
13+
# Tutorial: Tutorial: Configure Application Performance Management (APM) Java agent with init-container in Azure Container Apps
1414

15-
Application Performance Management (APM) helps power observability for your container apps. 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. Rather than binding the concerns together, you can apply Java agent and init containers in Azure Container Apps to inject APM solutions without modifying your app image.
15+
Application Performance Management (APM) helps power observability for your container apps. 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 Common Vulnerabilities and Exposures (CVE) mitigation. Rather than binding the concerns together, you can apply Java agent and init containers in Azure Container Apps to inject APM solutions without modifying your app image.
1616

1717
In this tutorial, you learn how to:
1818

0 commit comments

Comments
 (0)