skip to Main Content

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.

3

Answers


  1. 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).

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

    Login or Signup to reply.
  3. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search