Azure Iot Hub TransmitΒΆ
A mqtt
data transmit transfers data to the mqtt broker.
- Example:
If we want to upload our records from the
bathhouse:water
stream to our IOT cloud, going through an IoT (non-edge) HuB endpoint, the config will look like this:{ "data_transmit": [ { "transmit_name": "iot_hub_transmit", "transmit_type" : "iothub", "filter_stream": [ "bathhouse:water" ], "connection_string": "HostName=...;SharedAccessKeyName=...;SharedAccessKey=..." } ] }