Skip to content

Commit d316d58

Browse files
fix(durable-demo): use --session-id flag (not --session) for azd monitor
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 29c7394 commit d316d58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/agentserver/azure-ai-agentserver-invocations/samples/durable-agent-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Stream real-time container logs (stdout/stderr) in a separate terminal:
219219
./demo-client.sh logs
220220

221221
# Or directly via azd:
222-
azd ai agent monitor --session <session-id> --follow
222+
azd ai agent monitor --session-id <session-id> --follow
223223

224224
# Recent logs (last 20 lines):
225225
azd ai agent monitor --tail 20

sdk/agentserver/azure-ai-agentserver-invocations/samples/durable-agent-demo/demo-client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ cmd_logs() {
377377
echo ""
378378

379379
# Stream real-time container logs via azd ai agent monitor
380-
azd ai agent monitor --session "${SESSION_ID}" --follow
380+
azd ai agent monitor --session-id "${SESSION_ID}" --follow
381381
}
382382

383383
# ── Main ──────────────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)