Skip to content

Commit 3c910d4

Browse files
Merge pull request #224914 from craigshoemaker/patch-15
[Container Apps] Remove trailing pipe
2 parents b338ab1 + ad62aed commit 3c910d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/microservices-dapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ LOG_ANALYTICS_WORKSPACE_CLIENT_ID=`az containerapp env show --name $CONTAINERAPP
422422
az monitor log-analytics query \
423423
--workspace $LOG_ANALYTICS_WORKSPACE_CLIENT_ID \
424424
--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" \
425-
--out table |
425+
--out table
426426
```
427427

428428
# [Azure PowerShell](#tab/azure-powershell)

0 commit comments

Comments
 (0)