Skip to content

Commit 84e8367

Browse files
committed
edits, image resize
1 parent f79c2b4 commit 84e8367

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

articles/spring-apps/enterprise/how-to-asa-job-log-streaming.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Stream Azure Spring Apps job logs in real time
33
description: Learn how to use log streaming to view job logs in real time.
44
author: KarlErickson
5-
ms.author: karler
5+
ms.author: jiec
66
ms.service: spring-apps
77
ms.topic: how-to
8-
ms.date:
8+
ms.date: 05/29/2024
99
ms.custom: devx-track-java, devx-track-extended-java, devx-track-azurecli
1010
---
1111

@@ -16,11 +16,7 @@ ms.custom: devx-track-java, devx-track-extended-java, devx-track-azurecli
1616
1717
**This article applies to:** ❌ Basic/Standard ✔️ Enterprise
1818

19-
This article describes how to use the Azure CLI to get real-time logs of jobs for troubleshooting. You can also use diagnostics settings to analyze diagnostics data in Azure Spring Apps. For more information, see [Analyze logs and metrics with diagnostics settings](./diagnostic-services.md).
20-
21-
> [!NOTE]
22-
> - For more information on streaming logs of applications in Azure Spring Apps, see [Stream Azure Spring Apps application console logs in real time](./how-to-log-streaming.md).
23-
> - For more information on streaming logs of managed components in Azure Spring Apps, see [Stream Azure Spring Apps managed component logs in real time](./how-to-managed-component-log-streaming.md).
19+
This article describes how to use the Azure CLI to get real-time logs of jobs for troubleshooting. You can also use diagnostics settings to analyze diagnostics data in Azure Spring Apps. For more information, see [Analyze logs and metrics with diagnostics settings](./diagnostic-services.md). For more information on streaming logs, see [Stream Azure Spring Apps application console logs in real time](./how-to-log-streaming.md) and [Stream Azure Spring Apps managed component logs in real time](./how-to-managed-component-log-streaming.md).
2420

2521
## Prerequisites
2622

@@ -100,7 +96,7 @@ az spring job logs \
10096

10197
### View tail logs for all instances in one command
10298

103-
To view the tail logs for all instances, use the `--all-instances` argument, as shown in the following command. The instance name is the prefix of each log line. When there are multiple instances, logs are printed in batch for each instance. This way logs of one instance aren't interleaved with the logs of another instance.
99+
To view the tail logs for all instances, use the `--all-instances` argument, as shown in the following example. The instance name is the prefix of each log line. When there are multiple instances, logs are printed in batch for each instance. This way logs of one instance aren't interleaved with the logs of another instance.
104100

105101
```azurecli
106102
az spring job logs \

articles/spring-apps/enterprise/how-to-log-streaming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom: devx-track-java, devx-track-extended-java, devx-track-azurecli
2121
This article describes how to enable log streaming in the Azure CLI to get real-time application console logs for troubleshooting. You can also use diagnostics settings to analyze diagnostics data in Azure Spring Apps. For more information, see [Analyze logs and metrics with diagnostics settings](./diagnostic-services.md).
2222

2323
> [!NOTE]
24-
> - For more information on streaming logs of jobs in Azure Spring Apps, see [Stream Azure Spring Apps job logs in real time (Preview)](./how-to-asa-job-log-streaming.md).
24+
> - For more information on streaming logs of jobs in Azure Spring Apps, see [Stream Azure Spring Apps job logs in real time](./how-to-asa-job-log-streaming.md).
2525
> - For more information on streaming logs of managed components in Azure Spring Apps, see [Stream Azure Spring Apps managed component logs in real time](./how-to-managed-component-log-streaming.md).
2626
2727
## Prerequisites
@@ -198,5 +198,5 @@ The following table shows an example of a basic rule that we recommend. You can
198198

199199
- [Quickstart: Monitoring Azure Spring Apps apps with logs, metrics, and tracing](../basic-standard/quickstart-logs-metrics-tracing.md)
200200
- [Analyze logs and metrics with diagnostics settings](./diagnostic-services.md)
201-
- [Stream Azure Spring Apps job logs in real time (Preview)](./how-to-asa-job-log-streaming.md)
201+
- [Stream Azure Spring Apps job logs in real time](./how-to-asa-job-log-streaming.md)
202202
- [Stream Azure Spring Apps managed component logs in real time](./how-to-managed-component-log-streaming.md)

articles/spring-apps/enterprise/how-to-managed-component-log-streaming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article describes how to use the Azure CLI to get real-time logs of managed
2020

2121
> [!NOTE]
2222
> - For more information on streaming logs of applications in Azure Spring Apps, see [Stream Azure Spring Apps application console logs in real time](./how-to-log-streaming.md).
23-
> - For more information on streaming logs of jobs in Azure Spring Apps, see [Stream Azure Spring Apps job logs in real time (Preview)](./how-to-asa-job-log-streaming.md).
23+
> - For more information on streaming logs of jobs in Azure Spring Apps, see [Stream Azure Spring Apps job logs in real time](./how-to-asa-job-log-streaming.md).
2424
2525
## Prerequisites
2626

@@ -327,4 +327,4 @@ The following table shows an example of a basic rule that we recommend. You can
327327
- [Troubleshoot VMware Spring Cloud Gateway](./how-to-troubleshoot-enterprise-spring-cloud-gateway.md)
328328
- [Use Application Configuration Service](./how-to-enterprise-application-configuration-service.md)
329329
- [Stream Azure Spring Apps application console logs in real time](./how-to-log-streaming.md)
330-
- [Stream Azure Spring Apps job logs in real time (Preview)](./how-to-asa-job-log-streaming.md)
330+
- [Stream Azure Spring Apps job logs in real time](./how-to-asa-job-log-streaming.md)
-40.5 KB
Loading

0 commit comments

Comments
 (0)