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-apm-agent-config.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ The following commands help you define variables and ensure your Container Apps
269
269
storageType: EmptyDir
270
270
```
271
271
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
273
273
274
274
```yaml
275
275
properties:
@@ -290,7 +290,7 @@ The following commands help you define variables and ensure your Container Apps
290
290
291
291
Replace $CONTAINER_REGISTRY_NAME with your Azure Container Registry name or replace the image from other container image registries.
292
292
293
-
- App container with volume mounts and environment variables to inject Java agent
293
+
- Update app container with volume mounts and environment variables
294
294
295
295
```yaml
296
296
properties:
@@ -335,7 +335,7 @@ The following commands help you define variables and ensure your Container Apps
335
335
336
336
## Clean up resources
337
337
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.
0 commit comments