We use Stream Analytics successfully for ingesting event messages sent from IoT Hub devices. Stream Analytics supports IoT Hub as Input stream out of the box.
But now we have a requirement to send the Stream Analytics Output result to an IoT Hub Device. We are able to setup an Event Hub connection to IoT Hub as the Output sink for Stream Analytics, but we get an error event raised:
Message: Access to the Event Hub has been denied. The token may have an invalid signature.
Which raises the question; is it at all possible to send IoT Hub Cloud-to-Device messages from an Stream Analytics Output sink?