Skip to content

Commit e1fbba6

Browse files
Update microservices-dapr.md
1 parent 8c154bc commit e1fbba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-apps/microservices-dapr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ LOG_ANALYTICS_WORKSPACE_CLIENT_ID=`az containerapp env show --name $CONTAINERAPP
327327
328328
az monitor log-analytics query \
329329
--workspace $LOG_ANALYTICS_WORKSPACE_CLIENT_ID \
330-
--analytics-query "ContainerAppConsoleLogs_CL | where ContainerAppName_s == 'nodeapp' and (Log_s contains 'persisted' or Log_s contains 'order') | project ContainerAppName_s, Log_s, TimeGenerated | take 5" \
331-
--out table
330+
--analytics-query "ContainerAppConsoleLogs_CL | where ContainerAppName_s == 'nodeapp' and (Log_s contains 'persisted' or Log_s contains 'order') | project ContainerAppName_s, Log_s, TimeGenerated | sort by TimeGenerated | take 5" \
331+
--out table |
332332
```
333333

334334
# [PowerShell](#tab/powershell)

0 commit comments

Comments
 (0)