Storage accounts behind firewalls will not be accessible by Logic apps within the same region using Azure blob storage connector, because we can not add firewall rules to give access for the connecto...
So, I have the logic app and the storage account on the same region Did followed the steps above: 1- I have assigned Storage Table Data Contributor, Storage Table Data Reader roles and also added outgoing IP addresses to the storage account 2- And I am trying to Insert Entity REST API operation for Table Storage which looks like below
and still having 403"AuthorizationFailure" error -- This request is not authorized to perform this operation
I really don't understand what I am doing wrong here 😞 as I was able to connect to Blob storage but not Table Storage. Could you please tell what am I missing here? talsaifi