Skip to content

Commit 724b100

Browse files
committed
Fix format and arcolinx score
1 parent 743d872 commit 724b100

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: kuzhong
1212

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

15-
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 this will bind the management efforts together, like release and CVE (Common Vulnerabilities and Exposures) mitigation. Alternatively, you can leverage Java agent and init containers in Azure Container Apps to inject APM solutions without modifying your app image.
15+
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

1717
In this tutorial, you learn how to:
1818

@@ -195,7 +195,7 @@ The following commands help you define variables and ensure your Container Apps
195195
--query "properties.provisioningState"
196196
```
197197
198-
Once created, the command returns a "Succeeded" message.
198+
Once created, the command returns a "Succeeded" message.
199199
200200
1. Create a Container app for further configurations.
201201
@@ -219,9 +219,9 @@ The following commands help you define variables and ensure your Container Apps
219219
--query "properties.provisioningState"
220220
```
221221
222-
Once created, the command returns a "Succeeded" message.
222+
Once created, the command returns a "Succeeded" message.
223223
224-
## Configure init-container, environment variables and volumes to set up Application Insights integration
224+
## Configure init-container, environment variables, and volumes to set up Application Insights integration
225225
226226
1. Get current configurations of the running Container App.
227227
@@ -243,11 +243,11 @@ The following commands help you define variables and ensure your Container Apps
243243
-o yaml > app.yaml
244244
```
245245
246-
YAML File `app.yaml` is created in current directory.
246+
The YAML file `app.yaml` is created in current directory.
247247
248-
2. Edit the app YAML file.
248+
1. Edit the app YAML file.
249249
250-
- Add a secret for Application Insights connection string
250+
- Add secret for Application Insights connection string
251251
252252
```yaml
253253
properties:
@@ -309,7 +309,7 @@ The following commands help you define variables and ensure your Container Apps
309309
volumeName: java-agent-volume
310310
```
311311
312-
3. Update the Container App with modified YAML file.
312+
1. Update the Container App with modified YAML file.
313313
314314
# [Bash](#tab/bash)
315315
@@ -331,11 +331,11 @@ The following commands help you define variables and ensure your Container Apps
331331
--query "properties.provisioningState"
332332
```
333333
334-
Once updated, the command returns a "Succeeded" message. Then you can check out your Application Insights in Azure portal to see your Container App is connected.
334+
Once updated, the command returns a "Succeeded" message. Then you can check out your Application Insights in Azure portal to see your Container App is connected.
335335
336336
## Clean up resources
337337
338-
The resources created in this tutorial contributes to your Azure bill. If you are not going to keep them in a long run, run the following commands to clean them up.
338+
The resources created in this tutorial contribute to your Azure bill. If you are not going to keep them in a long run, run the following commands to clean them up.
339339
340340
# [Bash](#tab/bash)
341341
```azurecli

0 commit comments

Comments
 (0)