2

I am having a hard time setting up Stream Analytics to use a reference Blob.

I have Data factory moving a table from SQL table to a CSV file in a blob container. I did try the data/time method but could not get that to work at all coming up with the following error.

Initializing input without a valid reference data blob for UTC time

After I couldnt get that to work, I just had the Factory put the CSV into the base folder. So the container is "companyname" and folder is "referencedata" with a file name "DeviceRef.csv".

The Stream Analytics job has the all the details of the storage account with the container as "companyname" and the Path Pattern: /referencedata/DeviceRef.csv but coming up with an error saying "Specified Blob does not exist". When I test the location in Stream Analytics, it comes up saying successful.

Any help with this would be appreciated!

1 Answer 1

2

I found out what the issue was.

I had the Path Pattern: /referencedata/DeviceRef.csv

There should be no "/" at the front of the path. Deleted and works.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.