logicapps
logicapps copied to clipboard
Access Table Storage via HTTP Action and Azure AD
I want to access a table of a Storage Account inside a Logic App Standard via HTTP request, so I don't have to use a managed connection which in return needs to be deployed via Terraform.
The action looks like this:

The thing is, no matter what I do this action always returns the following error:
{ "error": { "code": "NoResponse", "message": "The server did not receive a response from an upstream server. Request tracking id '085XXXXXXXXCU00'." } }
The table storage is set to using Azure AD and the managed identity has Table Data Contributor rights.
Am I missing something?