Skip to content

Commit 9acfa82

Browse files
fix title and image markup
1 parent b858837 commit 9acfa82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-apps/java-component-logs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
@@ -11,7 +11,7 @@ ms.author: cshoe
1111
zone_pivot_groups: container-apps-portal-or-cli
1212
---
1313

14-
# Tutorial: Observability of managed Java components
14+
# Tutorial: Observability of managed Java components in Azure Container Apps
1515

1616
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.
1717

@@ -45,7 +45,7 @@ Log Analytics is a tool that helps you view and analyze log data. Using Log Anal
4545
| take 100
4646
```
4747
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"::
4949
5050
1. Select the **Run** button to run the query.
5151

0 commit comments

Comments
 (0)