Using Cosmos DB as Output of Stream Analytics Job

Brass Contributor

Hi,

 

I have created an Stream Analytics job with input as Blob Storage and output as Cosmos DB. The Blob Storage contains a CSV file with two records in it. The CSV file has first row as header row.

 

My Stream Analytics query is simple:

 

SELECT
     *
INTO
    MyCosmosDB
FROM
    myblobstorage
 
After I start the Stream Analytics job, when I insert a new CSV file into Blob Storage, the stream job is giving a warning on Output. The warning says:
 
Capture.PNG
I checked the Cosmos DB and no record(s) were inserted into it. Can someone please help?
 
Regards
Imran
0 Replies