Data ingestion is not working in Azure Data Explorer after I created a new data connection

Kim Strasser 1,036 Reputation points
2021-09-01T07:54:42.427+00:00

128228-bildschirmfoto-2021-09-01-um-093118.png
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:
128234-bildschirmfoto-2021-09-01-um-093339.png

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,823 questions
Azure Data Explorer
Azure Data Explorer
An Azure data analytics service for real-time analysis on large volumes of data streaming from sources including applications, websites, and internet of things devices.
524 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
379 questions
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 89,296 Reputation points Microsoft Employee
    2021-09-03T10:55:23.14+00:00

    Hello @KimStrasser-4518,

    Thanks for the question and using MS Q&A platform.

    I'm able to successfully follow the tutorial: Ingest blobs into Azure Data Explorer by subscribing to Event Grid notifications.

    In order to succefully ingest the blobs into ADX you need to modify the Data format to MULTILINE JSON as shown below:

    128999-image.png

    Now succefully ingest the blobs into ADX.

    129096-image.png

    In case, if you are still not receive the data with code returns "Count": 0, try running .show ingestion failures to get the details about the failures.

    Note: This command returns a result set that includes any ingestion failures that occur when the data ingestion control commands run.

    129069-image.png

    Hope this helps. Do let us know if you any further queries.

    ---------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.