6

I'm following the next tutorial: https://learn.microsoft.com/en-us/azure/azure-functions/functions-twitter-email. I had some problems with connecting to Twitter in Chrome, switched to Edge and was able to make the connection.

However for the sentiment analysis, created earlier in the tutorial, I'm constantly getting, in both browsers, the messages

Please check your account info and/or permissions and try again.

I thought first that it would take a while before the service would kick in gear so I took the same Key1 and went to the API overview from where people can test the service after providing the key. And that worked.

So I'm wondering on how to continue or how to solve the connection problem as the analysis service key works out.

Kris van der Mast
  • 16,343
  • 8
  • 39
  • 61
  • I got through it. Deleted all resources and put text analytics in West US vs West Europe. I'll try to repro it later on to see if that's the culprit. – Kris van der Mast Sep 23 '17 at 09:58

3 Answers3

6

As the time of writing this answer only cognitive accounts deployed into West US region are supported with the logic apps connector. However we are aware that cognitive services recently rolled out a number of new regions for text analytics, and are currently deploying the fix to support other regions. By the end of this week any region should be supported. For now, the workaround is likely best approach (deploy a West US-based cognitive service account).

jeffhollan
  • 3,139
  • 15
  • 18
  • I wish that their tutorials had this noted. I just did the tutorial and had the issue until I moved my cognitive service to West US from East US. – Emeria May 02 '18 at 01:08
  • It is supported now since that comment was posted. You just need to be sure you paste in the URL endpoint of the cognitive service when creating the connection. – jeffhollan May 02 '18 at 01:13
2

I had the same issue when trying to login with Chrome. Edge resolved this case and my resources are deployed in North Europe.

Shehan Weerasooriya
  • 768
  • 2
  • 6
  • 23
1

I had the same issue

Please check your account info and/or permissions and try again+text analytics+logic app

when trying establish connection with Text Analytics Cognitive Service from Logic Apps.

I had deleted Text Analytics API and Recreated in Wets US Region and its working fine.

Sanjay Dwivedi
  • 699
  • 7
  • 10