I am trying to explore the twitter analysis example on the learn page: https://docs.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.<GetResponseAsync>b__68_2(IAsyncResult iar)
at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)