Im having the same issue
Sending data eventhub : socialtwitter-eh PartitionCount = 1
System.AggregateException: One or more errors occurred. (The remote server returned an error: (401) Authorization Required.)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to explore the twitter analysis example on the learn page: https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-twitter-sentiment-analysis-trends
running into this issue while running : dotnet run command from terminal
Sending data eventhub : socialtwitter-eh PartitionCount = 2
System.AggregateException: One or more errors occurred. (The remote server returned an error: (401) Authorization Required.) ---> System.Net.WebException: The remote server returned an error: (401) Authorization Required.
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.WebRequest.<>c.
Im having the same issue
Sending data eventhub : socialtwitter-eh PartitionCount = 1
System.AggregateException: One or more errors occurred. (The remote server returned an error: (401) Authorization Required.)
has anyone got the solution?