Skip to content

Commit 7ddc2f6

Browse files
The first edits from the Learn Linter.
1 parent 1e54416 commit 7ddc2f6

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

articles/container-apps/java-application-performance-management-config.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
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
2+
title: "Configure the APM Java agent with Init Containers"
3+
titleSuffix: Azure Container Apps
4+
description: Learn to configure Application Performance Management (APM) Java agent with init container in Azure Container Apps.
5+
customer intent: As a developer, I want to configure the APM Java agent with init containers in Azure Container Apps so that I can monitor and manage application performance.
46
services: container-apps
57
ms.service: azure-container-apps
68
ms.custom: devx-track-azurecli
@@ -12,12 +14,12 @@ author: KarlErickson
1214

1315
# Tutorial: Configure the Application Performance Management (APM) Java agent with init containers in Azure Container Apps
1416

15-
This article shows you how to configure the Application Performance Management (APM) Java agent with init containers in Azure Container Apps. 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 together the management concerns, like release and Common Vulnerabilities and Exposures (CVE) mitigation. Rather than binding the concerns together, you can use the Java agent and init containers in Azure Container Apps to inject APM solutions without modifying your app image.
17+
In this tutorial, you configure the Application Performance Management (APM) Java agent with init containers in Azure Container Apps. 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 together the management concerns, like release and Common Vulnerabilities and Exposures (CVE) mitigation. Rather than binding the concerns together, you can use the Java agent and init containers in Azure Container Apps to inject APM solutions without modifying your app image.
1618

17-
In this tutorial, you learn how to:
19+
In this tutorial, you:
1820

1921
> [!div class="checklist"]
20-
> * Prepare an image to set up Java agent and push to Azure Container Registry.
22+
> * Prepare an image to set up the Java agent and push it to an Azure Container Registry.
2123
> * Create a Container Apps environment and a container app as the target Java app.
2224
> * Configure init containers and volume mounts to set up Application Insights integration.
2325
@@ -345,7 +347,7 @@ Use the following steps to configure your init container with secrets, environme
345347

346348
## Clean up resources
347349

348-
The resources you created in this tutorial contribute to your Azure bill. If you won't need them long term, use the following command to remove the resource group and its resources:
350+
The resources you created in this tutorial contribute to your Azure bill. If you don't need them long term, use the following command to remove the resource group and its resources:
349351
350352
# [Azure CLI](#tab/azurecli)
351353
@@ -360,7 +362,7 @@ az group delete --resource-group $RESOURCE_GROUP
360362
361363
---
362364
363-
## Other APM solutions
365+
## Related content
364366
365367
Other than [Azure Application Insights](/azure/azure-monitor/app/java-standalone-config), there are other popular APM solutions in the community. If you want to integrate your Azure Container App with other APM providers, just replace the Java agent JAR and related config files.
366368

0 commit comments

Comments
 (0)