logicapps icon indicating copy to clipboard operation
logicapps copied to clipboard

Access Table Storage via HTTP Action and Azure AD

Open rubenaster opened this issue 3 years ago • 0 comments

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:

image

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?

rubenaster avatar May 11 '22 10:05 rubenaster