Skip to content

Commit 8dfbb8f

Browse files
committed
fix sql query
1 parent a9e9185 commit 8dfbb8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/spring-apps/enterprise/how-to-manage-job.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ For the public preview, the latest 10 completed or failed job execution records
127127
For the history of job executions in the Azure portal, use the following command to query the logs in the Azure Log Analytics:
128128

129129
```SQL
130-
AppPlatformLogsforSpring |
131-
where AppName == '<job-name>' and InstanceName startswith '<execution-name>' |
132-
order by TimeGenerated asc |
130+
AppPlatformLogsforSpring
131+
| where AppName == '<job-name>' and InstanceName startswith '<execution-name>'
132+
| order by TimeGenerated asc
133133
```
134134

135135
For more information, see [Set up log analytics workspace](../basic-standard/quickstart-setup-log-analytics.md?tabs=Azure-Portal#prerequisites).

0 commit comments

Comments
 (0)