You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/create-edge-apps/tutorial-event-driven-with-dapr.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ To start, create a yaml file that uses the following definitions:
61
61
name: mq-event-driven-dapr
62
62
namespace: azure-iot-operations
63
63
spec:
64
-
replicas: 1
65
64
selector:
66
65
matchLabels:
67
66
app: mq-event-driven-dapr
@@ -122,6 +121,12 @@ To start, create a yaml file that uses the following definitions:
122
121
123
122
Simulate test data by deploying a Kubernetes workload. It simulates a sensor by sending sample temperature, vibration, and pressure readings periodically to the MQTT broker using an MQTT client on the `sensor/data` topic.
124
123
124
+
1. Patch BrokerListener to allow unauthenticated connection, to simplify injection of simulated data:
0 commit comments