Skip to content

Commit b809246

Browse files
committed
fix bash command for printing publisher logs
Signed-off-by: Ryan Winter <[email protected]>
1 parent f86398c commit b809246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/develop/tutorial-event-driven-with-dapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Simulate test data by deploying a Kubernetes workload. It simulates a sensor by
162162
1. Confirm the simulator is running:
163163

164164
```bash
165-
kubectl logs deployment/mqtt-publisher-deployment -f
165+
kubectl logs deployment/mqtt-publisher-deployment -n azure-iot-operations -f
166166
```
167167

168168
With the following output:

0 commit comments

Comments
 (0)