Skip to content

Commit c060507

Browse files
Merge pull request #278046 from ryanwinterms/main
Deploy simulator from Github, add healthmanagerImage to Broker deployment
2 parents 076e4b9 + 10050cb commit c060507

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-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:

articles/iot-operations/manage-mqtt-connectivity/howto-configure-availability-scale.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ spec:
122122
pullPolicy: Always
123123
repository: mcr.microsoft.com/azureiotoperations/dmqtt-pod
124124
tag: 0.4.0-preview
125+
healthManagerImage:
126+
pullPolicy: Always
127+
repository: mcr.microsoft.com/azureiotoperations/dmqtt-operator
128+
tag: 0.4.0-preview
125129
memoryProfile: medium
126130
mode: distributed
127131
cardinality:

0 commit comments

Comments
 (0)