How to read blobs which include minutes in path?
hi
i did setup streamanalytics reads blobs i’ve written using datafactory. blobs have filepath mydata_{year}{month}{day}{hour}{minute}.txt.
unfortunately streamanalytics support year, month, day , hours not minutes! (https://azure.microsoft.com/en-us/documentation/articles/stream-analytics-define-inputs/#create-a-blob-storage-data-stream-input). have problem not read blobs. solving problem on datafactory side (which i’ve use pull data sql and push blob ) not work either because not support appending data blobs, , have run actions frequency of 15 min, that’s why blob-path need include minutes when write data.
any ideas how solve problem?
regards
wolfgang
hi
problem solved. filepath not filename!!. changed way store files written datafactory (yyy/mm/dd/hh/filename_minute.csv) , working .
no need have "minute" "timeformat" in pathprefix
regards
wolfgang
Microsoft Azure > Azure Stream Analytics
Comments
Post a Comment