Skip to content

Commit 4ef00cf

Browse files
committed
Fix arcolinx score again
1 parent 724b100 commit 4ef00cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ The following commands help you define variables and ensure your Container Apps
269269
storageType: EmptyDir
270270
```
271271
272-
- Add init-container with volume mounts and environment variables to set up Java agent
272+
- Add init-container with volume mounts and environment variables
273273
274274
```yaml
275275
properties:
@@ -290,7 +290,7 @@ The following commands help you define variables and ensure your Container Apps
290290
291291
Replace $CONTAINER_REGISTRY_NAME with your Azure Container Registry name or replace the image from other container image registries.
292292
293-
- App container with volume mounts and environment variables to inject Java agent
293+
- Update app container with volume mounts and environment variables
294294
295295
```yaml
296296
properties:
@@ -335,7 +335,7 @@ The following commands help you define variables and ensure your Container Apps
335335
336336
## Clean up resources
337337
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.
338+
The resources created in this tutorial contribute to your Azure bill. If you aren't 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)