1

I have created a Stream Analytics Job and able to write the output data to a blob. Now I want to write the output data in Azure Synapse Analytics SQL pool table. I am getting below error while defining OUTPUT in Stream Analytics Job:

"SQL DW output needs job storage account to run. Please check if a job storage account has been configured for the job."

How can I make it work?

1 Answer 1

1

As indicated in the documentation (but not highlighted enough, I agree):

To use Azure Synapse as output, you need to ensure that you have the storage account configured. Navigate to Storage account settings to configure the storage account.

This needs to be done at the job level, in the Azure Portal under Configure > Storage account settings.

enter image description here

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

1 Comment

Made the comment more visible in the doc : learn.microsoft.com/en-us/azure/stream-analytics/…

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.