Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Logic Apps not able to establish a connection

I'm following the next tutorial: https://docs.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.

like image 382
Kris van der Mast Avatar asked Sep 23 '17 08:09

Kris van der Mast


People also ask

How do I add connections to logic app?

In the Azure portal, on the Azure services menu, select Create a resource. In the New dialog, enter logic apps custom connector in the search box, and then select Logic Apps Custom Connector from the dropdown list. In the Logic Apps Custom Connector dialog, select Create.

How do I create API connection in Azure logic apps?

To find all the API connections for your logic app resource, on your logic app's menu, under Development Tools, select API connections. Select the gateway connection that you want to edit, and then select Edit API connection.

How do I troubleshoot Azure logic app?

Troubleshooting optionsCheck the storage account's connectivity using Azure Storage Explorer. In your logic app resource's app settings, confirm the storage account's connection string in the app settings, AzureWebJobsStorage and WEBSITE_CONTENTAZUREFILECONNECTIONSTRING.


1 Answers

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

like image 91
jeffhollan Avatar answered Sep 21 '22 05:09

jeffhollan