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-application-performance-management-config.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
---
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.
4
6
services: container-apps
5
7
ms.service: azure-container-apps
6
8
ms.custom: devx-track-azurecli
@@ -12,12 +14,12 @@ author: KarlErickson
12
14
13
15
# Tutorial: Configure the Application Performance Management (APM) Java agent with init containers in Azure Container Apps
14
16
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.
16
18
17
-
In this tutorial, you learn how to:
19
+
In this tutorial, you:
18
20
19
21
> [!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.
21
23
> * Create a Container Apps environment and a container app as the target Java app.
22
24
> * Configure init containers and volume mounts to set up Application Insights integration.
23
25
@@ -345,7 +347,7 @@ Use the following steps to configure your init container with secrets, environme
345
347
346
348
## Clean up resources
347
349
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:
349
351
350
352
# [Azure CLI](#tab/azurecli)
351
353
@@ -360,7 +362,7 @@ az group delete --resource-group $RESOURCE_GROUP
360
362
361
363
---
362
364
363
-
## Other APM solutions
365
+
## Related content
364
366
365
367
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.
0 commit comments