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-component-logs.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Observability of managed Java components
3
-
description: Learn how to retrieve logs of managed Java components.
2
+
title: Observability of managed Java components in Azure Container Apps
3
+
description: Learn how to retrieve logs of managed Java components in Azure Container Apps.
4
4
services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: container-apps
@@ -11,7 +11,7 @@ ms.author: cshoe
11
11
zone_pivot_groups: container-apps-portal-or-cli
12
12
---
13
13
14
-
# Tutorial: Observability of managed Java components
14
+
# Tutorial: Observability of managed Java components in Azure Container Apps
15
15
16
16
Java components include built-in observability features that can give you a holistic view of Java component health throughout its lifecycle. In this tutorial, you learn how to query logs messages generated by a Java component.
17
17
@@ -45,7 +45,7 @@ Log Analytics is a tool that helps you view and analyze log data. Using Log Anal
45
45
| take 100
46
46
```
47
47
48
-
:::image type="content" source="media/java-components-logs/java-component-logs.png" alt-text="Screenshot of the Log Analytics Java component logs.":::
48
+
:::image type="content" source="media/java-components-logs/java-component-logs.png" alt-text="Screenshot of the Log Analytics Java component logs." lightbox="media/java-components-logs/java-component-logs.png"::
0 commit comments