I have an IoT Hub with custom endpoints which sink data into service bus queues. Since i implemented custom routing through custom endpoints in IoT Hub & Service bus queues. When i try to create Azure Stream Analytics (ASA) job, the input panel in azure portal does not list custom endpoints but only consumer groups which work only for default messaging endpoint.
Is there a way to let ASA to pick messages off service bus queues or custom endpoints in IoT Hub so i do not need to modify custom routing i already have.
Thanks and looking forward to your thoughts.