Azure Logic apps cannot connect

I follow the following guide: https://docs.microsoft.com/en-us/azure/azure-functions/functions-twitter-email . I had problems connecting to Twitter in Chrome, switching to Edge, and being able to connect.

However, to analyze the mood created earlier in the tutorial, I constantly get messages in both browsers

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

At first I thought it would take some time before the service started working, so I took the same key1 and went to the API Overview where people can test the service after providing the key. And it worked.

So, I am wondering how to proceed or how to solve the connection problem, since the analysis service key works.

+4
source share
1 answer

As the time of writing this answer, only cognitive accounts deployed in the West American region are supported by the logical application connector. However, we are aware that cognitive services have recently released a number of new areas for text analytics and are currently implementing a hotfix to support other regions. By the end of this week, any region should be supported. Right now, a workaround is probably the best approach (deploying a Western cognitive service account in the USA).

+5
source

Source: https://habr.com/ru/post/1686262/


All Articles