Skip to content

Commit 158041c

Browse files
authored
Shorted simulator deployment to remove download.
1 parent 55f51aa commit 158041c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,18 +123,16 @@ To start, create a yaml file that uses the following definitions:
123123

124124
Simulate test data by deploying a Kubernetes workload. It simulates a sensor by sending sample temperature, vibration, and pressure readings periodically to the MQ broker using an MQTT client on the `sensor/data` topic.
125125

126-
1. [Download the simulator yaml](https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/main/tutorials/mq-event-driven-dapr/simulate-data.yaml) from the Explore IoT Operations repository
127-
128-
1. Deploy the simulator:
126+
1. Deploy the simulator from the Explore IoT Operations repository:
129127

130128
```bash
131-
kubectl apply -f simulate-data.yaml
129+
kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/main/tutorials/mq-event-driven-dapr/simulate-data.yaml
132130
```
133131

134-
1. Confirm the simulator is running:
132+
1. Confirm the simulator is running correctly:
135133

136134
```bash
137-
kubectl logs deployment/mqtt-publisher-deployment -n azure-iot-operations -f
135+
kubectl logs deployment/mqtt-publisher-deployment -n azure-iot-operations -f
138136
```
139137

140138
With the following output:

0 commit comments

Comments
 (0)