'Stream analytics job not reading data from ADLS2

I have created input using ADLS Gen2 data stream option. I have added path pattern (upto folder which gets continuous data from eventhub). Test connection is successful but when I try to run query or sample data, it fails and error is:

Diagnostics: While sampling data, no data was received from '1' partitions.

Appreciate your help in advance.



Solution 1:[1]

Thank you Florian Eiden and Swati for your valuable discussions and suggestions. Posting it as answer to help other community members.

Used Event Hub directly as data streaming input instead of ADLS Gen2 data streaming option (that gets continuous data from Event Hub). This is more efficient option.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 MadhurajVadde-MT