1
votes

In order to consume data on Azure IoT Hub into Microsoft Power Bi I have created a Stream Analytics job. From the documentation, i found out that "Each stream Analytics Job input should be configured to have its own consumer group". So i have to create into my Azure IoT Hub a consumer group. How can I define a consumer group into Azure IoT Hub?

1

1 Answers

5
votes

In order to create a new consumer group go to your Iot Hub instance in Azure.

Go to Endpoints tab, choose the correct Built-in endpoints, in case it's device to cloud messages it should be Events (message/Events). There you can add a consumer group.