Search code examples
azure-eventhubazure-stream-analytics

Azure Streaming Analytics job not connecting to Event Hub input


When I use the Process Data feature within my event hub, I am able to develop a query, see data and get results. However, when I click Deploy Query the query view cannot connect to my event hub and fails with:

Unable to build a valid connection string with the given parameters. Error message: Please make sure either all or none of the following arguments are defined: 'SharedAccessKeyName, SharedAccessSecret'. Parameter name: SharedAccessKeyName, SharedAccessSecret

enter image description here

This also happens when I go the other direction and create streaming analytics job from scratch. Even while following this tutorial I get the same error.

Just to be clear, the analytics job works correctly when running but I am not able to run queries against sample data so it's difficult to make adjustments.


Solution

  • Just to follow up on this, I was able to work with @Ajeta from the Streaming Analytics product team directly and they identified it as a configuration issue on their side.

    After an update it started working with no changed on my side.