
I have created a new data connection in my Azure Data Explorer Cluster. I have chosen the connection type Blob storage and the event type Blob created. In addition, I have chosen Resources creation Automatic. I didn't get an error message when I created the data connection. But I get no results when I query my TestDatabase. I used this code to query:
TestTable
| count
The problem is that this code returns "Count": 0, but I have several files in my Blob storage container. I don't know why querying returns "Count": 0. Something is not working with my new data connection.
Why is my data connection not working?
My Blob storage container:











