Skip to content

Commit 61ae164

Browse files
Apply suggestions from code review
Karl's final code edits before signing off. Co-authored-by: Karl Erickson <[email protected]>
1 parent 8df05a9 commit 61ae164

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configure the APM Java agent with Init Containers"
33
titleSuffix: Azure Container Apps
4-
description: Learn to configure Application Performance Management (APM) Java agent with init container in Azure Container Apps.
4+
description: Learn how to configure the Application Performance Management (APM) Java agent with init containers in Azure Container Apps.
55
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.
66
services: container-apps
77
ms.service: azure-container-apps
@@ -99,16 +99,16 @@ Use the following steps to define environment variables and ensure your Containe
9999

100100
```azurecli
101101
CONNECTION_STRING=$(az monitor app-insights component show \
102-
--ids $APP_INSIGHTS_RESOURCE_ID \
103-
--query connectionString)
102+
--ids $APP_INSIGHTS_RESOURCE_ID \
103+
--query connectionString)
104104
```
105105

106106
# [PowerShell](#tab/powershell)
107107

108108
```azurepowershell
109109
$CONNECTION_STRING=(az monitor app-insights component show `
110-
--ids $APP_INSIGHTS_RESOURCE_ID `
111-
--query connectionString)
110+
--ids $APP_INSIGHTS_RESOURCE_ID `
111+
--query connectionString)
112112
```
113113

114114
## Prepare the container image

0 commit comments

Comments
 (0)