Kris van der Mast
Kris van der Mast

Reputation: 16613

Azure Logic Apps not able to establish a connection

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.

Upvotes: 6

Views: 6353

Answers (3)

Sanjay Dwivedi
Sanjay Dwivedi

Reputation: 749

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.

Upvotes: 1

Shehan Weerasooriya
Shehan Weerasooriya

Reputation: 822

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

Upvotes: 2

jeffhollan
jeffhollan

Reputation: 3227

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

Upvotes: 6

Related Questions