Skip to content

Commit 48670a3

Browse files
fix image file path
1 parent bd70e2b commit 48670a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To query Java component logs in Azure, begin by accessing your Azure Log Analyti
3434

3535
Focus your query on the Java component logs by utilizing the **ContainerAppSystemlogs_CL** table, which is found under the **CustomLogs** category in **Tables** tab.
3636

37-
:::image type="content" source="media/java-component-logs/java-component-logs.png" alt-text="Screenshot of the Log Analytics Java component logs.":::
37+
:::image type="content" source="media/java-components-logs/java-component-logs.png" alt-text="Screenshot of the Log Analytics Java component logs.":::
3838

3939
The following Kusto query displays the log entries of Eureka Server for Spring component logs.
4040

@@ -80,7 +80,7 @@ To query Java components in Azure using Azure Monitor, with Log Analytics worksp
8080

8181
Focus your query on the Java component logs by utilizing the **ContainerAppSystemLogs** table, which is found under the **Container Apps** category in **Tables** tab.
8282

83-
:::image type="content" source="media/java-component-logs/java-component-logs.png" alt-text="Screenshot of the Log Analytics Java component logs portal location.":::
83+
:::image type="content" source="media/java-components-logs/java-component-logs.png" alt-text="Screenshot of the Log Analytics Java component logs portal location.":::
8484

8585
The following Kusto query displays the log entries of Eureka Server for Spring component logs.
8686

0 commit comments

Comments
 (0)